From c20cb6860c27d6ef15a1e561f4be78e7b85952ac Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 29 Oct 2020 15:04:33 -0600 Subject: Remove exec_filename macro This removes the exec_filename macro, replacing it with uses of the member of current_program_space. This also renames that member, and changes it to be a unique pointer. gdb/ChangeLog 2020-10-29 Tom Tromey * progspace.h (struct program_space) : Rename from pspace_exec_filename. Now a unique_xmalloc_ptr. * inferior.c (print_selected_inferior): Update. (print_inferior): Update. * mi/mi-main.c (print_one_inferior): Update. * exec.h (exec_filename): Remove macro. * corefile.c (get_exec_file): Update. * exec.c (exec_close): Update. (exec_file_attach): Update. * progspace.c (clone_program_space): Update. (print_program_space): Update. --- gdb/exec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/exec.h') diff --git a/gdb/exec.h b/gdb/exec.h index 2448965..b2f5150 100644 --- a/gdb/exec.h +++ b/gdb/exec.h @@ -32,7 +32,6 @@ struct objfile; #define exec_bfd current_program_space->ebfd #define exec_bfd_mtime current_program_space->ebfd_mtime -#define exec_filename current_program_space->pspace_exec_filename /* Builds a section table, given args BFD. */ -- cgit v1.1