summaryrefslogtreecommitdiffstats
path: root/target-arm/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-103/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2016-02-261-1/+1
* target-arm: Clean up includesPeter Maydell2016-01-181-1/+1
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-2/+10
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-3/+3
* target-arm: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-261-0/+94