Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp47 m_opaque_sp->SetAsync(async); in SBAttachInfo()
143 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
H A DSBDebugger.cpp300 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
301 LLDB_RECORD_METHOD(void, SBDebugger, SetAsync, (bool), b); in SetAsync()
1759 LLDB_REGISTER_METHOD(void, SBDebugger, SetAsync, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i160 SetAsync (bool b);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h109 void SetAsync(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp605 m_debugger.SetAsync(false); in MainLoop()
653 m_debugger.SetAsync(old_async); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h139 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17632 (arg1)->SetAsync(arg2); in _wrap_SBDebugger_SetAsync()