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
/
debug_module.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
Remove cfg_arg_t from cfg_t
Jerry Zhao
1
-3
/
+3
2023-12-01
Add SBA write delay.
Tim Newsome
1
-6
/
+25
2023-12-01
Add SBA read delay.
Tim Newsome
1
-31
/
+87
2023-09-28
debug: Abstract commands fail on unavailable harts.
Tim Newsome
1
-0
/
+4
2023-09-28
debug: Halted harts can also be unavailable.
Tim Newsome
1
-5
/
+5
2023-07-05
Let debugger control hart availability
Tim Newsome
1
-8
/
+37
2023-06-21
Merge pull request #1338 from aap-sc/aap-sc/sb_read_write_fixup
Andrew Waterman
1
-12
/
+16
2023-06-20
debug: Remove debug_module_t::add_device, its redundant
Jerry Zhao
1
-4
/
+0
2023-04-24
fixup sb_write/sb_read to handle exceptions properly
Parshintsev Anatoly
1
-12
/
+16
2023-03-09
Switch debug_module to use simif_t instead of sim_t
Scott Johnson
1
-2
/
+3
2023-02-27
Make debug module tolerant of discontiguous hart IDs
Andrew Waterman
1
-76
/
+56
2022-12-15
Print better error message when requesting >1024 harts
Andrew Waterman
1
-1
/
+6
2022-10-19
Template-ize stores
Andrew Waterman
1
-4
/
+4
2022-10-19
Template-ize loads
Andrew Waterman
1
-4
/
+4
2022-10-07
Add --dm-no-abstract-fpr option.
Tim Newsome
1
-1
/
+1
2022-08-10
Add space between if/while/switch and '('
Weiwei Li
1
-1
/
+1
2022-08-10
Fix code indentation in processor.cc, interactive.cc, debug_module.h/cc
Weiwei Li
1
-29
/
+29
2022-07-25
Pay attention to dmcs2.grouptype. (#1049)
Tim Newsome
1
-1
/
+3
2022-03-07
Update debug_defines.h (#942)
Tim Newsome
1
-116
/
+116
2022-01-09
Changes to be cleaner wrt. -Wextra
Andrew Waterman
1
-5
/
+5
2022-01-06
Don't say "master" (#898)
Tim Newsome
1
-14
/
+14
2021-08-03
declare socket properties in sim_t
Elmar Melcher
1
-1
/
+1
2020-12-13
Preserve abstract s0 write if progbuf excepts. (#615)
Tim Newsome
1
-0
/
+11
2020-08-20
Fix debug tests failing with impebreak enabled. (#530)
Tim Newsome
1
-1
/
+1
2020-08-11
Add option to dissable implicit ebreak in program buffer
Samuel Obuch
1
-6
/
+9
2020-05-26
Report haltgroup halt cause, per the debug spec. (#473)
Tim Newsome
1
-3
/
+3
2020-04-09
op: update CSR
Chih-Min Chao
1
-6
/
+6
2020-03-30
Assert that debug_module is initialized correctly. (#437)
Tim Newsome
1
-0
/
+1
2020-03-05
Make debug printfs only show in debug builds. (#414)
Andrew Waterman
1
-6
/
+6
2020-02-21
Initialize some uninitialized state
Andrew Waterman
1
-1
/
+2
2019-07-16
Writing non-existent CSRs, access FPRs with mstatus.FS=0 (#311)
Tim Newsome
1
-2
/
+32
2019-05-14
Clean up debug module options. (#299)
Tim Newsome
1
-38
/
+31
2019-04-04
Add --debug-no-abstract-csr (#267)
Tim Newsome
1
-7
/
+4
2019-04-02
Implement debug hasel support (#287)
Tim Newsome
1
-60
/
+114
2019-03-04
Implement halt groups (#280)
Tim Newsome
1
-17
/
+59
2019-01-09
Merge pull request #265 from riscv/debug_test
Tim Newsome
1
-2
/
+15
2018-12-13
Add --dmi-rti and --abstract-rti to test OpenOCD.
Tim Newsome
1
-2
/
+15
2018-12-03
Correct address autoincrement calls. (#263)
Tim Newsome
1
-2
/
+5
2018-09-05
Fix cut-and-paste bug in 64-bit SBA loads.
Tim Newsome
1
-1
/
+1
2018-08-23
Add dummy custom debug registers, to test OpenOCD. (#233)
Tim Newsome
1
-0
/
+15
2018-06-11
Update debug_defines.h
Tim Newsome
1
-4
/
+7
2018-05-31
Put simif_t declaration in its own file. (#209)
Andy Wright
1
-0
/
+1
2018-03-16
Implement debug havereset bits
Tim Newsome
1
-0
/
+14
2018-03-07
Merge pull request #177 from riscv/debug_auth
Tim Newsome
1
-2
/
+28
2018-03-06
Fix install of a missed header from debug_rom.
Prashanth Mundkur
1
-1
/
+1
2018-02-27
Add debug module authentication.
Tim Newsome
1
-2
/
+28
2018-02-19
Passes smoke tests with --progsize=0
Tim Newsome
1
-15
/
+82
2018-02-19
WIP. Doesn't work.
Tim Newsome
1
-39
/
+35
2018-02-01
Add --debug-sba option
Tim Newsome
1
-47
/
+38
2018-01-29
Update debug_defines
Tim Newsome
1
-3
/
+5
[next]