LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
DebugInfo.hpp File Reference
#include <memory>
#include <string>
#include "LIEF/iterators.hpp"
#include "LIEF/Abstract/DebugInfo.hpp"
#include "LIEF/DWARF/CompilationUnit.hpp"
#include "LIEF/visibility.h"
Include dependency graph for DWARF/DebugInfo.hpp:
This graph shows which files directly or indirectly include this file:

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< DebugInfoLIEF::dwarf::load (const std::string &pdb_path)
 Load DWARF file from the given path.