LLDB mainline
|
Public Attributes | |
lldb::addr_t | start |
lldb::addr_t | end |
lldb::addr_t | file_ofs |
std::string | path |
lldb_private::UUID | uuid |
Definition at line 113 of file ProcessElfCore.h.
lldb::addr_t ProcessElfCore::NT_FILE_Entry::end |
Definition at line 115 of file ProcessElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
lldb::addr_t ProcessElfCore::NT_FILE_Entry::file_ofs |
Definition at line 116 of file ProcessElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
std::string ProcessElfCore::NT_FILE_Entry::path |
Definition at line 117 of file ProcessElfCore.h.
lldb::addr_t ProcessElfCore::NT_FILE_Entry::start |
Definition at line 114 of file ProcessElfCore.h.
Referenced by ProcessElfCore::parseLinuxNotes().
lldb_private::UUID ProcessElfCore::NT_FILE_Entry::uuid |
Definition at line 121 of file ProcessElfCore.h.