Quick Links:

bal | bbl | bdl | bsl

Component balst_stacktraceresolverimpl_xcoff
[Package balst]

Provide a mechanism to resolve xcoff symbols in a stack trace. More...

Outline
Purpose:
Provide a mechanism to resolve xcoff symbols in a stack trace.
Classes:
balst::StackTraceResolverImpl<Xcoff> symbol resolution for Xcoff objects
See also:
Component balst_stacktraceresolverimpl_elf, Component balst_stacktraceresolverimpl_windows
Description:
This component provides a class, balst::StackTraceResolver<Xcoff>, that, given a vector of balst::StackTraceFrames that have only their address fields set, resolves all other fields in those frames. Xcoff objects are used on AIX platforms.
Inline Functions:
Inline functions and template functions that are, in fact, called out of line are handled properly. Functions that are inlined are not represented in the stack trace, and the stack frames of the functions that called them do not have their line number information populated.
Usage:
This component is an implementation detail of balst and is not intended for direct client use. It is subject to change without notice. As such, a usage example is not provided.