aboutsummaryrefslogtreecommitdiff
path: root/gdbstub/internals.h
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-10-09 17:40:57 +0100
committerAlex Bennée <alex.bennee@linaro.org>2023-10-11 08:46:33 +0100
commit213316d401e72b218d8edd9b88d72df6ecf0cc49 (patch)
tree745ecda17915fc7df63423ef812bfbc749e58ad6 /gdbstub/internals.h
parent8e6d3ea2f5163e12baf86692b1fb1de2fea66625 (diff)
downloadqemu-213316d401e72b218d8edd9b88d72df6ecf0cc49.zip
qemu-213316d401e72b218d8edd9b88d72df6ecf0cc49.tar.gz
qemu-213316d401e72b218d8edd9b88d72df6ecf0cc49.tar.bz2
gdbstub: Remove gdb_has_xml variable
GDB has XML support since 6.7 which was released in 2007. It's time to remove support for old GDB versions without XML support. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20230912224107.29669-12-akihiko.odaki@daynix.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231009164104.369749-19-alex.bennee@linaro.org>
Diffstat (limited to 'gdbstub/internals.h')
-rw-r--r--gdbstub/internals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbstub/internals.h b/gdbstub/internals.h
index f7fd1be..465c24b 100644
--- a/gdbstub/internals.h
+++ b/gdbstub/internals.h
@@ -32,8 +32,6 @@ enum {
typedef struct GDBProcess {
uint32_t pid;
bool attached;
-
- /* If gdb sends qXfer:features:read:target.xml this will be populated */
char *target_xml;
} GDBProcess;