Home
last modified time | relevance | path

Searched defs:GetAsync (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h133 bool GetAsync() const { return m_async; } in GetAsync() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp319 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger