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: ping: [patch 1/2] Fix gdb.cp/gdb2495.exp regression with gcc-4.7 #5


On Mon, 11 Jun 2012 21:40:37 +0200, Jan Kratochvil wrote:
> It would be best to find some other safe place where to put a breakpoint.
> Maybe to override the address choosing in i386-linux-tdep.c and reuse return
> address to _start?  Therefore to put breakpoint at 0x7fffffffda58 (+ 7):

That is also wrong, this would break inferior unwinders before they find the
0 unwind terminator for unwinding from _start.


Jan


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