Re: [PATCH] Port GDB to Hurd x86_64.

2024-02-22 Thread John Baldwin
On 2/12/24 8:31 PM, Flavio Cruz wrote: This port extends the existing i686 port to support x86_64 by trying to reuse existing code whenever it makes sense. * gdb/amd64-gnu-tdep.c: Adds logic for handling signal frames and position of amd64 registers in the different Hurd structs, including

Re: [PATCH] Port GDB to Hurd x86_64.

2024-02-14 Thread Samuel Thibault
FI, I have uploaded updated gdb packages to debian-ports. I noticed that we get warnings about libraries and the backtrace indeed gets wrong in libraries, so that probably needs some more fixes. Samuel Flavio Cruz, le lun. 12 févr. 2024 23:31:00 -0500, a ecrit: > This port extends the existing

[PATCH] Port GDB to Hurd x86_64.

2024-02-12 Thread Flavio Cruz
This port extends the existing i686 port to support x86_64 by trying to reuse existing code whenever it makes sense. * gdb/amd64-gnu-tdep.c: Adds logic for handling signal frames and position of amd64 registers in the different Hurd structs, including i386_thread_state. The signal code is