gdb: clean up error handling in step/continue
commit5104d56e5c37defaf2f6c5c8607bac45b8b49b32
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 16 Jun 2010 06:24:51 +0000 (16 08:24 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 16 Jun 2010 06:57:49 +0000 (16 08:57 +0200)
treec6b62d7421b3fe82377702c8bf552590e2f2ca0d
parentcd9c61cc068635fa707981decfea600ee7e94201
gdb: clean up error handling in step/continue

if step/continue fails, then the error should be
reported to the calling fn.

The calling fn decides if the connection has to be
aborted or if packet processing can continue.

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