1 1974-01-09 return_to, rt
2
3 Syntax as a command: rt frame
4
5
6 Function: cause a return to a procedure which called out from a
7 specified stack frame, thus simulating a normal return from that
8 call.
9
10
11 Arguments:
12 frame
13 octal offset of the stack frame in the current ring to
14 be returned to. This offset may easily be determined by
15 using the ".t" request to "debug", or the "trace_stack"
16 command.
17
18
19 Notes:
20 The "return_to" command is simply an interface to the system
21 subroutine "unwinder_"; refer to the Multics Subroutines and
22 IO Modules manual AG93 for complete information.