* 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

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