mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2010-05-14 Michael Snyder <msnyder@vmware.com>
* infcall.c: White space. * inf-child.c: White space. * infcmd.c: White space. * inferior.c: White space. * inf-loop.c: White space. * inflow.c: White space. * inline-frame.c: White space. * interps.c: White space.
This commit is contained in:
@@ -306,6 +306,7 @@ static int
|
||||
interp_set_quiet (struct interp *interp, int quiet)
|
||||
{
|
||||
int old_val = interp->quiet_p;
|
||||
|
||||
interp->quiet_p = quiet;
|
||||
return old_val;
|
||||
}
|
||||
@@ -400,6 +401,7 @@ interpreter_exec_cmd (char *args, int from_tty)
|
||||
for (i = 1; i < nrules; i++)
|
||||
{
|
||||
struct gdb_exception e = interp_exec (interp_to_use, prules[i]);
|
||||
|
||||
if (e.reason < 0)
|
||||
{
|
||||
interp_set (old_interp, 0);
|
||||
|
||||
Reference in New Issue
Block a user