ARM11: fix breakpoints with GDB
commitb7fa16eeacb368dca8862168088bc6c491f0ffb1
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 23 Jan 2010 06:37:15 +0000 (22 22:37 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 23 Jan 2010 06:37:15 +0000 (22 22:37 -0800)
tree73eca755ef8ce93f0cd9c83688e636110891e60e
parent4960c9018f2560b11ede91cde8a68dc56c690159
ARM11: fix breakpoints with GDB

This fixes a bug whereby GDB's breakpoints weren't activated.
The root cause is a confused interface to resume().  Fix by
almost ignoring the "handle breakpoints" parameter; it only
seems related to the case of skipping breakpoint-at-PC.

Update a few coments to clarify what's happening.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c