OSDN Git Service

* breakpoint.c (break_command_1): Return void.
authorvprus <vprus>
Fri, 1 Feb 2008 16:24:46 +0000 (16:24 +0000)
committervprus <vprus>
Fri, 1 Feb 2008 16:24:46 +0000 (16:24 +0000)
commit3f03c059105b4ff47611b9d6e9455a26a42c28fb
treecf51b6bec3ab22f8c304898eee14c2deeb96d070
parent5a61715d5faf7243957d1e27ff775a9702720d47
    * 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