diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-09-10 19:59:31 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-09-10 19:59:31 +0000 |
commit | 2b68e2c5b9fcacc90385c8a750bddf5a7bd0bbe7 (patch) | |
tree | f6bea5b65a97f8f779385eab932d2b14e67c8219 /gdb/tui/ChangeLog | |
parent | 99656a61405b59c6dec59fe8a88859f712a35c69 (diff) | |
download | gdb-2b68e2c5b9fcacc90385c8a750bddf5a7bd0bbe7.zip gdb-2b68e2c5b9fcacc90385c8a750bddf5a7bd0bbe7.tar.gz gdb-2b68e2c5b9fcacc90385c8a750bddf5a7bd0bbe7.tar.bz2 |
* tui-hooks.c (tui_event_loop): New function.
(tui_command_loop): New function to override gdb loop and make sure
uiout is set according to TUI mode.
(tui_command_loop): Install the specific TUI command hook.
* tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
(tui_uiout, tui_old_uiout): Make public.
* tuiIO.h (tui_uiout, tui_old_uiout): Declare.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index dbb9f54..9a54d50 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,13 @@ +2002-09-10 Stephane Carrez <stcarrez@nerim.fr> + + * tui-hooks.c (tui_event_loop): New function. + (tui_command_loop): New function to override gdb loop and make sure + uiout is set according to TUI mode. + (tui_command_loop): Install the specific TUI command hook. + * tuiIO.c (tui_initialize_io): Initialize tui_old_uiout. + (tui_uiout, tui_old_uiout): Make public. + * tuiIO.h (tui_uiout, tui_old_uiout): Declare. + 2002-09-04 Stephane Carrez <stcarrez@nerim.fr> * tuiIO.c (tui_putc): New function to print one character. |