summaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2012-01-23 17:12:30 +0000
committerPedro Alves <pedro@codesourcery.com>2012-01-23 17:12:30 +0000
commitf31d5ba21d7c2ffe290d0e41b8d2703f9ca0aa7a (patch)
tree41030abb6e93f0b66032b734b7d77380787c5d11 /gdb/top.h
parent1ace069643a34f84b1c555c01e728b9d0865c748 (diff)
downloadgdb-f31d5ba21d7c2ffe290d0e41b8d2703f9ca0aa7a.tar.gz
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 55ce104b3d3..6f742332139 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;