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)
commit604133b5c51154a435f50cc079b24cb2f2eb8770
tree0086771e7313b17ba4dd1531b0f273477f8828bd
parent1cded358ac11bda3c08ed79b99e304b3d120b301
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