projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15f2cd
)
couple of more notes on debug mode
author
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Wed, 16 Jul 2014 23:50:27 +0000
(16:50 -0700)
committer
Scott Beamer
<sbeamer@eecs.berkeley.edu>
Wed, 16 Jul 2014 23:50:27 +0000
(16:50 -0700)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index fed9bc75e793f8a612896175b58c21051990cf69..71827bc7d18e0aa06db7683c84f5feae5f8abb50 100644
(file)
--- a/
README
+++ b/
README
@@
-84,3
+84,14
@@
execute until a desired equality is reached:
Alternatively, you can execute as long as an equality is true:
: while mem 2020 50a9907311096993
+
+You can continue execution indefinitely by:
+
+ : r
+
+At any point during execution (even without -d), you can enter the
+interactive debug mode with <control>-<c>.
+
+To end the simulation from the debug prompt, press <control>-<c> or:
+
+ : q