If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.

This commit is contained in:
Øyvind Harboe
2009-10-12 09:27:27 +02:00
parent b23b096c8e
commit c8d935ab7c
3 changed files with 43 additions and 3 deletions

View File

@@ -148,6 +148,8 @@ typedef struct target_s
int display; /* display async info in telnet session. Do not display
* lots of halted/resumed info when stepping in debugger. */
bool halt_issued; /* did we transition to halted state? */
long long halt_issued_time; /* Note time when halt was issued */
} target_t;
enum target_event