OSDN Git Service

* infrun.c (pending_follow): Remove execd_pathname member.
authorPedro Alves <pedro@codesourcery.com>
Sun, 17 May 2009 16:31:18 +0000 (16:31 +0000)
committerPedro Alves <pedro@codesourcery.com>
Sun, 17 May 2009 16:31:18 +0000 (16:31 +0000)
commit1a820b055e756fe796e151501767b5a5eed9f133
treee59f125e89170ac2b5491597466c557dfa7c668f
parentbf8171f4ea6b81f6a47f6eca0fc836d6ea8bc9c1
* 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