commit | 36a033082b5243d45d508c5ccd47a754edbc6821 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Mar 14 17:46:38 2008 -0700 |
committer | Roland McGrath <roland@redhat.com> | Sat Jul 26 14:37:59 2008 -0700 |
tree | 5713fa16a1681092936409e3a372c27421778555 | |
parent | a048d3aff8b828b6c0fa7ddd90a531248ab4e0f9 [diff] |
x86: tracehook_signal_handler This makes the x86 signal handling code use tracehook_signal_handler() in place of calling into ptrace guts. The call is moved after the sa_mask processing, but there is no other change. This cleanup doesn't matter to existing debuggers, but is the sensible thing: have all facets of the handler setup complete before the debugger inspects the task again. Signed-off-by: Roland McGrath <roland@redhat.com>