Lines Matching full:stack
28 while obfuscating the application that produced the stack trace.</dd>
32 <dd>Optionally specifies the name of the file containing the stack trace. If
33 no file is specified, a stack trace is read from the standard input. Blank
41 <dd>Specifies to print out more informative stack traces that include not only
47 stack trace. Specifying a different regular expression allows to
48 de-obfuscate more general types of input than just stack traces. The
49 default is suitable for stack traces produced by most JVMs:
84 The restored stack trace is printed to the standard output. The completeness
85 of the restored stack trace depends on the presence of line number tables in
90 ReTrace will be able to restore the stack trace completely.
95 possible original method names for each line in the stack trace. The user
96 can then try to deduce the actual stack trace manually, based on the logic