Dwarf Interpret library
A wrapper around libdwarfpp
|
#include <DwarfInterpret.hpp>
Public Member Functions | |
InvalidElf (const std::string &what) | |
![]() | |
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. | |
Thrown when trying to create an instance with an invalid ELF file: this can mean that the file did not exist, was a special path (eg. [heap]) or that it cannot be read.