diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-03-22 19:07:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-03-22 19:07:03 +0000 |
commit | 78a095c39e77cb462996a5d7c0438b768b09c7f0 (patch) | |
tree | 30e3ba546e919d7f8773d9b2f2c8a8b08a601e2f /gdb/ChangeLog | |
parent | c842b54b418996378be8764e325c3357f4f127fa (diff) | |
download | gdb-78a095c39e77cb462996a5d7c0438b768b09c7f0.zip gdb-78a095c39e77cb462996a5d7c0438b768b09c7f0.tar.gz gdb-78a095c39e77cb462996a5d7c0438b768b09c7f0.tar.bz2 |
gdb/
* remote.c (remote_unpush_target): New function.
(remote_open_1): Remove two pop_target calls, update one comment, add
comment to target_preopen call. Replace pop_target call by
remote_unpush_target call.
(interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
pop_target calls by remote_unpush_target calls.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13d0611..26dafe9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com> + + * remote.c (remote_unpush_target): New function. + (remote_open_1): Remove two pop_target calls, update one comment, add + comment to target_preopen call. Replace pop_target call by + remote_unpush_target call. + (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace + pop_target calls by remote_unpush_target calls. + 2013-03-22 Pedro Alves <palves@redhat.com> * linux-nat.c (linux_child_follow_fork): Don't call |