This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Executable with non-debugging info.
- To: gdb at sourceware dot cygnus dot com
- Subject: Executable with non-debugging info.
- From: "Jagat Patel" <patelj at nortelnetworks dot com>
- Date: Thu, 05 Jul 2001 11:18:43 -0400
- Organization: Nortel Networks
> Hi,
>
> I have executable (from c++ source) that was created without debugging
information
> ( without -g option while compiling ). While running it, there was
core
> dump. I started gdb with following command:
>
> gdb <exe filename> core
> I got following two information from gdb:
>
> gbd message indicate that the program was terminated using signal 9.
> "info stack" command at gdb prompt give me the stack trace ( in some
> encripted form but still I can make out the function calls )
>
> My question is are the above two information reliable. I am asking
this
> because my executable was NOT having debugging information.
>
> Thank you,
> Jagat
>