diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-25 15:57:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-25 15:57:42 +0000 |
commit | 4d2acc6562ea8a557c937f99945e6920ed3a85a6 (patch) | |
tree | bdf73de27560bd8847e3ffdf9419e5ddfd253221 /gdb/ChangeLog | |
parent | 19b846f3d918cfadfb96d761a57a3a6b673809dd (diff) | |
download | gdb-4d2acc6562ea8a557c937f99945e6920ed3a85a6.zip gdb-4d2acc6562ea8a557c937f99945e6920ed3a85a6.tar.gz gdb-4d2acc6562ea8a557c937f99945e6920ed3a85a6.tar.bz2 |
2004-02-25 Andrew Cagney <cagney@redhat.com>
PR cli/1566. Problem found, and fix suggested by David Allan.
* cli/cli-script.c (execute_control_command): Unconditionally
install a cleanup. Default "ret" to "invalid_control". Use
"break" instead of "return" to escape from the switch.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b8330d..cf3a316 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2004-02-25 Andrew Cagney <cagney@redhat.com> + + PR cli/1566. Problem found, and fix suggested by David Allan. + * cli/cli-script.c (execute_control_command): Unconditionally + install a cleanup. Default "ret" to "invalid_control". Use + "break" instead of "return" to escape from the switch. + 2004-02-24 J. Brobecker <brobecker@gnat.com> * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision |