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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
Fix a few compile warnings
Andrew Waterman
1
-16
/
+16
2023-12-08
Use brace initializers for debug_module_config_t defaults
Jerry Zhao
1
-9
/
+9
2023-12-01
Add SBA write delay.
Tim Newsome
1
-2
/
+3
2023-12-01
Add SBA read delay.
Tim Newsome
1
-0
/
+13
2023-07-05
Let debugger control hart availability
Tim Newsome
1
-0
/
+6
2023-06-20
debug: Remove debug_module_t::add_device, its redundant
Jerry Zhao
1
-2
/
+0
2023-03-09
Switch debug_module to use simif_t instead of sim_t
Scott Johnson
1
-3
/
+3
2023-02-27
Make debug module tolerant of discontiguous hart IDs
Andrew Waterman
1
-6
/
+3
2022-12-16
Remove debug_module.h -> mmu.h dependency
Jerry Zhao
1
-1
/
+2
2022-10-07
Add --dm-no-abstract-fpr option.
Tim Newsome
1
-0
/
+1
2022-08-10
Fix code indentation in processor.cc, interactive.cc, debug_module.h/cc
Weiwei Li
1
-16
/
+16
2022-01-06
Don't say "master" (#898)
Tim Newsome
1
-1
/
+1
2021-02-04
Refactor headers
Andrew Waterman
1
-1
/
+3
2020-08-11
Add option to dissable implicit ebreak in program buffer
Samuel Obuch
1
-0
/
+1
2019-07-16
Writing non-existent CSRs, access FPRs with mstatus.FS=0 (#311)
Tim Newsome
1
-1
/
+1
2019-05-14
Clean up debug module options. (#299)
Tim Newsome
1
-12
/
+14
2019-04-04
Add --debug-no-abstract-csr (#267)
Tim Newsome
1
-1
/
+3
2019-04-02
Implement debug hasel support (#287)
Tim Newsome
1
-2
/
+7
2019-03-04
Implement halt groups (#280)
Tim Newsome
1
-4
/
+10
2018-12-13
Add --dmi-rti and --abstract-rti to test OpenOCD.
Tim Newsome
1
-2
/
+13
2018-08-23
Add dummy custom debug registers, to test OpenOCD. (#233)
Tim Newsome
1
-0
/
+3
2018-06-11
Update debug_defines.h
Tim Newsome
1
-0
/
+2
2018-03-16
Implement debug havereset bits
Tim Newsome
1
-1
/
+7
2018-03-07
Merge pull request #177 from riscv/debug_auth
Tim Newsome
1
-2
/
+13
2018-02-27
Add debug module authentication.
Tim Newsome
1
-2
/
+13
2018-02-19
WIP. Doesn't work.
Tim Newsome
1
-1
/
+1
2018-02-01
Add --debug-sba option
Tim Newsome
1
-1
/
+2
2018-01-29
Update debug_defines
Tim Newsome
1
-0
/
+2
2018-01-18
Support debug system bus access.
Tim Newsome
1
-0
/
+24
2017-12-11
Set impebreak.
Tim Newsome
1
-0
/
+1
2017-12-11
Update to latest debug_defines.h.
Tim Newsome
1
-5
/
+4
2017-12-11
Make progbuf a run-time option.
Tim Newsome
1
-6
/
+12
2017-04-18
debug: Use Debug-Module specific constants instead of global defines.
Megan Wachs
1
-4
/
+10
2017-04-18
debug: Checkpoint which somewhat works with OpenOCD v13, but still has some b...
Megan Wachs
1
-8
/
+3
2017-04-17
debug: Move things around, but addresses now conflict with ROM.
Megan Wachs
1
-22
/
+15
2017-03-21
spec bump
Palmer Dabbelt
1
-19
/
+26
2017-02-25
Update bits to latest spec.
Tim Newsome
1
-7
/
+3
2017-02-23
Implement halt request.
Tim Newsome
1
-24
/
+0
2017-02-15
Implement autoexec. DMI op 2 is just write now.
Tim Newsome
1
-1
/
+2
2017-02-15
Implement resume (untested).
Tim Newsome
1
-0
/
+1
2017-02-13
Implement program buffer preexec/postexec.
Tim Newsome
1
-3
/
+8
2017-02-13
Abstract register read mostly working.
Tim Newsome
1
-4
/
+42
2017-02-12
Fix stack overflow and support --rbb-port=0
Tim Newsome
1
-0
/
+1
2017-02-10
Entering debug mode now jumps to "dynamic rom"
Tim Newsome
1
-5
/
+30
2017-02-10
Implement hartstatus field.
Tim Newsome
1
-1
/
+4
2017-02-08
Add writable ibuf and data registers.
Tim Newsome
1
-0
/
+6
2017-02-08
Serve up a correct dmcontrol register.
Tim Newsome
1
-2
/
+7
2017-02-07
OpenOCD does a dmi read and gets dummy value back.
Tim Newsome
1
-0
/
+5
2016-05-23
Turn off debugging.
Tim Newsome
1
-4
/
+0
2016-05-23
Software breakpoints sort of work.
Tim Newsome
1
-0
/
+14
[next]