The Frame class models an individual frame of a backtrace.
More...
#include <backtrace.h>
The Frame class models an individual frame of a backtrace.
Definition at line 37 of file backtrace.h.
core::posix::backtrace::Frame::Frame |
( |
const Frame & |
| ) |
|
|
delete |
virtual core::posix::backtrace::Frame::~Frame |
( |
| ) |
|
|
virtualdefault |
core::posix::backtrace::Frame::Frame |
( |
| ) |
|
|
protecteddefault |
virtual std::size_t core::posix::backtrace::Frame::depth |
( |
| ) |
const |
|
pure virtual |
depth returns the depth of this frame in the overall backtrace.
Implemented in impl::Frame.
virtual void* core::posix::backtrace::Frame::frame_pointer |
( |
| ) |
const |
|
pure virtual |
frame_pointer returns the the raw frame pointer of this frame.
- Returns
Implemented in impl::Frame.
Frame& core::posix::backtrace::Frame::operator= |
( |
const Frame & |
| ) |
|
|
delete |
virtual const Symbol& core::posix::backtrace::Frame::symbol |
( |
| ) |
const |
|
pure virtual |
symbol returns the symbolic representation of this frame.
Implemented in impl::Frame.
The documentation for this class was generated from the following file:
- /build/process-cpp-3.0.2~20210511165841.4~ee6d99a+ubports16.04/src/core/posix/backtrace.h