Difference: GdbTips (1 vs. 3)

Revision 315 Feb 2004 - TWikiGuest

Line: 1 to 1
Changed:
<
<
(other TechTips)
>
>
(other TechNotes)
  GDB is the GNU project debugger.

Revision 205 Jun 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
(other TechTips)
 GDB is the GNU project debugger.

help gets help.

Revision 127 May 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
GDB is the GNU project debugger.

help gets help.

b sets a breakpoint, i.e. b class::function or b filename:linenum.

run (with optional args) runs the program, you'll probably want to set a breakpoint first.
step into functions
next step over functions

print {expression}

{empty cmdline} repeats previous command.

bt prints a backtrace.

list lists the next few lines of source.

dir {directory} tells gdb where to find the source code in case you're not running in the same direcory that you built from.

View topic | History: r3 < r2 < r1 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback