LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::debug_location_t Struct Reference

This structure holds a debug location (source filename & line) More...

#include <debug_loc.hpp>

Public Attributes

std::string file
 
uint64_t line = 0
 

Detailed Description

This structure holds a debug location (source filename & line)

Member Data Documentation

◆ file

std::string LIEF::debug_location_t::file

◆ line

uint64_t LIEF::debug_location_t::line = 0

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