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: RFA: Overhaul arm-linux signal handling


On Wed, 2005-11-16 at 18:01, Daniel Jacobowitz wrote:
> This patch rips out the previous ARM signal frame unwinding, and replaces it
> with a more current method.  It removes a bunch of deprecated definitions.
> 
> It also fixes a bug in RT signals; the offsets were wrong.  Probably they
> were right when added around 2000, but the kernel interface hasn't changed
> in quite a while now, so I couldn't pinpoint exactly where they became
> wrong.
> 
> And it adds support for the new r7-based, rather than swi based, syscall
> convention for EABI.
> 
> Tested by hand on both ARM ABIs.  OK?

Yes, OK.

Sorry for the delay replying. I was hoping to run the patch through
NetBSD as well, but the combination of gdb+dejagnu seems to be tripping
a bug somewhere in the kernel so the testsuite keeps hanging.

R.


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