Base Framework
|
This is the complete list of members for StackFrame, including all inherited members.
doesSupportStackTrace() noexcept | StackFrame | inlinestatic |
dump(unsigned int skip=1, unsigned int levels=32) | StackFrame | static |
find(const void *address) const noexcept | StackFrame | |
findLast(const void *address) const noexcept | StackFrame | |
FLAG_COMPACT enum value (defined in StackFrame) | StackFrame | |
FLAG_DEFAULT enum value (defined in StackFrame) | StackFrame | |
FLAG_FULL_PATH enum value (defined in StackFrame) | StackFrame | |
FLAG_INDENT enum value (defined in StackFrame) | StackFrame | |
FLAG_SHOW_ADDRESS enum value (defined in StackFrame) | StackFrame | |
FLAG_SHOW_MODULE enum value (defined in StackFrame) | StackFrame | |
FLAG_STRIP_NAMESPACE enum value (defined in StackFrame) | StackFrame | |
FLAG_TRIM_SYSTEM enum value (defined in StackFrame) | StackFrame | |
FLAG_USE_COLORS enum value (defined in StackFrame) | StackFrame | |
FLAG_USE_COLORS_IF_ANSI_TERMINAL enum value (defined in StackFrame) | StackFrame | |
getCaller() noexcept | StackFrame | static |
getErrorStream() noexcept | StackFrame | static |
getFrame(MemorySize index) const noexcept | StackFrame | inline |
getHash(const ConstSpan< const void * > &stackTrace) noexcept | StackFrame | static |
getHash() const noexcept | StackFrame | inline |
getSize() const noexcept | StackFrame | inline |
getStack(const void **dest, unsigned int size, unsigned int skip=1, bool trim=true) | StackFrame | static |
getStack(unsigned int skip=1, unsigned int levels=32, bool trim=true) | StackFrame | static |
getStackFrame() noexcept | StackFrame | static |
getTrace() const noexcept | StackFrame | inline |
getUseStandardOut() noexcept | StackFrame | static |
isEmpty() const noexcept | StackFrame | inline |
operator bool() const noexcept | StackFrame | inline |
operator!=(const StackFrame &compare) const noexcept | StackFrame | inline |
operator!=(const ConstSpan< const void * > &compare) const noexcept | StackFrame | inline |
operator=(const ConstSpan< const void * > &assign) (defined in StackFrame) | StackFrame | |
operator==(const StackFrame &compare) const noexcept | StackFrame | inline |
operator==(const ConstSpan< const void * > &compare) const noexcept | StackFrame | inline |
setUseStandardOut(bool useStandardOut) noexcept | StackFrame | static |
StackFrame() (defined in StackFrame) | StackFrame | |
StackFrame(const ConstSpan< const void * > &stackTrace) (defined in StackFrame) | StackFrame | |
stripUntil(MemorySize index) noexcept | StackFrame | |
stripUntil(const void *ip) noexcept | StackFrame | |
toStream(FormatOutputStream &stream, const ConstSpan< const void * > &stackTrace, unsigned int flags=FLAG_DEFAULT) | StackFrame | static |