mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +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:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 10 13:50:53 1997 Stu Grossman (grossman@critters.cygnus.com)
|
||||||
|
|
||||||
|
* gdbtk.c (call_wrapper): Clear running_now if an error occurs.
|
||||||
|
This fixes PR 11323, where gdbtk stops responding if an error occurs.
|
||||||
|
|
||||||
Mon Feb 10 07:54:26 1997 Fred Fish <fnf@cygnus.com>
|
Mon Feb 10 07:54:26 1997 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* xcoffread.c (RECORD_MINIMAL_SYMBOL): Add NULL asection* parameter
|
* xcoffread.c (RECORD_MINIMAL_SYMBOL): Add NULL asection* parameter
|
||||||
|
@ -813,6 +813,7 @@ call_wrapper (clientData, interp, argc, argv)
|
|||||||
mode because gdbtk_call_command may have bombed out while in
|
mode because gdbtk_call_command may have bombed out while in
|
||||||
the command routine. */
|
the command routine. */
|
||||||
|
|
||||||
|
running_now = 0;
|
||||||
Tcl_Eval (interp, "gdbtk_tcl_idle");
|
Tcl_Eval (interp, "gdbtk_tcl_idle");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user