Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-23 Thread Richard Purdie
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

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
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

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
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

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
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

Re: [OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Alexandre Belloni via lists.openembedded.org
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 |

[OE-core] [PATCH v3] gdb: Upgrade to 13.1

2023-02-22 Thread Khem Raj
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* *