LLDB mainline
Public Attributes | List of all members
lldb_copy__dyld_process_cache_info Struct Reference

Public Attributes

uuid_t cacheUUID
 
uint64_t cacheBaseAddress
 
bool noCache
 
bool privateCache
 

Detailed Description

Definition at line 5941 of file ObjectFileMachO.cpp.

Member Data Documentation

◆ cacheBaseAddress

uint64_t lldb_copy__dyld_process_cache_info::cacheBaseAddress

Definition at line 5943 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::GetLLDBSharedCacheUUID().

◆ cacheUUID

uuid_t lldb_copy__dyld_process_cache_info::cacheUUID

Definition at line 5942 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::GetLLDBSharedCacheUUID().

◆ noCache

bool lldb_copy__dyld_process_cache_info::noCache

Definition at line 5944 of file ObjectFileMachO.cpp.

◆ privateCache

bool lldb_copy__dyld_process_cache_info::privateCache

Definition at line 5945 of file ObjectFileMachO.cpp.


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