aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-01-28 01:38:39 +0000
committerStan Shebs <shebs@codesourcery.com>1995-01-28 01:38:39 +0000
commitf22661eefd6af1d41e7f3459f412c9030e00d084 (patch)
treeffc13e0cc1a83ff129f04a71baa101ebbef7b6b2 /gdb/top.c
parent0d2d841287e788f55da0adbc53d0ab20cab6bb45 (diff)
downloadfsf-binutils-gdb-f22661eefd6af1d41e7f3459f412c9030e00d084.zip
fsf-binutils-gdb-f22661eefd6af1d41e7f3459f412c9030e00d084.tar.gz
fsf-binutils-gdb-f22661eefd6af1d41e7f3459f412c9030e00d084.tar.bz2
* top.c (use_windows): Clarify comments.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/top.c b/gdb/top.c
index d37762c..d89d2cf 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -162,11 +162,13 @@ static void source_cleanup PARAMS ((FILE *));
#define GDBINIT_FILENAME ".gdbinit"
#endif
char gdbinit[] = GDBINIT_FILENAME;
+
int inhibit_gdbinit = 0;
-/* Disable windows if non-zero */
+/* If nonzero, and GDB has been configured to be able to use windows,
+ attempt to open them upon startup. */
-int use_windows = 1; /* Defaults to on for now */
+int use_windows = 1;
/* Version number of GDB, as a string. */
@@ -186,9 +188,7 @@ extern char lang_frame_mismatch_warn[]; /* language.c */
int caution = 1; /* Default is yes, sigh. */
-/*
- * Define all cmd_list_element's
- */
+/* Define all cmd_list_elements. */
/* Chain containing all defined commands. */