diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c6c205..cd28232 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2012-12-15 Yao Qi <yao@codesourcery.com> + * remote.c (discard_pending_stop_replies): Update declaration. + (remote_detach_1, extended_remote_mourn_1): Likewise. + (discard_pending_stop_replies): Change parameter from PID to + INF. + (remote_close): Update caller. + (_initialize_remote): Attach discard_pending_stop_replies to + inferior_exit observer. + +2012-12-15 Yao Qi <yao@codesourcery.com> + * remote.c (getpkt_or_notif_sane): Add one more argument in its declaration. (getpkt_or_notif_sane_1): Add one more argument. |