* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / gdbtk.h
index a138a338b31711b15bfb573abcd1c5748a240b41..1f063648a6bc709b9ec5cdac6be61d490a0e3638 100644 (file)
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#ifdef WINNT
+#ifdef _WIN32
 #define GDBTK_PATH_SEP ";"
 #else
 #define GDBTK_PATH_SEP ":"
@@ -78,6 +78,12 @@ extern int load_in_progress;
 
 extern Tcl_Interp *gdbtk_interp;
 
+/* These two are lookup tables for elements of the breakpoint structure that
+   gdbtk knows by string name.  They are defined in gdbtk-cmds.c */
+
+extern char *bptypes[];
+extern char *bpdisp[];
+
 /*
  * This structure controls how the gdb output is fed into call_wrapper invoked
  * commands.  See the explanation of gdbtk_fputs in gdbtk_hooks.c for more details.
This page took 0.02318 seconds and 4 git commands to generate.