mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 05:50:43 +00:00
Fri Jun 5 00:16:22 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c (gdbtk_init): Change all references to GDBTK_IDE to IDE_ENABLED.
This commit is contained in:
parent
72d33b581d
commit
aa3b21bfdc
@ -1,3 +1,8 @@
|
||||
Fri Jun 5 00:16:22 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
* gdbtk.c (gdbtk_init): Change all references to
|
||||
GDBTK_IDE to IDE_ENABLED.
|
||||
|
||||
Thu Jun 4 18:31:53 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
* gdbtk.c (gdbtk_init): Initialize tkTable.
|
||||
|
@ -2191,7 +2191,7 @@ gdbtk_init ( argv0 )
|
||||
(char *) NULL);
|
||||
fprintf(stderr, "WARNING: ide_event_init_client failed: %s\n", interp->result);
|
||||
|
||||
Tcl_SetVar (interp, "GDBTK_IDE", "0", 0);
|
||||
Tcl_SetVar (interp, "IDE_ENABLED", "0", 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -2226,11 +2226,11 @@ gdbtk_init ( argv0 )
|
||||
error ("ide_initialize failed: %s", interp->result);
|
||||
*/
|
||||
|
||||
Tcl_SetVar (interp, "GDBTK_IDE", "1", 0);
|
||||
Tcl_SetVar (interp, "IDE_ENABLED", "1", 0);
|
||||
}
|
||||
/* end-sanitize-ide */
|
||||
#else
|
||||
Tcl_SetVar (interp, "GDBTK_IDE", "0", 0);
|
||||
Tcl_SetVar (interp, "IDE_ENABLED", "0", 0);
|
||||
#endif /* IDE */
|
||||
|
||||
/* We don't want to open the X connection until we've done all the
|
||||
|
Loading…
Reference in New Issue
Block a user