Information about function call stacks. More...
Public Member Functions | |
| StackTrace (const FixedStackFrameArray &stack_frames) | |
| StackTrace (const String &msg) | |
| StackTrace (const FixedStackFrameArray &stack_frames, const String &msg) | |
| const String & | toString () const |
| String indicating the call stack. | |
| ConstArrayView< StackFrame > | stackFrames () const |
| Call stack in the form of addresses. | |
Private Attributes | |
| FixedStackFrameArray | m_stack_frames |
| String | m_stack_trace_string |
Information about function call stacks.
Definition at line 105 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 109 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 110 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 113 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Definition at line 116 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
Call stack in the form of addresses.
Definition at line 127 of file arccore/src/base/arccore/base/StackTrace.h.
|
inline |
String indicating the call stack.
Definition at line 124 of file arccore/src/base/arccore/base/StackTrace.h.
Referenced by Arcane::Platform::dumpStackTrace(), Arcane::Platform::getStackTrace(), and Arcane::operator<<().
|
private |
Definition at line 131 of file arccore/src/base/arccore/base/StackTrace.h.
|
private |
Definition at line 132 of file arccore/src/base/arccore/base/StackTrace.h.