aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-07-17 22:22:40 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-07-17 22:22:40 +0000
commit84b1e7c7ee7e32bf88270c46f0ee1cbf002a09c3 (patch)
tree2dc9a434f39f10d741876f20a2253d2301f098ed /gdb/tui/ChangeLog
parent7e5a932280d5d0cd731a09e195c9e7a25c1677d4 (diff)
downloadgdb-84b1e7c7ee7e32bf88270c46f0ee1cbf002a09c3.zip
gdb-84b1e7c7ee7e32bf88270c46f0ee1cbf002a09c3.tar.gz
gdb-84b1e7c7ee7e32bf88270c46f0ee1cbf002a09c3.tar.bz2
* tuiWin.c: Add missing includes.
(_makeVisibleWithNewHeight): Fix call to find_line_pc. * tuiLayout.c: Add missing includes. (_initAndMakeWin): Don't put curses in echo mode. (_extractDisplayStartAddr): Fix calls to find_line_pc. (_tuiLayout_command): Missing ',' in warning call. * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to find_line_pc. (tuiSetHasBreakAt): Check for null source file.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r--gdb/tui/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 3016396..bfa8370 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,5 +1,17 @@
2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+ * tuiWin.c: Add missing includes.
+ (_makeVisibleWithNewHeight): Fix call to find_line_pc.
+ * tuiLayout.c: Add missing includes.
+ (_initAndMakeWin): Don't put curses in echo mode.
+ (_extractDisplayStartAddr): Fix calls to find_line_pc.
+ (_tuiLayout_command): Missing ',' in warning call.
+ * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to
+ find_line_pc.
+ (tuiSetHasBreakAt): Check for null source file.
+
+2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
* tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
* tuiLayout.c (_tuiSetLayoutTo): Likewise.
* tui.c (_tui_vToggle_command): Likewise.