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.h157 bool GetAsync();
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp547 bool old_async = m_debugger.GetAsync(); in MainLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h140 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp342 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3432 const bool async = attach_info.GetAsync(); in Attach()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20575 result = (bool)(arg1)->GetAsync(); in _wrap_SBDebugger_GetAsync()