aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-23 17:12:30 +0000
committerPedro Alves <palves@redhat.com>2012-01-23 17:12:30 +0000
commite360902bf689e9adf4297e79df59ee92cd35ddc0 (patch)
tree61450ad0833cafb136de5647f2dcc020c0b264a3 /gdb/top.h
parent050a2e1dabbaf403d76476e890413c60ffec9b39 (diff)
downloadgdb-e360902bf689e9adf4297e79df59ee92cd35ddc0.zip
gdb-e360902bf689e9adf4297e79df59ee92cd35ddc0.tar.gz
gdb-e360902bf689e9adf4297e79df59ee92cd35ddc0.tar.bz2
2012-01-23 Pedro Alves <palves@redhat.com>
* top.c (caution): Rename to ... (confirm): ... this. (show_caution): Rename to ... (show_confirm): ... this. (quit_cover): Adjust. (init_main): Adjust. * top.h (caution): Rename to ... (confirm): ... this. * utils.c (internal_vproblem, defaulted_query): Adjust.
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 55ce104..6f74233 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -26,7 +26,7 @@ extern char *saved_command_line;
extern int saved_command_line_size;
extern FILE *instream;
extern int in_user_command;
-extern int caution;
+extern int confirm;
extern char gdb_dirbuf[1024];
extern int inhibit_gdbinit;
extern int epoch_interface;