Dwarf Interpret library
A wrapper around libdwarfpp
Public Member Functions | List of all members
DwarfInterpret::WhatException Class Reference

#include <DwarfInterpret.hpp>

Inheritance diagram for DwarfInterpret::WhatException:
DwarfInterpret::ExoticRegister DwarfInterpret::FailedGetContext DwarfInterpret::InvalidElf DwarfInterpret::NoDebugData DwarfInterpret::NoElfForPC DwarfInterpret::NotFound DwarfInterpret::NotImplemented DwarfInterpret::ValuelessRegister

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: