gdb: connect will now fail if flash autoprobe fails
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 4 May 2010 11:26:52 +0000 (13:26 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 5 May 2010 13:24:24 +0000 (15:24 +0200)
commit82ea640830fe13f9ab8ef33c65a76480b697f856
tree3db8a893b3bf7ac1fd7d92cf39691a8f5fe0a69d
parent812e21ac396247767da0144748b5f52ad11b3e17
gdb: connect will now fail if flash autoprobe fails

This stops GDB from launching with an empty memory map,
making gdb load w/flashing fail for no obvious reason.

The error message points in the direction of the gdb-attach
event that can be set up to issue a halt or "reset init"
which will put GDB in a well defined stated upon attach
and thus have a robust flash autoprobe.

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