qemu/gdbstub
Gustavo Romero 60f4ce8e2c gdbstub: Add support for target-specific stubs
Currently, it's not possible to have stubs specific to a given target,
even though there are GDB features which are target-specific, like, for
instance, memory tagging.

This commit introduces gdb_extend_qsupported_features,
gdb_extend_query_table, and gdb_extend_set_table functions as interfaces
to extend the qSupported string, the query handler table, and the set
handler table, allowing target-specific stub implementations.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240628050850.536447-4-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-33-alex.bennee@linaro.org>
2024-07-05 12:35:05 +01:00
..
gdbstub.c gdbstub: Add support for target-specific stubs 2024-07-05 12:35:05 +01:00
internals.h gdbstub: Move GdbCmdParseEntry into a new header file 2024-07-05 12:35:01 +01:00
meson.build meson: Drop the .fa library suffix 2024-07-03 18:41:26 +02:00
syscalls.c gdbstub: Move GdbCmdParseEntry into a new header file 2024-07-05 12:35:01 +01:00
system.c gdbstub: Move GdbCmdParseEntry into a new header file 2024-07-05 12:35:01 +01:00
trace-events gdbstub: Rename 'softmmu' -> 'system' 2023-10-07 19:02:59 +02:00
trace.h
user-target.c gdbstub: Move GdbCmdParseEntry into a new header file 2024-07-05 12:35:01 +01:00
user.c gdbstub: Move GdbCmdParseEntry into a new header file 2024-07-05 12:35:01 +01:00