diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-02-29 06:39:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-02-29 06:39:05 +0000 |
commit | cf3c0938711c74594e529f4c1d659f0482fc1587 (patch) | |
tree | 60aff8915cd65c1c3bfde0064eb4769634863612 /gdb | |
parent | 7d568604b16cde5834ca5ceb30f420994ad80b51 (diff) | |
download | gdb-cf3c0938711c74594e529f4c1d659f0482fc1587.zip gdb-cf3c0938711c74594e529f4c1d659f0482fc1587.tar.gz gdb-cf3c0938711c74594e529f4c1d659f0482fc1587.tar.bz2 |
From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
* remote.c (remote_detach): Send a command 'D' to the target
when detaching, update the function's comments.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92b39a0..df9d461 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com> + + From Wilfried Moser <wilfried.moser@aut.alcatel.at>: + * remote.c (remote_detach): Send a command 'D' to the target + when detaching, update the function's comments. + Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com> * Makefile.in (VERSION): Bump version to 4.15.2 to establish |