2011-03-04 Michael Snyder <msnyder@vmware.com>
Reverting this patch: * infcall.c (call_function_by_hand): Add break statements for lint.
This commit is contained in:
parent
12f23c24fa
commit
7f5936f9fe
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
Reverting this patch:
|
||||||
|
* infcall.c (call_function_by_hand): Add break statements for lint.
|
||||||
|
|
||||||
Reverting this patch:
|
Reverting this patch:
|
||||||
* cli/cli-script.c (script_from_file): Add break for lint.
|
* cli/cli-script.c (script_from_file): Add break for lint.
|
||||||
|
|
||||||
|
|
|
@ -831,11 +831,9 @@ Evaluation of the expression containing the function\n\
|
||||||
(%s) will be abandoned.\n\
|
(%s) will be abandoned.\n\
|
||||||
When the function is done executing, GDB will silently stop."),
|
When the function is done executing, GDB will silently stop."),
|
||||||
e.message, name);
|
e.message, name);
|
||||||
break; /* lint */
|
|
||||||
case RETURN_QUIT:
|
case RETURN_QUIT:
|
||||||
default:
|
default:
|
||||||
throw_exception (e);
|
throw_exception (e);
|
||||||
break; /* lint */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue