gdb_server: handle stepi/continue packet while target is running with more grace
commit1350b6aad074c1556604c5969dee43f294371461
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 20 Jan 2010 22:36:57 +0000 (20 23:36 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 21 Jan 2010 14:57:30 +0000 (21 15:57 +0100)
tree0d2319de980cf5b3d7466b22c7e1932167a8e7fc
parent60cb5bdd30ec3265cbb5c1c667f5c98cbbb84aab
gdb_server: handle stepi/continue packet while target is running with more grace

Rather than issuing a halt and then stepi/resume, just
wait for target to halt.

Issue a sterner warning via gdb console that any gdb
register changes will be ignored in this case.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/server/gdb_server.c