index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
debug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
Alvin Chang
2024-02-09
1
-0
/
+2
*
target/riscv: Allocate itrigger timers only once
Akihiko Odaki
2023-09-11
1
-3
/
+12
*
riscv: spelling fixes
Michael Tokarev
2023-09-08
1
-5
/
+5
*
target/riscv: Fix lines with over 80 characters
Weiwei Li
2023-05-05
1
-5
/
+6
*
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
2023-05-05
1
-5
/
+5
*
target/riscv: set tval for triggered watchpoints
Sergey Matyukevich
2023-02-07
1
-1
/
+0
*
target/riscv: Add itrigger_enabled field to CPURISCVState
LIU Zhiwei
2023-01-06
1
-0
/
+3
*
target/riscv: Enable native debug itrigger
LIU Zhiwei
2023-01-06
1
-0
/
+72
*
target/riscv: Add itrigger support when icount is enabled
LIU Zhiwei
2023-01-06
1
-0
/
+59
*
target/riscv: Add itrigger support when icount is not enabled
LIU Zhiwei
2023-01-06
1
-0
/
+71
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-4
/
+2
*
target/riscv: debug: Add initial support of type 6 trigger
Frank Chang
2022-09-27
1
-4
/
+170
*
target/riscv: debug: Check VU/VS modes for type 2 trigger
Frank Chang
2022-09-27
1
-0
/
+10
*
target/riscv: debug: Create common trigger actions function
Frank Chang
2022-09-27
1
-2
/
+57
*
target/riscv: debug: Introduce tinfo CSR
Frank Chang
2022-09-27
1
-3
/
+7
*
target/riscv: debug: Restrict the range of tselect value can be written
Frank Chang
2022-09-27
1
-6
/
+3
*
target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
Frank Chang
2022-09-27
1
-65
/
+38
*
target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
Frank Chang
2022-09-27
1
-5
/
+10
*
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
1
-55
/
+133
*
target/riscv/debug.c: keep experimental rv128 support working
Frédéric Pétrot
2022-06-10
1
-0
/
+2
*
target/riscv: csr: Hook debug CSR read/write
Bin Meng
2022-04-22
1
-0
/
+27
*
target/riscv: debug: Implement debug related TCGCPUOps
Bin Meng
2022-04-22
1
-0
/
+75
*
target/riscv: Add initial support for the Sdtrig extension
Bin Meng
2022-04-22
1
-0
/
+339