OSDN Git Service

PR gdb/1665
authorAleksandar Ristovski <aristovski@qnx.com>
Thu, 1 May 2008 20:35:33 +0000 (20:35 +0000)
committerAleksandar Ristovski <aristovski@qnx.com>
Thu, 1 May 2008 20:35:33 +0000 (20:35 +0000)
commit1afc856c5afd96802bbc1f79212b2b47fd5c3db9
tree8344fb4de5555e6e5b5588cb89eec93449791255
parentf7e2c5431c5401d1ce6aac33bf857902a37ec9b1
PR gdb/1665
* breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
assign its value to the breakpoint created.
(create_breakpoints): Add breakpoint_ops argument and pass it
to create_breakpoint call.
(break_command_really): Add breakpoint_ops argument and pass/assign
appropriately.
(break_command_1): Pass NULL as ops argument.
(set_breakpoint): Pass NULL as ops argument.
(print_one_exception_catchpoint): Print <PENDING> if no loc available.
(handle_gnu_v3_exceptions): Call generic breakpoint code to insert
catch and throw catchpoints.
gdb/ChangeLog
gdb/breakpoint.c