diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-02-01 16:24:47 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-02-01 16:24:47 +0000 |
commit | 98deb0daaefbe4fd9a2664a636aa71fb8aa678dd (patch) | |
tree | 048aa91c316f6f45b4eca253e52556f82ba36646 /gdb/ChangeLog | |
parent | ce0451adace70feabf93904e7a574fea21154073 (diff) | |
download | gdb-98deb0daaefbe4fd9a2664a636aa71fb8aa678dd.zip gdb-98deb0daaefbe4fd9a2664a636aa71fb8aa678dd.tar.gz gdb-98deb0daaefbe4fd9a2664a636aa71fb8aa678dd.tar.bz2 |
* breakpoint.c (break_command_1): Return void.
(break_command_really): Return void. Rethrow
exceptions instead of returning.
(gdb_breakpoint): Remove the error_message parameter.
Return void. Rename to set_breakpoint.
* gdb.h (gdb_breakpoint): Rename and move to...
* breakpoint.h (set_breakpoint): ...here.
* mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
event hooks even if exception is thrown. Adjust to
gdb_breakpoint interface changes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad3a59f..cc2bfec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2008-02-01 Vladimir Prus <vladimir@codesourcery.com> + + * breakpoint.c (break_command_1): Return void. + (break_command_really): Return void. Rethrow + exceptions instead of returning. + (gdb_breakpoint): Remove the error_message parameter. + Return void. Rename to set_breakpoint. + * gdb.h (gdb_breakpoint): Rename and move to... + * breakpoint.h (set_breakpoint): ...here. + * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore + event hooks even if exception is thrown. Adjust to + gdb_breakpoint interface changes. + + 2008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com> * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit |