LLDB mainline
|
#include <DynamicLoaderDarwin.h>
Public Types | |
typedef std::vector< ImageInfo > | collection |
typedef collection::iterator | iterator |
typedef collection::const_iterator | const_iterator |
Public Member Functions | |
ImageInfo ()=default | |
void | Clear (bool load_cmd_data_only) |
bool | operator== (const ImageInfo &rhs) const |
bool | UUIDValid () const |
uint32_t | GetAddressByteSize () |
lldb_private::ArchSpec | GetArchitecture () const |
const Segment * | FindSegment (lldb_private::ConstString name) const |
void | PutToLog (lldb_private::Log *log) const |
Public Attributes | |
lldb::addr_t | address = LLDB_INVALID_ADDRESS |
Address of mach header for this dylib. | |
lldb::addr_t | slide = 0 |
The amount to slide all segments by if there is a global slide. | |
lldb_private::FileSpec | file_spec |
Resolved path for this dylib. | |
lldb_private::UUID | uuid |
UUID for this dylib if it has one, else all zeros. | |
llvm::MachO::mach_header | header |
The mach header for this image. | |
std::vector< Segment > | segments |
All segment vmaddr and vmsize pairs for this executable (from memory of inferior). | |
uint32_t | load_stop_id = 0 |
The process stop ID that the sections for this image were loaded. | |
llvm::Triple::OSType | os_type = llvm::Triple::OSType::UnknownOS |
LC_VERSION_MIN_... load command os type. | |
llvm::Triple::EnvironmentType | os_env |
LC_VERSION_MIN_... load command os environment. | |
std::string | min_version_os_sdk |
LC_VERSION_MIN_... SDK. | |
Definition at line 99 of file DynamicLoaderDarwin.h.
typedef std::vector<ImageInfo> lldb_private::DynamicLoaderDarwin::ImageInfo::collection |
Definition at line 168 of file DynamicLoaderDarwin.h.
typedef collection::const_iterator lldb_private::DynamicLoaderDarwin::ImageInfo::const_iterator |
Definition at line 170 of file DynamicLoaderDarwin.h.
typedef collection::iterator lldb_private::DynamicLoaderDarwin::ImageInfo::iterator |
Definition at line 169 of file DynamicLoaderDarwin.h.
|
default |
|
inline |
Definition at line 127 of file DynamicLoaderDarwin.h.
References address, lldb_private::FileSpec::Clear(), lldb_private::UUID::Clear(), file_spec, header, LLDB_INVALID_ADDRESS, load_stop_id, min_version_os_sdk, os_env, os_type, segments, slide, and uuid.
Referenced by lldb_private::DynamicLoaderDarwin::Clear(), and DynamicLoaderMacOSXDYLD::ParseLoadCommands().
const DynamicLoaderDarwin::Segment * DynamicLoaderDarwin::ImageInfo::FindSegment | ( | lldb_private::ConstString | name | ) | const |
Definition at line 808 of file DynamicLoaderDarwin.cpp.
|
inline |
Definition at line 152 of file DynamicLoaderDarwin.h.
References header.
Referenced by DynamicLoaderMacOSXDYLD::ReadImageInfos().
lldb_private::ArchSpec DynamicLoaderDarwin::ImageInfo::GetArchitecture | ( | ) | const |
Definition at line 783 of file DynamicLoaderDarwin.cpp.
References lldb_private::eArchTypeMachO, lldb_private::ArchSpec::GetArchitectureName(), lldb_private::ArchSpec::IsCompatibleMatch(), and lldb_private::ArchSpec::MergeFrom().
|
inline |
void DynamicLoaderDarwin::ImageInfo::PutToLog | ( | lldb_private::Log * | log | ) | const |
Definition at line 818 of file DynamicLoaderDarwin.cpp.
References LLDB_INVALID_ADDRESS, and LLDB_LOG.
|
inline |
Definition at line 150 of file DynamicLoaderDarwin.h.
References lldb_private::UUID::IsValid(), and uuid.
lldb::addr_t lldb_private::DynamicLoaderDarwin::ImageInfo::address = LLDB_INVALID_ADDRESS |
Address of mach header for this dylib.
Definition at line 101 of file DynamicLoaderDarwin.h.
Referenced by Clear(), lldb_private::DynamicLoaderDarwin::FindTargetModuleForImageInfo(), operator==(), DynamicLoaderMacOSXDYLD::ParseLoadCommands(), DynamicLoaderMacOSXDYLD::ProcessDidExec(), and DynamicLoaderMacOSXDYLD::ReadDYLDInfoFromMemoryAndSetNotificationCallback().
lldb_private::FileSpec lldb_private::DynamicLoaderDarwin::ImageInfo::file_spec |
Resolved path for this dylib.
Definition at line 106 of file DynamicLoaderDarwin.h.
Referenced by Clear(), lldb_private::DynamicLoaderDarwin::FindTargetModuleForImageInfo(), operator==(), and DynamicLoaderMacOSXDYLD::ReadDYLDInfoFromMemoryAndSetNotificationCallback().
llvm::MachO::mach_header lldb_private::DynamicLoaderDarwin::ImageInfo::header |
The mach header for this image.
Definition at line 110 of file DynamicLoaderDarwin.h.
Referenced by DynamicLoaderMacOSXDYLD::AddrByteSize(), Clear(), GetAddressByteSize(), operator==(), DynamicLoaderMacOSXDYLD::ParseLoadCommands(), DynamicLoaderMacOSXDYLD::ReadDYLDInfoFromMemoryAndSetNotificationCallback(), DynamicLoaderMacOSXDYLD::ReadImageInfos(), and lldb_private::DynamicLoaderDarwin::UpdateDYLDImageInfoFromNewImageInfo().
uint32_t lldb_private::DynamicLoaderDarwin::ImageInfo::load_stop_id = 0 |
The process stop ID that the sections for this image were loaded.
Definition at line 116 of file DynamicLoaderDarwin.h.
Referenced by Clear(), and lldb_private::DynamicLoaderDarwin::UpdateImageLoadAddress().
std::string lldb_private::DynamicLoaderDarwin::ImageInfo::min_version_os_sdk |
LC_VERSION_MIN_... SDK.
Definition at line 123 of file DynamicLoaderDarwin.h.
Referenced by Clear().
llvm::Triple::EnvironmentType lldb_private::DynamicLoaderDarwin::ImageInfo::os_env |
LC_VERSION_MIN_... load command os environment.
Definition at line 120 of file DynamicLoaderDarwin.h.
Referenced by Clear(), and operator==().
llvm::Triple::OSType lldb_private::DynamicLoaderDarwin::ImageInfo::os_type = llvm::Triple::OSType::UnknownOS |
LC_VERSION_MIN_... load command os type.
Definition at line 118 of file DynamicLoaderDarwin.h.
Referenced by Clear(), and operator==().
std::vector<Segment> lldb_private::DynamicLoaderDarwin::ImageInfo::segments |
All segment vmaddr and vmsize pairs for this executable (from memory of inferior).
Definition at line 113 of file DynamicLoaderDarwin.h.
Referenced by Clear(), operator==(), DynamicLoaderMacOSXDYLD::ParseLoadCommands(), lldb_private::DynamicLoaderDarwin::UnloadModuleSections(), and lldb_private::DynamicLoaderDarwin::UpdateImageLoadAddress().
lldb::addr_t lldb_private::DynamicLoaderDarwin::ImageInfo::slide = 0 |
The amount to slide all segments by if there is a global slide.
Definition at line 104 of file DynamicLoaderDarwin.h.
Referenced by Clear(), operator==(), DynamicLoaderMacOSXDYLD::ParseLoadCommands(), lldb_private::DynamicLoaderDarwin::UnloadModuleSections(), and lldb_private::DynamicLoaderDarwin::UpdateImageLoadAddress().
lldb_private::UUID lldb_private::DynamicLoaderDarwin::ImageInfo::uuid |
UUID for this dylib if it has one, else all zeros.
Definition at line 108 of file DynamicLoaderDarwin.h.
Referenced by Clear(), lldb_private::DynamicLoaderDarwin::FindTargetModuleForImageInfo(), operator==(), DynamicLoaderMacOSXDYLD::ParseLoadCommands(), and UUIDValid().