From c56053d23c108509c8978f31799e9abe654d91d5 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 22 Jun 2011 17:16:42 +0000 Subject: 2011-06-22 Pedro Alves * breakpoint.c (init_raw_breakpoint_without_location): Don't add the breakpoint to the breakpoint chain here. (set_raw_breakpoint_without_location): Add the breakpoint to the breakpoint chain here. (init_raw_breakpoint): Adjust comments. (set_raw_breakpoint): Add the breakpoint to the breakpoint chain here. (init_catchpoint): Don't set the catchpoint's breakpoint number here. (install_catchpoint): New function. (create_fork_vfork_event_catchpoint) (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to use install_catchpoint. --- gdb/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 20d60f6..f4f27ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,21 @@ 2011-06-22 Pedro Alves + * breakpoint.c (init_raw_breakpoint_without_location): Don't add + the breakpoint to the breakpoint chain here. + (set_raw_breakpoint_without_location): Add the breakpoint to the + breakpoint chain here. + (init_raw_breakpoint): Adjust comments. + (set_raw_breakpoint): Add the breakpoint to the breakpoint chain + here. + (init_catchpoint): Don't set the catchpoint's breakpoint number + here. + (install_catchpoint): New function. + (create_fork_vfork_event_catchpoint) + (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to + use install_catchpoint. + +2011-06-22 Pedro Alves + * breakpoint.c (create_catchpoint_without_mention) (create_catchpoint): Delete. -- cgit v1.1