aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-gdbtk
diff options
context:
space:
mode:
authorKeith Seitz <keiths@cygnus>1998-09-25 15:22:23 +0000
committerKeith Seitz <keiths@cygnus>1998-09-25 15:22:23 +0000
commit4ce8d0e977321d1df165590fdd885a0ca5961191 (patch)
tree01078f2b8ce5680423c1bafdd00f0fbf1d4ed567 /gdb/ChangeLog-gdbtk
parent4817b40893ad3836543d8254269860687578dd3d (diff)
downloadgdb-4ce8d0e977321d1df165590fdd885a0ca5961191.zip
gdb-4ce8d0e977321d1df165590fdd885a0ca5961191.tar.gz
gdb-4ce8d0e977321d1df165590fdd885a0ca5961191.tar.bz2
* gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.
* v850ice.c (WM_ADDR_TO_SYM): New message. (v850ice_wndproc): Add handler for WM_SOURCE. (v850ice_wait): Call the ui_loop_hook occasionally. (ice_cont): Acknowledge message before doing anything. (ice_stepi): Ack message and let gdbtk do stepping. (ice_nexti): Ack message and let gdbtk do stepping. (view_source): New function ICE calls to display source code.
Diffstat (limited to 'gdb/ChangeLog-gdbtk')
-rw-r--r--gdb/ChangeLog-gdbtk12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk
index bed4b84..f629f37 100644
--- a/gdb/ChangeLog-gdbtk
+++ b/gdb/ChangeLog-gdbtk
@@ -1,3 +1,15 @@
+1998-09-24 Keith Seitz <keiths@cygnus.com>
+
+ * gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.
+
+ * v850ice.c (WM_ADDR_TO_SYM): New message.
+ (v850ice_wndproc): Add handler for WM_SOURCE.
+ (v850ice_wait): Call the ui_loop_hook occasionally.
+ (ice_cont): Acknowledge message before doing anything.
+ (ice_stepi): Ack message and let gdbtk do stepping.
+ (ice_nexti): Ack message and let gdbtk do stepping.
+ (view_source): New function ICE calls to display source code.
+
start-sanitize-ide
Mon Sep 21 13:33:27 1998 Drew Moseley <dmoseley@cygnus.com>