Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp248 const bool bAsyncMode = rSessionInfo.GetDebugger().GetAsync(); in OptionFnTargetAsync()
H A DMIDriver.cpp1315 const bool bAsyncSetting = rSessionInfo.GetDebugger().GetAsync(); in ExecuteCommandFile()
H A DMICmnLLDBDebugger.cpp312 if (!rSessionInfo.GetDebugger().GetAsync()) { in CheckIfNeedToRebroadcastStopEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h72 bool GetAsync();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp696 bool old_async = m_debugger.GetAsync(); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp249 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h199 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3001 const bool async = attach_info.GetAsync(); in Attach()