summaryrefslogtreecommitdiffstats
path: root/target-cris/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-131/+0Star
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* cris: Clean up includesPeter Maydell2016-01-291-1/+1
* target-cris: Factor out CPUClass::gdb_read_register() hook for v10Andreas Färber2013-07-271-6/+4Star
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-2/+9
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-15/+15
* target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-271-0/+125