]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Simplify MI breakpoint setting.
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 16 Mar 2010 08:42:20 +0000 (08:42 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 16 Mar 2010 08:42:20 +0000 (08:42 +0000)
commit8cdf0e150657da2086efc67c83e04619139081b2
tree4903f987393a768fc1aedd773226e5903af0783e
parent1aa37384696ad1fcec310e8d3c7955b0266f61d5
Simplify MI breakpoint setting.

     * breakpoint.c (break_command_really): Make nonstatic and
     rename to...
     (create_breakpoint): ...this. Rename prior function by this name
     to...
     (create_breakpoint_sal): ...this.
     (create_breakpoints): Rename to...
     (create_breakpoints_sal): ...this.
     (set_breakpoint): Remove.
     * breakpoint.h: Adjust to above changes.
     * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/mi/mi-cmd-break.c