Searched defs:SetExecutable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBAttachInfo.cpp | 106 void SBAttachInfo::SetExecutable(const char *path) { in SetExecutable() function in SBAttachInfo |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | MemoryRegionInfo.h | 62 void SetExecutable(OptionalBool val) { m_execute = val; } SetExecutable() function |