This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: Fix Linux/i386 signal trampoline reconginition.


> I just checked in a patch that fixes Linux/i386 signal trampoline
> recognition.  I'll make sure the code in glibc gets a comment
> explaining that people shouldn't gratuitously just change the way it's
> implemented there.

Cool, thanks.  I'd also be open to a clean interface for GDB (and
other programs which might care) to get this information.  The main
one which is springing to mind is adding IN_SIGTRAMP or something of
the sort to libpthread_db (which would then be misnamed as it would be
broader than threads) which I suspect we don't want to rely on until
the dust has settled with libpthread_db a bit more.

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