diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-23 21:22:14 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-23 21:22:14 +0000 |
commit | 63858210357ce3f90a264895e9780ab302576a94 (patch) | |
tree | 501fc8be689a5fe5a527204064afbf130dbf3127 /gdb/tui/ChangeLog | |
parent | 9e1d0fc1a1f904291ab6b1445a21530b3d2edbec (diff) | |
download | gdb-63858210357ce3f90a264895e9780ab302576a94.zip gdb-63858210357ce3f90a264895e9780ab302576a94.tar.gz gdb-63858210357ce3f90a264895e9780ab302576a94.tar.bz2 |
* tui-interp.c (tui_resume): Enable tui when we expected it.
(tui_suspend): Remember in which TUI mode we are.
(_initialize_tui_interp): Use the tui interpreter even when no
other interpreter was set and define in which TUI mode to start.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index aa2fc5a..6b4e01f 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,10 @@ +2003-07-23 Stephane Carrez <stcarrez@nerim.fr> + + * tui-interp.c (tui_resume): Enable tui when we expected it. + (tui_suspend): Remember in which TUI mode we are. + (_initialize_tui_interp): Use the tui interpreter even when no + other interpreter was set and define in which TUI mode to start. + 2003-06-28 Daniel Jacobowitz <drow@mvista.com> * tui-out.c (tui_ui_out_impl): Add NULL for redirect member. |