This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

traditional sigtramp system?


Hello,

Can anyone point me at a "more traditional" signal trampoline system? Where traditional means that, when delivering a signal, the program is resumed at the first instruction of the signal trampoline, and not the first instruction of the signal handler (as is now often the case).

The frame unwinders appear to have made huge chunks of infrun's signal trampoline logic redundant and I'd prefer to have a system that I can test it on.

Andrew


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