gdbstub: report architecture tag for ARM targets

This commit is contained in:
Liam 2022-06-29 19:35:28 -04:00 committed by SciresM
parent 8e17feff94
commit 592b9c66d1

View file

@ -199,6 +199,7 @@ namespace ams::dmnt {
"l<?xml version=\"1.0\"?>" "l<?xml version=\"1.0\"?>"
"<!DOCTYPE target SYSTEM \"gdb-target.dtd\">" "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
"<target>" "<target>"
"<architecture>arm</architecture>"
"<xi:include href=\"arm-core.xml\"/>" "<xi:include href=\"arm-core.xml\"/>"
"<xi:include href=\"arm-vfp.xml\"/>" "<xi:include href=\"arm-vfp.xml\"/>"
"</target>"; "</target>";
@ -2468,4 +2469,4 @@ namespace ams::dmnt {
} }
} }
} }