aboutsummaryrefslogtreecommitdiff
path: root/riscv/interactive.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-28Merge pull request #1714 from abejgonzalez/fix-interactive-insnJerry Zhao1-29/+30
2024-06-28Don't print vregs if no V extsabejgonzalez1-29/+34
2024-06-28Fix insn interactive command (catch/print trap, use proper access func)abejgonzalez1-29/+30
2024-06-26Add insn cmds to interactive debug modeabejgonzalez1-19/+55
2024-04-17Merge pull request #1595 from Siudya/until-paddrAndrew Waterman1-2/+4
2024-03-03Explicitly capture "this" in lambdasAndrew Waterman1-2/+2
2024-02-11Support run until paddr changed to a certain valueliangsen1-2/+4
2023-03-23interactive: Improve ctrlc responsivenessJerry Zhao1-4/+7
2023-03-07Fix ctrl-c responsiveness when running-silent in interactive modeJerry Zhao1-1/+1
2023-02-27Return periodically from interactive_run and interactive_untilAndrew Waterman1-4/+13
2023-02-27Add ability to partially complete and resume interactive routinesAndrew Waterman1-0/+9
2023-02-27Return from sim_t::interactive() when there's no more inputAndrew Waterman1-1/+1
2023-02-04Remove decode_macros.h from disasm.hJerry Zhao1-0/+1
2022-12-13Move boost asio socket interface to socketif_tJerry Zhao1-60/+13
2022-12-12Pull vector unit into separate source/headerJerry Zhao1-0/+1
2022-10-19Template-ize loadsAndrew Waterman1-5/+5
2022-10-17Add command to display privilege level in interactive modeJerry Zhao1-0/+12
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