File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
regression/goto-interpreter/help-output Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
^m: output memory dump$
9
9
^o: output goto trace$
10
10
^q: quit$
11
- ^r: run until completion $
11
+ ^r: run up to entry point $
12
12
^s#: step a number of instructions$
13
13
^sa: step across a function$
14
14
^so: step out of a function$
15
+ ^se: step until end of program$
15
16
^\d+- Program End\.$
16
17
^EXIT=0$
17
18
^SIGNAL=0$
Original file line number Diff line number Diff line change @@ -147,10 +147,11 @@ void interpretert::command()
147
147
<< " m: output memory dump\n "
148
148
<< " o: output goto trace\n "
149
149
<< " q: quit\n "
150
- << " r: run until completion \n "
150
+ << " r: run up to entry point \n "
151
151
<< " s#: step a number of instructions\n "
152
152
<< " sa: step across a function\n "
153
153
<< " so: step out of a function\n "
154
+ << " se: step until end of program\n "
154
155
<< eom;
155
156
}
156
157
else if (ch==' j' )
You can’t perform that action at this time.
0 commit comments