Write to the specified stream the stack addresses from a stack trace of the current thread, in hex from top to bottom, and return stream.
Declared in <balst_stacktraceutil.h>
static
std::ostream&
hexStackTrace(std::ostream& stream);
a reference to stream
| Name | Description |
|---|---|
| stream | output stream for the hex stack addresses |