Searched defs:GetAsync (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 140 bool GetAsync() const { return m_async; } GetAsync() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBDebugger.cpp | 342 bool SBDebugger::GetAsync() { GetAsync() function in SBDebugger |