]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.c
* breakpoint.c (break_command_1): Return void.
authorVladimir Prus <vladimir@codesourcery.com>
Fri, 1 Feb 2008 16:24:47 +0000 (16:24 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Fri, 1 Feb 2008 16:24:47 +0000 (16:24 +0000)
commit98deb0daaefbe4fd9a2664a636aa71fb8aa678dd
tree048aa91c316f6f45b4eca253e52556f82ba36646
parentce0451adace70feabf93904e7a574fea21154073
    * 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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/gdb.h
gdb/mi/mi-cmd-break.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/basics.c
gdb/testsuite/gdb.mi/mi-break.exp