Re: sim_engine_halt() broken in binutils 2.34
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mNjF_BCEhcC8TdhD7pTM6sQ71W_8HRHPVNN37N0O08-1A@mail.gmail.com> |
On Tue, Feb 4, 2020 at 5:32 AM Andrew Burgess <[email protected]> wrote: > > * William Tambe <[email protected]> [2020-02-03 21:59:39 -0500]: > > > > I am using commit d7f734bc7e9e5fb6c33b433973b57e1eed3a7e9f (tag: binutils-2_34) > > You need to include: > > commit cf1d9e092f871df3b34a58cfcde915c689ac9067 > Date: Sun Jan 19 19:47:49 2020 -0500 > > sim: don't rely on inferior_ptid in gdbsim_target::wait Thank you very much; it fixed the issue after cherry-picking the above commit. > > > Thanks, > Andrew