#include <DebugInfo.hpp>
◆ FORMAT
Enumerator |
---|
UNKNOWN | |
DWARF | |
PDB | |
◆ DebugInfo()
LIEF::DebugInfo::DebugInfo |
( |
std::unique_ptr< details::DebugInfo > | impl | ) |
|
◆ ~DebugInfo()
virtual LIEF::DebugInfo::~DebugInfo |
( |
| ) |
|
|
virtual |
◆ as()
template<class T>
const T * LIEF::DebugInfo::as |
( |
| ) |
const |
|
inline |
This function can be used to down cast a DebugInfo instance:
std::unique_ptr<LIEF::Instruction> dbg = bin->debug_info();
dwarf->find_function(
"main");
}
This class represents a DWARF debug information. It can embed different compilation units which can b...
Definition DWARF/DebugInfo.hpp:36
Namespace for the DWARF debug format.
Definition DWARF/CompilationUnit.hpp:28
◆ format()
virtual FORMAT LIEF::DebugInfo::format |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: