1 08/20/81 find_condition_info_
2
3
4 Entry points in find_condition_info_:
5 List is generated by the help command
6
7
8 :Entry: find_condition_info_: 08/20/81 find_condition_info_
9
10 Function: given a pointer to a stack frame being used when a signal
11 occurred, returns information relevant to that condition.
12
13
14 Syntax:
15 declare find_condition_info_ entry ptr ptr fixed bin35;
16 call find_condition_info_ stack_ptr condition_info_ptr code;
17
18
19 Arguments:
20 stack_ptr
21 is a pointer to a stack frame being used when a condition occurred.
22 Input It is normally the result of a call to
23 find_condition_frame_; if null, the most recent condition frame is
24 used.
25 condition_info_ptr
26 is a pointer to the structure see "Notes" below in which
27 information is returned. Input
28 code
29 is the standard status code. Output It is nonzero when the
30 stack_ptr argument does not point to a condition frame or, if the
31 stack_ptr argument is null, when no condition frame can be found.
32
33
34 Notes: The structure that condition_info_ptr points to is declared in
35 the include file condition_info.incl.pl1.