Debugging with GDB (February 2008)

Table Of Contents
Chapter 14: HP-UX Configuration-Specific Information 197
The which command does not work for global and type symbols since they do not
contain line information.
Syntax:
which <symbol>
For example : (gdb) which i Line 4 of "example.c" block starts at address
0x29a8 <main> and ends at 0x29e4 <main+0x3c>
14.32 Linux support
Linux Runtime Environment (LRE) on HP-UX Itanium enables users to execute Intel
Itanium Linux applications on HP-UX. HP WDB provides a prototype for LRE debug-
ging, which allows you to debug applications ported from Linux that run under LRE.
This provides a minimal debugging capability for LRE.