aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-07-24 20:39:34 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-07-24 20:39:34 +0000
commit114bf287e22a1ee2ac085ccda54ebfe466330413 (patch)
tree127ed3749adb5b6fc34114ce29dc16684736cf0b /gdb/tui
parenta3f3e5359d889f82e612d9798c2c7e054c4753f0 (diff)
downloadfsf-binutils-gdb-114bf287e22a1ee2ac085ccda54ebfe466330413.zip
fsf-binutils-gdb-114bf287e22a1ee2ac085ccda54ebfe466330413.tar.gz
fsf-binutils-gdb-114bf287e22a1ee2ac085ccda54ebfe466330413.tar.bz2
Missed changelog entries for previous 2 commits
Diffstat (limited to 'gdb/tui')
-rw-r--r--gdb/tui/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 85f317e..58fb19f 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,3 +1,25 @@
+2001-07-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
+ * tuiIO.c (tui_cont_sig): Update cursor position on the screen to
+ leave it in the command window.
+ (tui_redisplay_readline): Save cursor position to restore the
+ cursor after we go back from background.
+ * tuiData.h (TuiCommandInfo): Add start_line member.
+
+2001-07-23 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
+ * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.
+ * tuiStack.h (tuiUpdateLocatorFilename): Update prototype.
+ * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls
+ to add_set_enum_cmd.
+ * tui.c (tui_show_source): New function.
+ (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow.
+ (tui_switch_mode): Prep or deprep readline terminal;
+ make sure the \n we return does not redo the last command.
+ * tui.h (tui_show_source): Declare.
+ (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise.
+ (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
+
2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler