This is the mail archive of the gdb-patches@sourceware.org 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: Our next GDB release (GDB version 6.8)


>   the main problem here is that when you use the 'start' command or
>   set a breakpoint in 'main' function and 'run', the behavior is not
>   consistent between ELF and other exe formats.

Got it: http://www.sourceware.org/ml/gdb/2006-11/msg00140.html.
Thanks.

> I really would like this one to go into GDB 6.8

In my opinion, this is not a critical issue. IIUC, this is not a regression,
and the only issue is that, for the "main", the breakpoint will be placed
at a location such that the debugger will stop at the open curly brace.
So the user will need an extra "next".

I did notice that the fix gets rid of a lot of FAILs though.

If it was just me, I would categorize this as non release-critical.
But the rest of the group might disagree, so I'll defer to them.

-- 
Joel


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