aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index 6b975cd..61075fb 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -493,6 +493,10 @@ gdbtk_init ( argv0 )
/* Path conversion functions. */
if (ide_create_cygwin_path_command (gdbtk_interp) != TCL_OK)
error ("cygwin path command initialization failed");
+#else
+ /* for now, this testing function is Unix only */
+ if (cyg_create_warp_pointer_command (gdbtk_interp) != TCL_OK)
+ error ("warp_pointer command initialization failed");
#endif
/*