]> andersk Git - moira.git/blobdiff - include/gdb.h
declare gdb_Options
[moira.git] / include / gdb.h
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.029047 seconds and 4 git commands to generate.