BDE 4.14.0 Production release
|
Provide a mechanism to resolve xcoff symbols in a stack trace.
This component provides a class, balst::Resolver<Xcoff>
, that, given a vector of balst::StackTraceFrame
s that have only their address
fields set, resolves all other fields in those frames. Xcoff objects are used on AIX platforms.
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.
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.