BDE 4.14.0 Production release
Loading...
Searching...
No Matches
balst_resolverimpl_xcoff

Outline

Purpose

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

Classes

See also
balst_resolverimpl_elf, balst_resolverimpl_windows

Description

This component provides a class, balst::Resolver<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.