This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 18/24] Multi-target support


On 2019-10-17 6:50 p.m., Pedro Alves wrote:
> This commit adds multi-target support to GDB.  What this means is that
> with this commit, GDB can now be connected to different targets at the
> same time.  E.g., you can debug a live native process and a core dump
> at the same time, connect to multiple gdbservers, etc.

I have reported another bug introduced by this patch, originally reported
to me by Laurent, in CC.

Essentially, starting an inferior, then trying to run a second inferior twice,
gives us a:

  warning: td_ta_new failed: generic error

and the second run does not successfully execute the program.

I filed it in bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=25410

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]