ΒΆvoid PrintStackTrace(llvm::raw_ostream& OS,
                     int Depth = 0)

Description

Print the stack trace using the given \c raw_ostream object.

Declared at: llvm/include/llvm/Support/Signals.h:56

Parameters

llvm::raw_ostream& OS
int Depth = 0
refers to the number of stackframes to print. If not specified, the entire frame is printed.