From 25ea693b87da84e449d731c609b0fd744092e70d Mon Sep 17 00:00:00 2001 From: Markus Metzger Date: Mon, 11 Mar 2013 08:45:54 +0000 Subject: Rename record_ prefixes in record-full.h into record_full_. gdb/ * record-full.h, record-full.c (record_memory_query): Rename to ... (record_full_memory_query): ...this. Update all users. (record_arch_list_add_reg): Rename to ... (record_full_arch_list_add_reg): ...this. Update all users. (record_arch_list_add_mem): Rename to ... (record_full_arch_list_add_mem): ...this. Update all users. (record_arch_list_add_end): Rename to ... (record_full_arch_list_add_end): ...this. Update all users. (record_gdb_operation_disable_set): Rename to ... (record_full_gdb_operation_disable_set): ...this. Update all users. --- gdb/infrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 1e2addc..92874e2 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3011,7 +3011,7 @@ adjust_pc_after_break (struct execution_control_state *ecs) struct cleanup *old_cleanups = NULL; if (RECORD_IS_USED) - old_cleanups = record_gdb_operation_disable_set (); + old_cleanups = record_full_gdb_operation_disable_set (); /* When using hardware single-step, a SIGTRAP is reported for both a completed single-step and a software breakpoint. Need to -- cgit v1.1