diff options
author | Pedro Alves <palves@redhat.com> | 2012-01-23 17:12:30 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-01-23 17:12:30 +0000 |
commit | e360902bf689e9adf4297e79df59ee92cd35ddc0 (patch) | |
tree | 61450ad0833cafb136de5647f2dcc020c0b264a3 /gdb/top.h | |
parent | 050a2e1dabbaf403d76476e890413c60ffec9b39 (diff) | |
download | gdb-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |