qemu-e2k/gdbstub
Alex Bennée 0beaebc041 gdbstub: don't report auxv feature unless on Linux
The later handler if conditionally compiled only for Linux but we
forgot to ensure we don't advertise it lest we confuse our BSD
brethren.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Fixes: 51c623b0de ("gdbstub: add support to Xfer:auxv:read: packet")
Reported-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Tested-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230403134920.2132362-4-alex.bennee@linaro.org>
2023-04-04 15:56:44 +01:00
..
gdbstub.c gdbstub: don't report auxv feature unless on Linux 2023-04-04 15:56:44 +01:00
internals.h gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00
meson.build gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary 2023-04-04 15:56:37 +01:00
softmmu.c gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00
syscalls.c gdbstub: Build syscall.c once 2023-03-07 20:44:09 +00:00
trace-events gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace.h gdbstub: move into its own sub directory 2022-10-06 11:53:41 +01:00
user-target.c gdbstub: move chunks of user code into own files 2023-03-07 20:44:04 +00:00
user.c gdbstub: split out softmmu/user specifics for syscall handling 2023-03-07 20:44:09 +00:00