Home
last modified time | relevance | path

Searched refs:GetAsync (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h206 bool GetAsync();
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp557 bool old_async = m_debugger.GetAsync(); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp307 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h143 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3584 const bool async = attach_info.GetAsync(); in Attach()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20861 result = (bool)(arg1)->GetAsync(); in _wrap_SBDebugger_GetAsync()