aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2022-10-14 11:41:58 -0700
committerAndrew Waterman <aswaterman@gmail.com>2022-10-14 15:38:59 -0700
commit5cf439b24e945db47edf6e259044c923384ccdfd (patch)
tree8c5f42b3583840b9fc9fd7ae966b2df851fcbe7f /riscv/sim.h
parent7e8d1e6f29a0e6b9f8b1b65a88b5dc87c25a4f9a (diff)
downloadspike-5cf439b24e945db47edf6e259044c923384ccdfd.zip
spike-5cf439b24e945db47edf6e259044c923384ccdfd.tar.gz
spike-5cf439b24e945db47edf6e259044c923384ccdfd.tar.bz2
Add dump memory command to interactive mode
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index c355f31..5787d5d 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -136,6 +136,7 @@ private:
void interactive_pc(const std::string& cmd, const std::vector<std::string>& args);
void interactive_mem(const std::string& cmd, const std::vector<std::string>& args);
void interactive_str(const std::string& cmd, const std::vector<std::string>& args);
+ void interactive_dumpmems(const std::string& cmd, const std::vector<std::string>& args);
void interactive_until(const std::string& cmd, const std::vector<std::string>& args, bool noisy);
void interactive_until_silent(const std::string& cmd, const std::vector<std::string>& args);
void interactive_until_noisy(const std::string& cmd, const std::vector<std::string>& args);