aboutsummaryrefslogtreecommitdiff
path: root/target/i386/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana1-0/+10
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana1-104/+51
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé1-1/+1
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers1-0/+1
2020-04-15gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu1-1/+1
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée1-16/+11
2020-01-07target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com1-2/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale1-4/+189
2016-12-22x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.Doug Evans1-13/+39
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+234