<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Dbx</id>
		<title>Dbx - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Dbx"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Dbx&amp;action=history"/>
		<updated>2026-04-05T01:26:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=195&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=195&amp;oldid=prev"/>
				<updated>2008-12-03T10:27:03Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:27, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=194&amp;oldid=prev</id>
		<title>10.0.2.2: /* Quick Start */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Dbx&amp;diff=194&amp;oldid=prev"/>
				<updated>2007-04-26T15:11:08Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Quick Start&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;dbx is a command-line based debugger. It debugs any executable compiled with symbolic information (usually with the '''-g''' option).&lt;br /&gt;
&lt;br /&gt;
== Quick Start ==&lt;br /&gt;
 &amp;gt; dbx&lt;br /&gt;
 (dbx) debug ''program''&lt;br /&gt;
 (dbx) run&lt;br /&gt;
&lt;br /&gt;
 (dbx) rerun&lt;br /&gt;
&lt;br /&gt;
== Reference sheet ==&lt;br /&gt;
&lt;br /&gt;
 ALIAS         builds a user alias&lt;br /&gt;
 ASSIGN        changes the values of variables&lt;br /&gt;
 CONT          resumes execution after a breakpoint&lt;br /&gt;
 DELETE, CLEAR removes a breakpoint or trace event&lt;br /&gt;
 DUMP, PRINT   displays the values of variables and expressions&lt;br /&gt;
 EDIT          invokes an editor on a source code file&lt;br /&gt;
 FILE          changes the current source code file&lt;br /&gt;
 FUNC          changes the current procedure or function&lt;br /&gt;
 HELP          accesses on-line help&lt;br /&gt;
 LIST          displays the current source code file&lt;br /&gt;
 NEXT, STEP    suspends execution after a number of lines of code have executed&lt;br /&gt;
 QUIT          exits dbx &lt;br /&gt;
 SH            passes a command to the interactive shell process for execution&lt;br /&gt;
 STATUS        lists all breakpoints and trace events&lt;br /&gt;
 STOP          sets a breakpoint&lt;br /&gt;
 TRACE         sets a trace event&lt;br /&gt;
 WHATIS        displays data types and dimension information&lt;br /&gt;
 WHERE         displays of stack trace of current procedures and parameters&lt;br /&gt;
 WHEREIS       displays the scope of an identifier&lt;br /&gt;
 WHICH         lists the identifier resolutions&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Set breakpoints ===&lt;br /&gt;
&lt;br /&gt;
 (dbx) stop at ''filename'':''linenumber''&lt;br /&gt;
&lt;br /&gt;
 (dbx) status&lt;br /&gt;
&lt;br /&gt;
=== Print variables ===&lt;br /&gt;
&lt;br /&gt;
characters&lt;br /&gt;
 (dbx) print -f &amp;quot;%c&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
integers&lt;br /&gt;
 (dbx) print -f &amp;quot;%d&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
float&lt;br /&gt;
 (dbx) print -f &amp;quot;%f&amp;quot; variable&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[http://www.pdc.kth.se/training/Tutor/Basics/dbx/index-frame.html#Commonly Tutorial]&lt;br /&gt;
*[http://www.unet.univie.ac.at/aix/cmds/aixcmds2/dbx.htm Another tutorial]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:Compiling]]&lt;/div&gt;</summary>
		<author><name>10.0.2.2</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>