Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp48 m_opaque_sp->SetAsync(async); in SBAttachInfo()
140 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
H A DSBDebugger.cpp335 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp548 m_debugger.SetAsync(false); in MainLoop()
594 m_debugger.SetAsync(old_async); in MainLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h155 void SetAsync(bool b);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h142 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20551 (arg1)->SetAsync(arg2); in _wrap_SBDebugger_SetAsync()