index
:
riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
triggers.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
triggers: fix: not decrease icount.count on firing other icount with action=d...
YenHaoChen
1
-2
/
+3
2023-09-13
triggers: refactor: icount: breakdown detect_icount_match() into detect_icoun...
YenHaoChen
1
-5
/
+13
2023-07-26
triggers: fix textra.sbytemask
YenHaoChen
1
-1
/
+1
2023-06-23
triggers: icount: not to decrease on firing icount trigger with Debug Mode ac...
YenHaoChen
1
-1
/
+1
2023-05-24
triggers: Fix etrigger match on exceptions
Atul Khare
1
-3
/
+6
2023-05-24
Enhance mode_match() functionality
Atul Khare
1
-5
/
+6
2023-04-26
triggers: native triggers (action=0) should prevent causing a breakpoint exce...
YenHaoChen
1
-3
/
+18
2023-02-13
Do not ignore tdata1 writes unless they really would set dmode=1
Scott Johnson
1
-4
/
+4
2023-02-13
Defer init of type/tdata2/tdata3 until needed
Scott Johnson
1
-3
/
+3
2023-01-30
triggers: add detect_icount_match()
YenHaoChen
1
-4
/
+49
2023-01-30
triggers: add icount_t and update tinfo
YenHaoChen
1
-0
/
+36
2023-01-30
triggers: if match triggers with both breakpoint exception and entering D-mod...
YenHaoChen
1
-6
/
+8
2023-01-30
triggers: refactor: use CSR_TDATA1_TYPE_MCONTROL6 instead of number 6
YenHaoChen
1
-1
/
+1
2023-01-13
triggers: refactor: use static and remove const for legalize_action()
YenHaoChen
1
-1
/
+1
2023-01-13
triggers: refactor: use static and remove const for legalize_match()
YenHaoChen
1
-1
/
+1
2023-01-13
triggers: refactor: remove legalization_action()'s dependency on dmode
YenHaoChen
1
-6
/
+7
2023-01-13
triggers: legalize timing=1(after) for load data trigger
YenHaoChen
1
-3
/
+6
2023-01-12
triggers: refactor: remove an outdated comment
YenHaoChen
1
-1
/
+0
2023-01-12
triggers: refactor: add mcontrol_common_t::legalize_timing() function
YenHaoChen
1
-6
/
+8
2023-01-04
triggers: refactor: create trigger_t::common_match()
YenHaoChen
1
-3
/
+6
2023-01-04
triggers: refactor: move textra_match() into detect_trap_match::detect_trap_m...
YenHaoChen
1
-2
/
+2
2023-01-04
triggers: refactor: move textra_match() into mcontrol_common_t::detect_memory...
YenHaoChen
1
-2
/
+3
2023-01-04
triggers: refactor: move detect_trap_match() to trap_common_t from itrigger_t...
YenHaoChen
1
-17
/
+1
2023-01-04
triggers: refactor: add bool etrigger_t::simple_match()
YenHaoChen
1
-1
/
+6
2023-01-04
triggers: refactor: add bool itrigger_t::simple_match()
YenHaoChen
1
-1
/
+6
2022-12-21
triggers: add mcontrol6 trigger
YenHaoChen
1
-0
/
+46
2022-12-21
triggers: refactor: add mcontrol_common_t::legalize_match() function
YenHaoChen
1
-14
/
+16
2022-12-21
triggers: refactor: remove redundant namespace qualifiers
YenHaoChen
1
-7
/
+7
2022-12-21
triggers: refactor: extract mcontrol_common_t from mcontrol_t
YenHaoChen
1
-2
/
+2
2022-12-21
triggers: refactor: update trigger_t::mode_match()
YenHaoChen
1
-5
/
+5
2022-12-21
triggers: refactor: add trigger_t::mode_match() function
YenHaoChen
1
-14
/
+13
2022-12-21
triggers: refactor: add mcontrol.vs and mcontrol.vu
YenHaoChen
1
-3
/
+2
2022-12-21
triggers: refactor: cleaner vs and vu checking
YenHaoChen
1
-8
/
+4
2022-12-10
Move mhselect_compare into mhselect_interpretation
Scott Johnson
1
-2
/
+2
2022-12-10
Use interpret_mhselect() to decide textra compare mode
Scott Johnson
1
-16
/
+2
2022-12-10
Interpret mhselect in centralized place
Scott Johnson
1
-12
/
+2
2022-12-10
triggers: add mcontext and hcontext CSRs
YenHaoChen
1
-7
/
+11
2022-12-10
triggers: add scontext CSR
YenHaoChen
1
-2
/
+10
2022-12-10
triggers: checking textra (tdata3); checking ASID and VMID
YenHaoChen
1
-2
/
+46
2022-12-09
triggers: implement tdata3 CSR fields
YenHaoChen
1
-0
/
+59
2022-12-09
refactor: remove proc parameter from functions of module_t
YenHaoChen
1
-5
/
+5
2022-12-01
Remove unused constructor arg from match_result_t
Scott Johnson
1
-3
/
+3
2022-12-01
Use std::optional for detect_trap_match in trigger_t hierarchy
Scott Johnson
1
-8
/
+8
2022-12-01
Convert triggers::module_t::detect_trap_match to std::optional
Scott Johnson
1
-3
/
+3
2022-12-01
Remove unnecessary logical-or
Scott Johnson
1
-1
/
+1
2022-12-01
Use std::optional for detect_memory_access_match in trigger_t hierarchy
Scott Johnson
1
-7
/
+7
2022-12-01
Convert triggers::module_t::detect_memory_access_match to std::optional
Scott Johnson
1
-3
/
+3
2022-12-01
Extract common method for legalizing trigger action field
Scott Johnson
1
-9
/
+7
2022-12-01
Add noexcept to trigger-matching functions
Scott Johnson
1
-5
/
+5
2022-12-01
Move tdata2 into parent class
Scott Johnson
1
-2
/
+2
[next]