|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <memory>#include <string>#include "LIEF/iterators.hpp"#include "LIEF/Abstract/DebugInfo.hpp"#include "LIEF/DWARF/CompilationUnit.hpp"#include "LIEF/visibility.h"

Go to the source code of this file.
Classes | |
| class | LIEF::dwarf::DebugInfo |
| This class represents a DWARF debug information. It can embed different compilation units which can be accessed through compilation_units() . More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::dwarf |
| Namespace for the DWARF debug format. | |
Functions | |
| std::unique_ptr< DebugInfo > | LIEF::dwarf::load (const std::string &dwarf_path) |
| Load DWARF file from the given path. | |