diff options
author | Pedro Alves <palves@redhat.com> | 2009-04-01 17:42:03 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-04-01 17:42:03 +0000 |
commit | 0d8f58ca949525dc612ba1f019d9efe733c75677 (patch) | |
tree | 2ce04d0762e038a8d4c6de3cd1045e03047c5d6d /gdb/ChangeLog | |
parent | 96b2958fe936fedde8c4c37259e750a21a96d090 (diff) | |
download | gdb-0d8f58ca949525dc612ba1f019d9efe733c75677.zip gdb-0d8f58ca949525dc612ba1f019d9efe733c75677.tar.gz gdb-0d8f58ca949525dc612ba1f019d9efe733c75677.tar.bz2 |
* remote.c (append_resumption): New.
(remote_vcont_resume): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c5d1d0..b9d4197 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-04-01 Pedro Alves <pedro@codesourcery.com> + + * remote.c (append_resumption): New. + (remote_vcont_resume): Use it. + 2009-04-01 Joel Brobecker <brobecker@adacore.com> * windows-nat.c (+windows_get_ada_task_ptid): New function. |