Dwarf Interpret library
A wrapper around libdwarfpp
|
#include <DwarfInterpret.hpp>
Public Member Functions | |
WhatException (const std::string &what) | |
Initialize the exception with an explanatory text chunk. | |
WhatException () | |
Leave the explanatory text empty. | |
const char * | what () const noexcept |
Get the explanatory text for this exception. | |
Singleton-ish class holding a Dwarf interpret.
There is an instance of this class per object path from the MemoryMap. This class' interface helps making it a seamless integration, by allowing to call a method for a program counter in any object path, and internally passing the call to the appropriate instance.