Save a backtrace.
More...
#include <backtrace.h>
Save a backtrace.
Use the type zth::Backtrace instead.
Definition at line 92 of file backtrace.h.
◆ bt_type
| typedef vector_type<void*>::type zth::impl::Backtrace::bt_type |
◆ Backtrace()
| zth::impl::Backtrace::Backtrace |
( |
size_t |
skip = 0, |
|
|
size_t |
maxDepth = 128 |
|
) |
| |
|
explicitnoexcept |
◆ bt() [1/2]
| bt_type const & zth::impl::Backtrace::bt |
( |
| ) |
const |
|
inlinenoexcept |
◆ bt() [2/2]
| bt_type & zth::impl::Backtrace::bt |
( |
| ) |
|
|
inlinenoexcept |
◆ fiber()
| Fiber * zth::impl::Backtrace::fiber |
( |
| ) |
const |
|
inlinenoexcept |
◆ fiberId()
| uint64_t zth::impl::Backtrace::fiberId |
( |
| ) |
const |
|
inlinenoexcept |
◆ print()
| void zth::impl::Backtrace::print |
( |
int |
color = -1 | ) |
const |
◆ printDelta()
| void zth::impl::Backtrace::printDelta |
( |
Backtrace const & |
other, |
|
|
int |
color = -1 |
|
) |
| const |
◆ printPartial()
| void zth::impl::Backtrace::printPartial |
( |
size_t |
start, |
|
|
ssize_t |
end = -1, |
|
|
int |
color = -1 |
|
) |
| const |
◆ t0()
| Timestamp const & zth::impl::Backtrace::t0 |
( |
| ) |
const |
|
inlinenoexcept |
◆ t1()
| Timestamp const & zth::impl::Backtrace::t1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ truncated() [1/2]
| bool zth::impl::Backtrace::truncated |
( |
| ) |
const |
|
inlinenoexcept |
◆ truncated() [2/2]
| void zth::impl::Backtrace::truncated |
( |
bool |
set | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following files: