* 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:
Stu Grossman 1997-02-10 21:52:46 +00:00
parent 797b43f662
commit 40dffa42ba
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* xcoffread.c (RECORD_MINIMAL_SYMBOL): Add NULL asection* parameter

View File

@ -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");
}