From: Sonic Zhang Date: Wed, 26 Dec 2007 04:00:10 +0000 (+0800) Subject: [Blackfin] arch: fix bug - kgdb causing kernel panic X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b39f4ce974114ce8960d8bfa063c1f61e29d67cf;p=deliverable%2Flinux.git [Blackfin] arch: fix bug - kgdb causing kernel panic ignore soft bp except when single step except occurs. Narrow the condition to ignore soft bp. If soft bp occurs in the single step handler or the soft bp handler, return immediately. This could happen when gdb client set soft bps in kernel code that in the path of kgdb core code. Signed-off-by: Sonic Zhang Signed-off-by: Bryan Wu ---