Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
(gdb) set inline-debug on
or
$ gdb --inline = on
To set and modify breakpoints collectively on all instances of inline functions
and enable inline debugging, enter either of the following commands:
(gdb) set inline-debug inline_bp_all
or
$ gdb --inline = inline_bp_all
To set and modify individual breakpoints on specific instances of inline functions
and enable inline debugging, enter either of the following commands be- fore
debugging the application:
(gdb) set inline-debug inline_bp_individual
or
$ gdb --inline = inline_bp_individual
To disable inline debugging, enter either of the following commands be- fore
debugging the application:
(gdb) set inline-debug off
or
$ gdb --inline= off
3. You can use the following commands for debugging inline functions in Integrity
systems:
step
next
list
backtrace
frame <n>
info locals
info args
breakpoint
The following commands are not available for debugging inline functions in Integrity
systems:
info frame
disassembly
14.9 Debugging Macros
HP WDB 5.7 and later versions of the debugger enable you to display and evaluate
macro definitions for programs running on Integrity systems. This feature is available
only for compiler versions A.06.15 and later.
146 HP-UX Configuration-Specific Information