From b4d900402c4bcfc98a49931a40546421042d0344 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 22 Jun 2011 17:15:06 +0000 Subject: 2011-06-22 Pedro Alves * breakpoint.h (struct breakpoint): Delete field `exec_pathname'. * breakpoint.c (init_raw_breakpoint_without_location): Remove reference to exec_pathname. (struct exec_catchpoint): New type. (dtor_catch_exec): New function. (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust. (catch_exec_breakpoint_ops): Install dtor_catch_syscall. (catch_exec_command_1): Adjust to use init_catchpoint. (delete_breakpoint): Remove reference to exec_pathname. --- gdb/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30799ca..041a8bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2011-06-22 Pedro Alves + * breakpoint.h (struct breakpoint): Delete field `exec_pathname'. + * breakpoint.c (init_raw_breakpoint_without_location): Remove + reference to exec_pathname. + (struct exec_catchpoint): New type. + (dtor_catch_exec): New function. + (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust. + (catch_exec_breakpoint_ops): Install dtor_catch_syscall. + (catch_exec_command_1): Adjust to use init_catchpoint. + (delete_breakpoint): Remove reference to exec_pathname. + +2011-06-22 Pedro Alves + * breakpoint.h (struct breakpoint_ops): New field `dtor'. (struct breakpoint): Delete field `syscalls_to_be_caught'. * breakpoint.c (init_raw_breakpoint_without_location): Remove -- cgit v1.1