Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1103 uuid_t shared_cache_uuid; in GetSharedCacheInformation() local
1104 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1106 uuid = UUID(shared_cache_uuid, 16); in GetSharedCacheInformation()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dlldb-gdb-remote.txt2105 // STUB REPLIES: ${"shared_cache_base_address":140735683125248,"shared_cache_uuid":"DDB8D70C-C9A2-…
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1250 reply_sp->AddStringItem("shared_cache_uuid", uuidstr);