Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp38 m_opaque_sp->SetAsync(async); in SBAttachInfo()
102 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
H A DSBDebugger.cpp244 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriver.cpp474 CMICmnLLDBDebugSessionInfo::Instance().GetDebugger().SetAsync(false); in ParseArgs()
1316 rSessionInfo.GetDebugger().SetAsync(vbAsyncMode); in ExecuteCommandFile()
1350 rSessionInfo.GetDebugger().SetAsync(bAsyncSetting); in ExecuteCommandFile()
H A DMICmdCmdGdbSet.cpp259 rSessionInfo.GetDebugger().SetAsync(bAsyncMode); in OptionFnTargetAsync()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h70 void SetAsync(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp697 m_debugger.SetAsync(false); in MainLoop()
731 m_debugger.SetAsync(old_async); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h201 void SetAsync(bool b) { m_async = b; } in SetAsync() function