WIP. Doesn't work.
[riscv-isa-sim.git] / riscv / debug_module.cc
2018-02-19 Tim NewsomeWIP. Doesn't work.
2018-02-19 Tim NewsomeMerge pull request #171 from riscv/sysbusbits
2018-02-01 Tim NewsomeAdd --debug-sba option
2018-01-29 Tim NewsomeUpdate debug_defines
2018-01-18 Tim NewsomeSupport debug system bus access.
2017-12-18 Tim NewsomeMerge pull request #165 from riscv/small_progbuf
2017-12-11 Tim NewsomeSet impebreak.
2017-12-11 Tim NewsomeUpdate to latest debug_defines.h.
2017-12-11 Tim NewsomeMake progbuf a run-time option.
2017-11-16 Andrew WatermanMerge pull request #156 from p12nGH/noncontiguous_harts
2017-10-11 Andrew WatermanMerge pull request #129 from riscv/q-extension
2017-09-25 Tim NewsomeMerge pull request #128 from riscv/reset
2017-09-21 Tim NewsomeActually let hartreset be set.
2017-09-21 Tim NewsomeFix debug reset.
2017-08-28 Tim NewsomeMerge pull request #121 from riscv/debug_store
2017-08-28 Tim NewsomeAdd a nice debug printf for debug_module_t::store
2017-08-11 Tim NewsomeMerge pull request #119 from riscv/quiet
2017-08-11 Tim NewsomeTurn off debug module debug printfs.
2017-08-10 Tim NewsomeMerge pull request #117 from riscv/multicore_debug
2017-08-07 Tim NewsomeFix multicore debug.
2017-06-09 Tim NewsomeMerge pull request #112 from riscv/autoexecwrite
2017-06-09 Tim NewsomeReturn success on writes to abstractauto
2017-05-17 Palmer DabbeltMerge remote-tracking branch 'origin/priv-1.10'
2017-05-16 Palmer DabbeltMerge remote-tracking branch 'origin/debug-0.13' into...
2017-05-16 Palmer DabbeltBetter error message when doing DMI operations and...
2017-05-15 Megan WachsMerge branch 'debug-0.13' into HEAD
2017-04-26 Palmer DabbeltMerge pull request #96 from riscv/ndmreset
2017-04-26 Palmer DabbeltHandle abstractcs.busy
2017-04-26 Palmer DabbeltHave ndmreset reset the processor
2017-04-18 Megan Wachsdebug: Able to successfully examine a single hart.
2017-04-18 Megan Wachsdebug: Use Debug-Module specific constants instead...
2017-04-18 Megan Wachsdebug: Checkpoint which somewhat works with OpenOCD...
2017-04-18 Megan Wachsdebug: Move things around, but addresses now conflict...
2017-04-17 Megan Wachsdebug: consider COMMAND.transfer bit, and implment...
2017-04-17 Megan Wachsdebug: Compiles again with new debug_defines.h file...
2017-04-17 Megan WachsMerge remote-tracking branch 'origin/priv-1.10' into...
2017-03-21 Palmer Dabbeltspec bump
2017-02-25 Tim NewsomeUpdate bits to latest spec.
2017-02-16 Tim NewsomeRemove noisy debugs.
2017-02-16 Tim NewsomeSet cmderr when data is accessed while busy.
2017-02-16 Tim NewsomeImplement autoexec. DMI op 2 is just write now.
2017-02-15 Tim NewsomeImplement resume (untested).
2017-02-14 Tim NewsomeImplement program buffer preexec/postexec.
2017-02-13 Tim Newsomedbus -> dmi
2017-02-13 Tim NewsomeAbstract register read mostly working.
2017-02-12 Tim NewsomeFix stack overflow and support --rbb-port=0
2017-02-11 Tim NewsomeEntering debug mode now jumps to "dynamic rom"
2017-02-10 Tim NewsomeImplement hartstatus field.
2017-02-09 Tim NewsomeAdd writable ibuf and data registers.
2017-02-09 Tim NewsomeServe up a correct dmcontrol register.
2017-02-07 Tim NewsomeOpenOCD does a dmi read and gets dummy value back.
2016-12-17 Stefan O'RearUse correct format codes for reg_t and size_t
2016-09-13 Scott Beamerrestore clang support by fixing printf identifiers
2016-05-23 Tim NewsomeSoftware breakpoints sort of work.
2016-05-23 Tim NewsomeHave Debug memory kind of working again.
2016-05-23 Tim NewsomeCorrectly read PC on halt.
2016-05-23 Tim NewsomeFix store to clear debug interrupt.
2016-05-23 Tim NewsomeAdd debug_module bus device.