This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 00/58] Turn gdbserver's process_stratum_target into a class
- From: Simon Marchi <simark at simark dot ca>
- To: Tankut Baris Aktemur <tankut dot baris dot aktemur at intel dot com>, gdb-patches at sourceware dot org
- Cc: palves at redhat dot com
- Date: Tue, 18 Feb 2020 21:45:57 -0500
- Subject: Re: [PATCH v2 00/58] Turn gdbserver's process_stratum_target into a class
- References: <cover.1581956646.git.tankut.baris.aktemur@intel.com>
On 2020-02-17 11:57 a.m., Tankut Baris Aktemur wrote:
> Hello,
>
> This is v2 of the series that was posted at
>
> https://sourceware.org/ml/gdb-patches/2020-02/msg00313.html
>
> This revision makes the following updates to the previous version:
>
> 1. Pedro's comments have been addressed.
>
> 2. The series has been rebased on the current master.
>
> 3. The win32-low target has been built (but not tested) via
> cross-compilation (my thanks to Christian for the tips). There were a
> couple problems detected -- I fixed them.
>
> I am in the process of using buildbot to test on a wide range of
> available targets (assuming a series of this size will be accepted by
> buildbot). However, I'm afraid I won't be able to build and test
> nto-low and lynx-low.
Do your best for those. As far as I know there is no publicly / freely
available toolchain for those, so there's not much we can do.
Pedro already went over it, so I won't review it again (there are so many
patches to review!), but I wanted to say thanks for doing this, the series
look very well made and split in incremental steps.
Simon