Skip to content
Commit 36a03308 authored by Roland McGrath's avatar Roland McGrath
Browse files

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: default avatarRoland McGrath <roland@redhat.com>
parent a048d3af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment