Home
last modified time | relevance | path

Searched refs:shared_cache_uuid (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1087 uuid_t shared_cache_uuid; in GetSharedCacheInformation() local
1088 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1090 uuid = UUID::fromOptionalData(shared_cache_uuid, 16); in GetSharedCacheInformation()
/external/llvm-project/lldb/docs/
Dlldb-gdb-remote.txt1934 // STUB REPLIES: ${"shared_cache_base_address":140735683125248,"shared_cache_uuid":"DDB8D70C-C9A2-…
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm1221 reply_sp->AddStringItem("shared_cache_uuid", uuidstr);