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
/
riscv
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2022-02-16
target/riscv: correct "code should not be reached" for x-rv128
Frédéric Pétrot
2022-01-21
target/riscv: Use gdb xml according to max mxlen
LIU Zhiwei
2022-01-08
target/riscv: setup everything for rv64 to support rv128 execution
Frédéric Pétrot
2021-12-20
target/riscv: gdb: support vector registers for rv64 & rv32
Hsiangkai Wang
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-06-24
target/riscv: gdbstub: Fix dynamic CSR XML generation
Bin Meng
2021-05-11
target/riscv: Use RISCVException enum for CSR access
Alistair Francis
2021-01-16
target/riscv: Generate the GDB XML file for CSR registers dynamically
Bin Meng
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-02-27
target/riscv: Add the Hypervisor CSRs to CPUState
Alistair Francis
2020-02-10
riscv: Separate FPU register size from core register size in gdbstub [v2]
Keith Packard
2019-10-28
target/riscv: Make the priv register writable by GDB
Jonathan Behrens
2019-10-28
target/riscv: Expose "priv" register for GDB for reads
Jonathan Behrens
2019-10-28
target/riscv: Tell gdbstub the correct number of CSRs
Jonathan Behrens
2019-09-17
gdbstub: riscv: fix the fflags registers
KONRAD Frederic
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-19
RISC-V: Add hooks to use the gdb xml files.
Jim Wilson
2019-01-08
RISC-V: Implement modular CSR helper interface
Michael Clark
2018-03-07
RISC-V GDB Stub
Michael Clark