aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.h
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-02-27 14:43:19 +0000
committerAlex Bennée <alex.bennee@linaro.org>2024-02-28 09:10:06 +0000
commitf1a5287fc30acb788c2210e5f2a18c3d4006a8dc (patch)
treeaefec77f795454b5e4c62c34d7823153d5ff6d2b /target/arm/cpu.h
parentecd6f6a8820c8fa91e4d96c1bb640913bd856343 (diff)
downloadqemu-f1a5287fc30acb788c2210e5f2a18c3d4006a8dc.zip
qemu-f1a5287fc30acb788c2210e5f2a18c3d4006a8dc.tar.gz
qemu-f1a5287fc30acb788c2210e5f2a18c3d4006a8dc.tar.bz2
hw/core/cpu: Remove gdb_get_dynamic_xml member
This function is no longer used. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231213-gdb-v17-9-777047380591@daynix.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240227144335.1196131-14-alex.bennee@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r--target/arm/cpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 508a9c1..a5b3d8f 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -1159,12 +1159,6 @@ hwaddr arm_cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr,
int arm_cpu_gdb_read_register(CPUState *cpu, GByteArray *buf, int reg);
int arm_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg);
-/* Returns the dynamically generated XML for the gdb stub.
- * Returns a pointer to the XML contents for the specified XML file or NULL
- * if the XML name doesn't match the predefined one.
- */
-const char *arm_gdb_get_dynamic_xml(CPUState *cpu, const char *xmlname);
-
int arm_cpu_write_elf64_note(WriteCoreDumpFunction f, CPUState *cs,
int cpuid, DumpState *s);
int arm_cpu_write_elf32_note(WriteCoreDumpFunction f, CPUState *cs,