On Wed, 2023-02-22 at 22:34 -0800, Khem Raj wrote:
> On Wed, Feb 22, 2023 at 5:35 PM Khem Raj wrote:
> >
> > On Wed, Feb 22, 2023 at 3:43 PM Alexandre Belloni
> > wrote:
> > >
> > > Hello,
> > >
> > > This failed on musl:
> > >
> > > > checking minix/config.h usability...
> > > > ../../gdb-1
On Wed, Feb 22, 2023 at 5:35 PM Khem Raj wrote:
>
> On Wed, Feb 22, 2023 at 3:43 PM Alexandre Belloni
> wrote:
> >
> > Hello,
> >
> > This failed on musl:
> >
> > | checking minix/config.h usability...
> > ../../gdb-13.1/gdbserver/linux-low.cc: In function 'int
> > proc_xfer_memory(CORE_ADDR, u
On Wed, Feb 22, 2023 at 3:43 PM Alexandre Belloni
wrote:
>
> Hello,
>
> This failed on musl:
>
> | checking minix/config.h usability... ../../gdb-13.1/gdbserver/linux-low.cc:
> In function 'int proc_xfer_memory(CORE_ADDR, unsigned char*, const gdb_byte*,
> int)':
> | ../../gdb-13.1/gdbserver/lin
On Wed, Feb 22, 2023 at 3:43 PM Alexandre Belloni
wrote:
>
> Hello,
>
> This failed on musl:
>
> | checking minix/config.h usability... ../../gdb-13.1/gdbserver/linux-low.cc:
> In function 'int proc_xfer_memory(CORE_ADDR, unsigned char*, const gdb_byte*,
> int)':
> | ../../gdb-13.1/gdbserver/lin
Hello,
This failed on musl:
| checking minix/config.h usability... ../../gdb-13.1/gdbserver/linux-low.cc:
In function 'int proc_xfer_memory(CORE_ADDR, unsigned char*, const gdb_byte*,
int)':
| ../../gdb-13.1/gdbserver/linux-low.cc:5393:45: error: expected ':' before ')'
token
| 5393 |
Pass -Wno-enum-constexpr-conversion with clang
GDB 13.1 includes the following changes and enhancements:
* Support for the following new targets has been added in both
GDB and GDBserver:
** GNU/Linux/LoongArch (gdbserver) loongarch*-*-linux*
** GNU/Linux/CSKY (gdbserver) csky*-*linux*
*