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 00/23] Multi-target support


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

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

Awesome news!

Pedro> Patches 1 to 16 are preparatory patches.

I read these and sent comments where needed.  The rest looked ok to me.

I haven't read the remaining patches yet.

Pedro> This surely breaks the build on non-Linux ports as is.  I have
Pedro> not tried to adjust the host-specific nat files to function API
Pedro> changes, but I don't envision any serious trouble.

The buildbot should at least exercise a few of these.

Tom


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