This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 00/23] Multi-target support
- From: Tom Tromey <tom at tromey dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 09 Sep 2019 13:09:29 -0600
- Subject: Re: [PATCH 00/23] Multi-target support
- References: <20190906232807.6191-1-palves@redhat.com>
>>>>> "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