]> andersk Git - moira.git/blobdiff - gdb/gdb_lib.h
Added missing definition of $(SRCDIR)
[moira.git] / gdb / gdb_lib.h
index 2ffd651c0b50ef8c01282125e8ef5378b8b84272..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 */
@@ -132,6 +134,14 @@ struct con_data gdb_cons[GDB_MAX_CONNECTIONS];     /* actual connection data */
 fd_set gdb_crfds, gdb_cwfds, gdb_cefds;                /* connection related file */
                                                /* descriptor maps to be */
                                                /* used in select */
+fd_set last_crfds, last_cwfds, last_cefds;     /* these file desc. bit */
+                                               /* masks are set up */
+                                               /* for each select call */
+                                               /* to include the user */
+                                               /* supplied and the */
+                                               /* connection related */
+                                               /* fd's */
+
        /*----------------------------------------------------------*/
        /*      
        /*                      gdb_notime
This page took 0.097797 seconds and 4 git commands to generate.