|
LLDB mainline
|
A corefile may include metadata about all of the binaries that were present in the process when the corefile was taken. More...
#include <ObjectFileMachO.h>
Public Attributes | |
| std::string | filename |
| lldb_private::UUID | uuid |
| lldb::addr_t | load_address = LLDB_INVALID_ADDRESS |
| lldb::addr_t | slide = 0 |
| bool | currently_executing = false |
| std::vector< std::tuple< lldb_private::ConstString, lldb::addr_t > > | segment_load_addresses |
A corefile may include metadata about all of the binaries that were present in the process when the corefile was taken.
This is only implemented for Mach-O files for now; we'll generalize it when we have other systems that can include the same.
Definition at line 239 of file ObjectFileMachO.h.
| bool ObjectFileMachO::MachOCorefileImageEntry::currently_executing = false |
Definition at line 244 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().
| std::string ObjectFileMachO::MachOCorefileImageEntry::filename |
Definition at line 240 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().
| lldb::addr_t ObjectFileMachO::MachOCorefileImageEntry::load_address = LLDB_INVALID_ADDRESS |
Definition at line 242 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().
| std::vector<std::tuple<lldb_private::ConstString, lldb::addr_t> > ObjectFileMachO::MachOCorefileImageEntry::segment_load_addresses |
Definition at line 246 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().
| lldb::addr_t ObjectFileMachO::MachOCorefileImageEntry::slide = 0 |
Definition at line 243 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().
| lldb_private::UUID ObjectFileMachO::MachOCorefileImageEntry::uuid |
Definition at line 241 of file ObjectFileMachO.h.
Referenced by ObjectFileMachO::LoadCoreFileImages().