1 10/17/84 reprint_error, re
2
3 Syntax as a command: re -control_args
4
5
6 Function: makes the system condition handler print its message for a
7 condition that has already been handled and for which stack history is
8 preserved.
9
10
11 Control arguments:
12 -all, -a
13 prints messages corresponding to all existing sets of condition
14 information.
15 -brief, -bf
16 prints the short form of the message.
17 -depth N, -dh N
18 indicates which instance of saved fault information is to be used
19 for the message; the most recent instance is depth 1. Make -depth
20 appear only once per command line. Default: 1
21 -long, -lg
22 prints the long form of the message.
23
24
25 Notes: If you select no control argument, the default selects less
26 extensive information than -long.
27
28 The message mode options for reprint_error have no effect on the
29 operation.