diff options
author | Keith Seitz <keiths@cygnus> | 1998-08-20 00:14:03 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-08-20 00:14:03 +0000 |
commit | 67205639eb1260d5d65bf91ee9c1aa3ab5de8c22 (patch) | |
tree | 43b49a4efdf1b10cabf822594d25a961ecfd9341 /gdb/ChangeLog | |
parent | 9ca743cf2f4ff7aeaf99f9bd558433d2833ba35d (diff) | |
download | gdb-67205639eb1260d5d65bf91ee9c1aa3ab5de8c22.zip gdb-67205639eb1260d5d65bf91ee9c1aa3ab5de8c22.tar.gz gdb-67205639eb1260d5d65bf91ee9c1aa3ab5de8c22.tar.bz2 |
* v850ice.c (v850ice_stop): New function to stop the ICE.
(v850ice_load) Pass filename to ICE DLL.
(ice_stepi, ice_nexti, ice_cont): Do not directly call the gdb
commands -- let the GUI do it so that it can retain control
of the display.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6348c9..2ecd4aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +1998-08-19 Keith Seitz <keiths@cygnus.com> + + * v850ice.c (v850ice_stop): New function to stop the ICE. + (v850ice_load) Pass filename to ICE DLL. + (ice_stepi, ice_nexti, ice_cont): Do not directly call the gdb + commands -- let the GUI do it so that it can retain control + of the display. + Wed Aug 19 15:53:52 1998 Anthony Green <green@hoser.cygnus.com> * i386v4-nat.c: Include sys/reg.h if present. |