mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* gdbtk.c (call_wrapper): Clear running_now if an error occurs.
This fixes PR 11323, where gdbtk stops responding if an error occurs.
This commit is contained in:
@ -813,6 +813,7 @@ call_wrapper (clientData, interp, argc, argv)
|
||||
mode because gdbtk_call_command may have bombed out while in
|
||||
the command routine. */
|
||||
|
||||
running_now = 0;
|
||||
Tcl_Eval (interp, "gdbtk_tcl_idle");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user