Re: [PATCH v2 00/11] gdbstub: conversion to runtime endianess helpers

2025-03-24 Thread Pierrick Bouvier
On 3/24/25 03:21, Alex Bennée wrote: The aim of this work is to get rid of the endian aware helpers in gdbstub/helpers.h which due to their use of tswap() mean target gdbstubs need to be built multiple times. While this series doesn't actually build each stub once it introduces a new helper - gdb

[PATCH v2 00/11] gdbstub: conversion to runtime endianess helpers

2025-03-24 Thread Alex Bennée
The aim of this work is to get rid of the endian aware helpers in gdbstub/helpers.h which due to their use of tswap() mean target gdbstubs need to be built multiple times. While this series doesn't actually build each stub once it introduces a new helper - gdb_get_register_value() which takes a Mem