mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk-cmds.c (gdb_loadfile): When there are no linenumbers, use only one tab.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Jul 24 01:08:37 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||||
|
|
||||||
|
* gdbtk-cmds.c (gdb_loadfile): When there are no
|
||||||
|
linenumbers, use only one tab.
|
||||||
|
|
||||||
Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com>
|
Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||||
|
|
||||||
* gdbtk.c (gdbtk_cleanup): Add call to tcl function
|
* gdbtk.c (gdbtk_cleanup): Add call to tcl function
|
||||||
|
@ -2686,9 +2686,9 @@ gdb_loadfile (clientData, interp, objc, objv)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Tcl_DStringAppend (&text_cmd_1, " insert end {-\t} break_tag", -1);
|
Tcl_DStringAppend (&text_cmd_1, " insert end {- } break_tag", -1);
|
||||||
prefix_len_1 = Tcl_DStringLength(&text_cmd_1);
|
prefix_len_1 = Tcl_DStringLength(&text_cmd_1);
|
||||||
Tcl_DStringAppend (&text_cmd_2, " insert end { \t} \"\"", -1);
|
Tcl_DStringAppend (&text_cmd_2, " insert end { } \"\"", -1);
|
||||||
prefix_len_2 = Tcl_DStringLength(&text_cmd_2);
|
prefix_len_2 = Tcl_DStringLength(&text_cmd_2);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user