* top.c (use_windows): Clarify comments.

This commit is contained in:
Stan Shebs
1995-01-28 01:38:39 +00:00
parent 0d2d841287
commit f22661eefd
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com> Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
* top.c (use_windows): Clarify comments.
* convex-tdep.c (xfer_core_file): Comment out. * convex-tdep.c (xfer_core_file): Comment out.
* config/convex/tm-convex.h (XFER_CORE_FILE): Remove. * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
* remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file

View File

@ -162,11 +162,13 @@ static void source_cleanup PARAMS ((FILE *));
#define GDBINIT_FILENAME ".gdbinit" #define GDBINIT_FILENAME ".gdbinit"
#endif #endif
char gdbinit[] = GDBINIT_FILENAME; char gdbinit[] = GDBINIT_FILENAME;
int inhibit_gdbinit = 0; 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. */ /* 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. */ int caution = 1; /* Default is yes, sigh. */
/* /* Define all cmd_list_elements. */
* Define all cmd_list_element's
*/
/* Chain containing all defined commands. */ /* Chain containing all defined commands. */