|
BDE 4.14.0 Production release
|
Provide a utility to resolve ELF symbols in a stack trace.
This component provides a class, balst::Resolver<Elf>, that, given a vector of balst::StackTraceFrames that have only their address fields set, resolves all other fields in those frames. The Elf object file format is used on Linux and Solaris platforms. The Elf format is described by documents at:
http://en.wikipedia.org/wiki/Executable_and_Linkable_Formatftp://ftp.openwatcom.org/pub/devel/docs/elf-64-gen.pdfhttp://www.sco.com/developers/gabi/latest/contents.htmlThis 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.