aboutsummaryrefslogtreecommitdiff
path: root/riscv/debug_module.cc
AgeCommit message (Expand)AuthorFilesLines
2017-04-18debug: Use Debug-Module specific constants instead of global defines.Megan Wachs1-28/+38
2017-04-18debug: Checkpoint which somewhat works with OpenOCD v13, but still has some b...Megan Wachs1-71/+89
2017-04-17debug: Move things around, but addresses now conflict with ROM.Megan Wachs1-89/+61
2017-04-17debug: consider COMMAND.transfer bit, and implment HARTINFOMegan Wachs1-9/+20
2017-04-17debug: Compiles again with new debug_defines.h file, but not tested.Megan Wachs1-10/+4
2017-03-21spec bumpPalmer Dabbelt1-62/+67
2017-02-25Update bits to latest spec.Tim Newsome1-10/+10
2017-02-16Remove noisy debugs.Tim Newsome1-5/+0
2017-02-15Set cmderr when data is accessed while busy.Tim Newsome1-0/+8
2017-02-15Implement autoexec. DMI op 2 is just write now.Tim Newsome1-4/+38
2017-02-15Implement resume (untested).Tim Newsome1-1/+14
2017-02-13Implement program buffer preexec/postexec.Tim Newsome1-14/+42
2017-02-13dbus -> dmiTim Newsome1-1/+1
2017-02-13Abstract register read mostly working.Tim Newsome1-28/+192
2017-02-12Fix stack overflow and support --rbb-port=0Tim Newsome1-2/+16
2017-02-10Entering debug mode now jumps to "dynamic rom"Tim Newsome1-42/+90
2017-02-10Implement hartstatus field.Tim Newsome1-2/+17
2017-02-08Add writable ibuf and data registers.Tim Newsome1-8/+28
2017-02-08Serve up a correct dmcontrol register.Tim Newsome1-4/+21
2017-02-07OpenOCD does a dmi read and gets dummy value back.Tim Newsome1-0/+17
2016-12-16Use correct format codes for reg_t and size_tStefan O'Rear1-3/+3
2016-09-13restore clang support by fixing printf identifiersScott Beamer1-6/+6
2016-05-23Software breakpoints sort of work.Tim Newsome1-0/+4
2016-05-23Have Debug memory kind of working again.Tim Newsome1-26/+9
2016-05-23Correctly read PC on halt.Tim Newsome1-5/+14
2016-05-23Fix store to clear debug interrupt.Tim Newsome1-2/+11
2016-05-23Add debug_module bus device.Tim Newsome1-0/+69