diff options
author | Yao Qi <yao@codesourcery.com> | 2012-12-15 03:34:03 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-12-15 03:34:03 +0000 |
commit | 5f4cf0bb27e5c49c5581c104e24770bde830af85 (patch) | |
tree | c3357addb7763569525c244e0f0c457d694afff0 /gdb/ChangeLog | |
parent | fee9eda9eed2792c380d3dca8b5fd4c7ee1d0c32 (diff) | |
download | gdb-5f4cf0bb27e5c49c5581c104e24770bde830af85.zip gdb-5f4cf0bb27e5c49c5581c104e24770bde830af85.tar.gz gdb-5f4cf0bb27e5c49c5581c104e24770bde830af85.tar.bz2 |
gdb/
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.
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. |