Home
last modified time | relevance | path

Searched refs:bAsyncMode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbSet.cpp232 bool bAsyncMode = false; in OptionFnTargetAsync() local
240 bAsyncMode = true; in OptionFnTargetAsync()
242 bAsyncMode = true; in OptionFnTargetAsync()
244 bAsyncMode = false; in OptionFnTargetAsync()
259 rSessionInfo.GetDebugger().SetAsync(bAsyncMode); in OptionFnTargetAsync()
H A DMICmdCmdGdbShow.cpp248 const bool bAsyncMode = rSessionInfo.GetDebugger().GetAsync(); in OptionFnTargetAsync() local
250 m_strValue = bAsyncMode ? "on" : "off"; in OptionFnTargetAsync()
H A DMIDriver.cpp572 const bool bAsyncMode = false; in DoMainLoop() local
573 ExecuteCommandFile(bAsyncMode); in DoMainLoop()