This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: RFA: Recognize bottom of stack on Linux



On Sun, 3 Feb 2002, Jim Blandy wrote:

> Now, some folks feel that GDB should show the whole stack, including
> _start, __libc_start_main, and anything else that's there.  However,
> this isn't the way GDB has ever traditionally behaved on native
> targets.  So this patch makes GDB's backtraces end after main.

I'm probably missing something important, but couldn't there be a program 
written in assembly that doesn't have a `main' at all?


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