Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h154 bool GetAsync();
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp561 bool old_async = m_debugger.GetAsync(); in MainLoop()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h138 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp342 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3444 const bool async = attach_info.GetAsync(); in Attach()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19297 result = (bool)(arg1)->GetAsync(); in _wrap_SBDebugger_GetAsync()