This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Executable with non-debugging info.


> 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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]