From: Ananth N Mavinakayanahalli Date: Fri, 22 Mar 2013 15:18:38 +0000 (+0530) Subject: uprobes/powerpc: Teach uprobes to ignore gdb breakpoints X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~119^2~9^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab07e807be533d6317ea0971900bdf547962effd;p=pandora-kernel.git uprobes/powerpc: Teach uprobes to ignore gdb breakpoints Powerpc has many trap variants that could be used by entities like gdb. Currently, running gdb on a program being traced by uprobes causes an endless loop since uprobes doesn't understand that the trap was inserted by some other entity and a SIGTRAP needs to be delivered. Teach uprobes to ignore breakpoints that do not belong to it. Signed-off-by: Ananth N Mavinakayanahalli Acked-by: Srikar Dronamraju Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed