git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2e5f8
)
[POWERPC] spufs: always send sigtrap on breakpoint
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 27 Nov 2006 18:18:53 +0000
(19:18 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 4 Dec 2006 09:41:09 +0000
(20:41 +1100)
Currently, we only send a sigtrap if the current task is being ptraced.
This is somewhat inconsistant, and it breaks utrace support in fedora.
Removing the check should do the right thing in all cases.
Cc: Ulrich Weigand <ulrich.weigand@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
No differences found