commit | 22a8cdd60339d931d0dca54427712b2714e5ba8b | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@redhat.com> | Fri Feb 12 10:53:08 2010 -0500 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 12 08:51:58 2010 -0800 |
tree | e174e2a8e9a1c8968b6d1cabf3f1010f2bb9e306 | |
parent | 0e9695d9a45e9ea643f2f4e7f2859876940c58ae [diff] |
parisc: fix tracing of signals Mike Frysinger pointed out that calling tracehook_signal_handler with stepping=0 missed testing the thread flags, resulting in not calling ptrace_notify. Fix this by testing if we're single stepping or branch stepping and setting the flag accordingly. Tested, seems to work. Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>