Merge pull request #2993 from Cacodemon345/patch-117

gdbstub: explicitly define FS_BASE and GS_BASE in features description
This commit is contained in:
Miran Grča
2022-12-23 17:39:59 +01:00
committed by GitHub

View File

@@ -213,6 +213,9 @@ static char target_xml[] = /* QEMU gdb-xml/i386-32bit.xml with modificati
"<reg name=\"fs\" bitsize=\"16\" type=\"int32\"/>"
"<reg name=\"gs\" bitsize=\"16\" type=\"int32\"/>"
""
"<reg name=\"fs_base\" bitsize=\"32\" type=\"int32\"/>"
"<reg name=\"gs_base\" bitsize=\"32\" type=\"int32\"/>"
""
"<flags id=\"i386_cr0\" size=\"4\">"
"<field name=\"PG\" start=\"31\" end=\"31\"/>"
"<field name=\"CD\" start=\"30\" end=\"30\"/>"