Displaying 1 result from an estimated 1 matches for "pr1982".
Did you mean:
pr17982
2008 Feb 23
2
[LLVMdev] Printing a stack trace?
I'd like to be able to catch an exception and print a stack trace,
showing the call stack with source file and line number (using
embedded debugging information I would guess.) Obviously, I want the
call stack to be evaluated as lazily as possible - the actual throwing
of the exception should do as little up-front work as possible, with
the bulk of the work only being done if the the exception