index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
microblaze
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-02-21
target/microblaze: Add gdbstub xml
Richard Henderson
2020-11-15
microblaze tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-09-07
target/microblaze: Treat pvr_regs as constant
Richard Henderson
2020-09-07
target/microblaze: Move pvr regs to MicroBlazeCPUConfig
Richard Henderson
2020-09-01
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
2020-09-01
target/microblaze: Split out EDR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out BTR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out FSR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out ESR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out EAR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out MSR from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Split out PC from env->sregs
Richard Henderson
2020-09-01
target/microblaze: Tidy gdbstub
Richard Henderson
2020-05-14
target/microblaze: gdb: Fix incorrect SReg reporting
Joe Komlodi
2020-05-14
target/microblaze: gdb: Extend the number of registers presented to GDB
Joe Komlodi
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth