]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infrun.c
* infrun.c (pending_follow): Remove execd_pathname member.
authorPedro Alves <palves@redhat.com>
Sun, 17 May 2009 16:31:21 +0000 (16:31 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 17 May 2009 16:31:21 +0000 (16:31 +0000)
commit71b43ef89ec88b7ca60a19cf70be704555ebd348
treebe2339730ad48e260e5554e1177c31ff0c47a0f6
parented20019d73a315e26504cfc65a58eaa03afec42a
* infrun.c (pending_follow): Remove execd_pathname member.
(resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
(handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
event, don't copy `execd_pathname' to pending_follow, use the
event copy instead.  Release `execd_pathname' once done with
handling the event.
gdb/ChangeLog
gdb/infrun.c