mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
Sun Jul 19 02:11:45 1998 Martin M. Hunt <hunt@cygnus.com>
* symtab.c (decode_line_2): Instead of printing a prompt and calling command_line_input() without a prompt, just call it with the proper args. This makes the GUI work too. Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com> * gdbtk.c (gdbtk_cleanup): Add call to tcl function gdbtk_cleanup. We need this so the GUI gets to clean up no matter how GDB exits.
This commit is contained in:
parent
c5f3dafb29
commit
4d14b2522a
@ -1,3 +1,9 @@
|
||||
Sun Jul 19 02:11:45 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
* symtab.c (decode_line_2): Instead of printing a prompt
|
||||
and calling command_line_input() without a prompt, just
|
||||
call it with the proper args. This makes the GUI work too.
|
||||
|
||||
Fri Jul 17 9:26:50 1998 Ron Unrau <runrau@cygnus.com>
|
||||
|
||||
* blockframe.c (find_pc_sect_partial_function): allow for the possi-
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat Jul 18 12:28:39 1998 Martin M. Hunt <hunt@cygnus.com>
|
||||
|
||||
* gdbtk.c (gdbtk_cleanup): Add call to tcl function
|
||||
gdbtk_cleanup. We need this so the GUI gets to clean
|
||||
up no matter how GDB exits.
|
||||
|
||||
Wed Jul 1 13:10:58 1998 Jim Ingham <jingham@cygnus.com>
|
||||
|
||||
* Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c &
|
||||
|
@ -351,9 +351,9 @@ static void
|
||||
gdbtk_cleanup (dummy)
|
||||
PTR dummy;
|
||||
{
|
||||
Tcl_Eval (gdbtk_interp, "gdbtk_cleanup");
|
||||
#ifdef IDE
|
||||
struct ide_event_handle *h = (struct ide_event_handle *) dummy;
|
||||
|
||||
ide_interface_deregister_all (h);
|
||||
#endif
|
||||
Tcl_Finalize ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user