LLDB mainline
DynamicLoaderMacOSXDYLD::DYLDAllImageInfos Struct Reference

#include <DynamicLoaderMacOSXDYLD.h>

Public Member Functions

 DYLDAllImageInfos ()=default
void Clear ()
bool IsValid () const

Public Attributes

uint32_t version = 0
uint32_t dylib_info_count = 0
lldb::addr_t dylib_info_addr = LLDB_INVALID_ADDRESS
lldb::addr_t notification = LLDB_INVALID_ADDRESS
bool processDetachedFromSharedRegion = false
bool libSystemInitialized = false
lldb::addr_t dyldImageLoadAddress = LLDB_INVALID_ADDRESS

Detailed Description

Definition at line 98 of file DynamicLoaderMacOSXDYLD.h.

Constructor & Destructor Documentation

◆ DYLDAllImageInfos()

DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::DYLDAllImageInfos ( )
default

Member Function Documentation

◆ Clear()

void DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::Clear ( )
inline

◆ IsValid()

bool DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::IsValid ( ) const
inline

Definition at line 119 of file DynamicLoaderMacOSXDYLD.h.

References version.

Member Data Documentation

◆ dyldImageLoadAddress

lldb::addr_t DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::dyldImageLoadAddress = LLDB_INVALID_ADDRESS

Definition at line 105 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ dylib_info_addr

lldb::addr_t DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::dylib_info_addr = LLDB_INVALID_ADDRESS

Definition at line 101 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ dylib_info_count

uint32_t DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::dylib_info_count = 0

Definition at line 100 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ libSystemInitialized

bool DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::libSystemInitialized = false

Definition at line 104 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ notification

lldb::addr_t DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::notification = LLDB_INVALID_ADDRESS

Definition at line 102 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ processDetachedFromSharedRegion

bool DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::processDetachedFromSharedRegion = false

Definition at line 103 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear().

◆ version

uint32_t DynamicLoaderMacOSXDYLD::DYLDAllImageInfos::version = 0

Definition at line 99 of file DynamicLoaderMacOSXDYLD.h.

Referenced by Clear(), and IsValid().


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