LLDB mainline
Public Attributes | List of all members
ProcessElfCore::NT_FILE_Entry Struct Reference

Public Attributes

lldb::addr_t start
 
lldb::addr_t end
 
lldb::addr_t file_ofs
 
std::string path
 

Detailed Description

Definition at line 115 of file ProcessElfCore.h.

Member Data Documentation

◆ end

lldb::addr_t ProcessElfCore::NT_FILE_Entry::end

Definition at line 117 of file ProcessElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().

◆ file_ofs

lldb::addr_t ProcessElfCore::NT_FILE_Entry::file_ofs

Definition at line 118 of file ProcessElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().

◆ path

std::string ProcessElfCore::NT_FILE_Entry::path

Definition at line 119 of file ProcessElfCore.h.

◆ start

lldb::addr_t ProcessElfCore::NT_FILE_Entry::start

Definition at line 116 of file ProcessElfCore.h.

Referenced by ProcessElfCore::parseLinuxNotes().


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