]> andersk Git - moira.git/commitdiff
declare gdb_Options
authormar <mar>
Tue, 1 Dec 1992 11:39:59 +0000 (11:39 +0000)
committermar <mar>
Tue, 1 Dec 1992 11:39:59 +0000 (11:39 +0000)
gdb/gdb_lib.h
include/gdb.h

index c67b6eb316a1392c7ac641473b045c5ec83cf894..b9f5205a0247b02ea8f04b176538e885c9882f10 100644 (file)
@@ -54,6 +54,8 @@ int  (*gdb_fmv)() = gdb_fm;
 /*     
 /************************************************************************/
 
+int    gdb_Options=0;                          /* GDB options are set here */
+
 int    gdb_Debug=0;                            /* debugging flags are */
                                                /* stored here */
 FILE *gdb_log = stderr;                                /* all debugging */
index 03426fd5d51d14cfc1783542579c789bd86ef597..db7e6576d9f1710c0659f9877524aa1cf82b18d5 100644 (file)
@@ -82,6 +82,8 @@ typedef struct fd_set {fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];} fd_set;
 
 #define GDB_ROUNDUP(n,b) ((((n)+(b)-1)/(b))*(b))
 
+extern int     gdb_Options;                    /* Control optional features */
+#define GDB_OPT_KEEPALIVE      1
 extern int     gdb_Debug;                      /* debugging flags are */
                                                /* stored here */
 extern FILE *gdb_log;                          /* file descriptor for */
This page took 0.041886 seconds and 5 git commands to generate.