aboutsummaryrefslogtreecommitdiff
path: root/riscv/interactive.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Add interactive mode commands to read clint mtime/mtimecmpJerry Zhao1-0/+23
2022-10-14Add dump memory command to interactive modeJerry Zhao1-0/+14
2022-10-04Silence remaining unused-parameter warningsAndrew Waterman1-0/+4
2022-10-03Fix newly introduced Clang warningsAndrew Waterman1-7/+12
2022-09-26Update interactive.ccXiaJin-RiVAI1-16/+189
2022-08-10Add space between if/while/switch and '('Weiwei Li1-6/+6
2022-08-10Fix code indentation in processor.cc, interactive.cc, debug_module.h/ccWeiwei Li1-13/+13
2022-08-10Fix description for mem related interactive commandsWeiwei Li1-4/+6
2022-08-04 Add support for freg command to read X regs when enable Zfinxliweiwei1-12/+26
2022-07-07remove multi blank linesWeiwei Li1-1/+0
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-4/+4
2022-01-09Changes to be cleaner wrt. -WextraAndrew Waterman1-4/+2
2021-11-08Move definitions of P and require macrosAndrew Waterman1-4/+4
2021-09-17Fix memory leakAndrew Waterman1-1/+1
2021-09-17Don't use "using"Andrew Waterman1-65/+55
2021-09-17Use RIAA pattern in manipulating ostream flagsAndrew Waterman1-31/+52
2021-09-14add option --cmd to read commands from file (#772)Elmar Melcher1-5/+21
2021-08-27include freg command in help text (#783)Elmar Melcher1-0/+1
2021-08-24error message for bad command argument (#777)emelcher1-5/+16
2021-08-16Fix stylistic mattersAndrew Waterman1-50/+45
2021-08-03substitute fprintf for socket streamElmar Melcher1-25/+31
2021-08-03call functions for socket input/output streamsElmar Melcher1-12/+24
2021-08-03functions needed for socket input/outputElmar Melcher1-0/+71
2021-08-03declare socket properties in sim_tElmar Melcher1-2/+2
2021-05-01Improve coding style of logging printfsAndrew Waterman1-9/+7
2021-04-13Display 32 bits (#693)emelcher1-5/+28
2020-11-29Fix #607: Add a core parameter to the interactive str command (#608)Will Hawkins1-4/+13
2020-06-16zfh: support register dump in interactive modeChih-Min Chao1-0/+9
2019-10-22Catch polymorphic exceptions by reference (#352)Luís Marques1-2/+2
2019-06-18rvv: extend interactive debugChih-Min Chao1-0/+50
2018-10-18Provide a noisy until interactive commandHesham Almatary1-5/+17
2018-03-06Narrow the interface used by the processors and memory to the top-level simul...Prashanth Mundkur1-4/+4
2017-10-15Include math.h for NAN (#137)jar1-0/+1
2017-09-28Implement Q extensionAndrew Waterman1-3/+4
2017-04-10Implement new FP encodingAndrew Waterman1-2/+8
2017-03-21riscv: remove dependency on num_coresWesley W. Terpstra1-1/+1
2017-03-07Don't overload illegal instruction trap in interactive codeAndrew Waterman1-8/+10
2016-06-22Remove legacy HTIF; implement HTIF directlyAndrew Waterman1-3/+2
2016-06-03Minor usability improvements (#48)neuschaefer1-0/+2
2016-04-29Move much closer to new platform-M memory mapAndrew Waterman1-0/+1
2015-10-28Fix incorrect upper limit for loop on interactive int register display.SeungRyeol Lee1-1/+1
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