aboutsummaryrefslogtreecommitdiff
path: root/riscv/interactive.cc
AgeCommit message (Expand)AuthorFilesLines
2015-07-13simplified default case and added commentsScott Beamer1-3/+2
2015-06-05allow interactive "reg" command to dump all registersMike Frysinger1-2/+12
2015-06-05add an interactive "pc" commandMike Frysinger1-0/+7
2015-06-05unify interactive core processingMike Frysinger1-18/+20
2015-06-05add aliases for common interactive functionsMike Frysinger1-6/+12
2015-06-04add a help screen to interactive modeMike Frysinger1-0/+24
2015-06-03move interactive function init out of main loopMike Frysinger1-14/+14
2015-03-12Update to new privileged specAndrew Waterman1-5/+18
2014-07-24added support for register convention names in debug modeScott Beamer1-2/+9
2014-01-13Improve performance for branchy codeAndrew Waterman1-2/+2
2013-10-18refactor disassembler, and add hwacha disassemblerYunsup Lee1-3/+6
2013-09-11Implement zany immediatesAndrew Waterman1-5/+9
2013-08-11Instructions are no longer member functionsAndrew Waterman1-14/+15
2013-07-26Generate instruction decoder dynamicallyAndrew Waterman1-1/+0
2013-07-22Don't use stdout for debuggingAndrew Waterman1-4/+4
2013-07-22Add xspike programAndrew Waterman1-54/+71
2013-07-12Exit cleanly from debug consoleAndrew Waterman1-26/+1
2013-04-25use inttypes macros to print uint64_tAndrew Waterman1-2/+3
2013-04-23make interactive mode cope with canonical terminalAndrew Waterman1-11/+35
2013-03-29add load-reserved/store-conditional instructionsAndrew Waterman1-9/+5
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-03-25truncate effective addresses in rv32Andrew Waterman1-1/+1
2013-01-25change htif to link against libfesvrAndrew Waterman1-6/+6
2012-05-15fix htif interaction with interactive modeAndrew Waterman1-2/+0
2011-07-13added #include <stdlib.h> to get rid of errors building with gcc-4.4 on ubuntuRimas Avizienis1-0/+1
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+256