summaryrefslogtreecommitdiffstats
path: root/target/i386/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* target/i386: fix byte swap issue with XMM register accessAlex Bennée2022-04-201-2/+2
* target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana2021-05-101-0/+10
* target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana2021-05-101-104/+51Star
* target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé2021-01-121-1/+1
* x86 tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers2020-07-111-0/+1
* gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu2020-04-151-1/+1
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
* target/i386: use gdb_get_reg helpersAlex Bennée2020-03-171-16/+11Star
* target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com2020-01-071-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale2019-02-051-4/+189
* x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.Doug Evans2016-12-221-13/+39
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+234