Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h134 bool GetAsync() const { return m_async; } in GetAsync() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp271 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger