mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08: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:
@ -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>
|
Thu Jun 4 18:31:53 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||||
|
|
||||||
* gdbtk.c (gdbtk_init): Initialize tkTable.
|
* gdbtk.c (gdbtk_init): Initialize tkTable.
|
||||||
|
@ -2191,7 +2191,7 @@ gdbtk_init ( argv0 )
|
|||||||
(char *) NULL);
|
(char *) NULL);
|
||||||
fprintf(stderr, "WARNING: ide_event_init_client failed: %s\n", interp->result);
|
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
|
else
|
||||||
{
|
{
|
||||||
@ -2226,11 +2226,11 @@ gdbtk_init ( argv0 )
|
|||||||
error ("ide_initialize failed: %s", interp->result);
|
error ("ide_initialize failed: %s", interp->result);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Tcl_SetVar (interp, "GDBTK_IDE", "1", 0);
|
Tcl_SetVar (interp, "IDE_ENABLED", "1", 0);
|
||||||
}
|
}
|
||||||
/* end-sanitize-ide */
|
/* end-sanitize-ide */
|
||||||
#else
|
#else
|
||||||
Tcl_SetVar (interp, "GDBTK_IDE", "0", 0);
|
Tcl_SetVar (interp, "IDE_ENABLED", "0", 0);
|
||||||
#endif /* IDE */
|
#endif /* IDE */
|
||||||
|
|
||||||
/* We don't want to open the X connection until we've done all the
|
/* We don't want to open the X connection until we've done all the
|
||||||
|
Reference in New Issue
Block a user