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: [RFC] Improve amd64 prologue analysis


> Free Pascal for x86_64 (amd64) CPU generates losts of functions
> that do not use RBP as a frame pointer.
> I tried to improve amd64-tdep.c to better cope
> with this case.

I thought that on amd64, we weren't going to have prologue parsers
and rely on frame unwinding info instead?   At AdaCore, we have the
same sort of things because of Windows where the system code (mostly
system DLLs) does not have the unwinding info in DWARF format. But
for code generated by us, we have all the debugging information needed
to unwind without parsing the prologue, even on Windows64.

-- 
Joel


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