Debugging Core Files Using HP WDB

List of Examples
1 SIGBUS Causes a Core Dump.......................................................................................................12
2 SIGSEGV Causes a Core Dump....................................................................................................12
3 SIGABRT Causes a Core Dump....................................................................................................13
4 Viewing Symbol Information by Using the nm Command..........................................................20
5 Debugging Core Files Created by Optimized Code, Stripped Binaries, and Code Compiled
Without the -g Option..................................................................................................................23
6 Debugging a Core File to Find the Values for Parameters of a Function When the Program is
not Compiled with -g....................................................................................................................32
7 Debugging a Core File to View Information on a Global Variable in a C program......................39
8 Debugging a Core File Created by a Stripped Binary When the Symbol Table is Available........40
9 Debugging of a Core File Created by a Stripped Binary When the Symbol Table is Available
from Another Program..................................................................................................................41
10 Core File Debugging Session for a Stripped Binary When the Symbol Table is Available from
Another Program...........................................................................................................................43
7