diff options
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ validate_exec_file (int from_tty) void exec_file_locate_attach (int pid, int defer_bp_reset, int from_tty) { - char *exec_file_target; + const char *exec_file_target; symfile_add_flags add_flags = 0; /* Do nothing if we already have an executable filename. */ |