diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e7998b9..3d8ed20 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-12-02 Pedro Alves <pedro@codesourcery.com> + Maciej W. Rozycki <macro@codesourcery.com> + + * remote.c (putpkt_for_catch_errors): Remove function. + (remote_kill): Handle TARGET_CLOSE_ERROR from the kill packet + gracefully. + 2013-12-02 Pedro Alves <palves@redhat.com> PR remote/15974 |