summaryrefslogtreecommitdiff
path: root/target/i386/gdbstub.c
AgeCommit message (Expand)Author
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers
2020-04-15gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée
2020-01-07target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale
2016-12-22x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.Doug Evans
2016-12-20Move target-* CPU file into a target/ folderThomas Huth