This is the mail archive of the gdb@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: Backtraces broken on i386 by unorthodox encoding of push %ebp


> > However, when I have this form of prologue, gdb doesn't recongnise
> > it, and doesn't give a meaningful backtrace.
> 
> You should always provide unwind information and then it is irrelevant which
> instructions and/or which their coding you use.

Agreed, and that could be the instant fix.

But if he cannot get the unwind information with the binary, it might
indeed be easy enough to improve the prologue analyzer for x86. On
x86_64, on the other hand, we made the conscious design decision to rely
more on unwind info, so it's a little more questionable whether we'd
want to do that for this target.

The thing I wanted to add to Richard is that there is a very high
chance that the only way to get this fixed in GDB is by submitting
a patch himself (to gdb-patches).

-- 
Joel


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