aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-08-25 09:53:27 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-08-25 09:53:27 +0000
commit3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b (patch)
tree556503b7359eb2183f3b11dbed9d6a463e82100c /gdb/tui/ChangeLog
parent5564c76952a3968193fba003f2208b718c8eca06 (diff)
downloadgdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.zip
gdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.tar.gz
gdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.tar.bz2
* tuiStack.h (tuiClearLocatorDisplay): Don't declare.
* tuiStack.c (tuiClearLocatorDisplay): Remove. (tuiShowLocatorContent): Use wclrtoeol to clear end of status line. (tuiUpdateLocatorDisplay): Don't call tuiClearLocatorDisplay.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r--gdb/tui/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 9fea5ac..e571440 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,5 +1,12 @@
2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
+ * tuiStack.h (tuiClearLocatorDisplay): Don't declare.
+ * tuiStack.c (tuiClearLocatorDisplay): Remove.
+ (tuiShowLocatorContent): Use wclrtoeol to clear end of status line.
+ (tuiUpdateLocatorDisplay): Don't call tuiClearLocatorDisplay.
+
+2002-08-25 Stephane Carrez <stcarrez@nerim.fr>
+
* tuiStack.c (tui_get_function_from_frame): Rename from
_getFuncNameFromFrame; use print_address_symbolic to get symbolic
name of address.