aboutsummaryrefslogtreecommitdiff
path: root/riscv/execute.cc
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Exceptions in Debug Mode, stay in Debug Mode.Tim Newsome1-2/+2
2016-05-23gdb can attach and read the PC:Tim Newsome1-1/+1
2016-05-23processor_t unfriends gdbserver_t.Tim Newsome1-2/+2
2016-05-23Add debug_module bus device.Tim Newsome1-1/+10
2016-05-23When gdb connects, jump to Debug ROM and segfault.Tim Newsome1-0/+4
2016-05-23Gutting direct-access gdb.Tim Newsome1-13/+1
2016-05-23Flush icache when using swbps and report to gdb.Tim Newsome1-2/+2
2016-05-23Software breakpoints seem to work.Tim Newsome1-4/+1
2016-05-23Looks like single step works.Tim Newsome1-1/+14
2016-05-23Now you can halt/continue from gdb.Tim Newsome1-1/+3
2016-03-02Return to interactive mode after a trapAndrew Waterman1-0/+1
2016-03-02Fix ERET serialization strategyAndrew Waterman1-4/+7
2016-03-02WIP on priv spec v1.9Andrew Waterman1-1/+1
2015-10-26Fix histogram for RVCAndrew Waterman1-3/+2
2015-09-15commit log now correctly prints privilegeScott Beamer1-3/+12
2015-09-11print out current privilege level (if commit log enabled)Scott Beamer1-2/+4
2015-09-11print out commit log (if enabled) for all privilege levelsScott Beamer1-12/+10
2015-09-08Improve instruction fetchAndrew Waterman1-0/+117