Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdEnviro.cpp84 m_rLLDBDebugSessionInfo.m_constStrSharedDataKeyWkDir); in Execute()
85 if (!m_rLLDBDebugSessionInfo.SharedDataAdd<CMIUtilString>(rStrKeyWkDir, in Execute()
97 lldb::SBTarget sbTarget = m_rLLDBDebugSessionInfo.GetTarget(); in Execute()
120 m_rLLDBDebugSessionInfo.m_constStrSharedDataKeyWkDir); in Acknowledge()
122 const bool bOk = m_rLLDBDebugSessionInfo.SharedDataRetrieve<CMIUtilString>( in Acknowledge()
H A DMICmdCmdGdbShow.cpp278 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintCharArrayAsString; in OptionFnPrint()
280 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintExpandAggregates; in OptionFnPrint()
282 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintAggregateFieldNames; in OptionFnPrint()
294 ? !m_rLLDBDebugSessionInfo.SharedDataRetrieve<bool>( in OptionFnPrint()
297 : m_rLLDBDebugSessionInfo.SharedDataRetrieve<bool>( in OptionFnPrint()
345 lldb::SBDebugger &rDbgr = m_rLLDBDebugSessionInfo.GetDebugger(); in OptionFnDisassemblyFlavor()
379 if (!m_rLLDBDebugSessionInfo.SharedDataRetrieve("breakpoint.pending", in OptionFnBreakpoint()
H A DMICmdCmdGdbSet.cpp290 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintCharArrayAsString; in OptionFnPrint()
292 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintExpandAggregates; in OptionFnPrint()
294 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintAggregateFieldNames; in OptionFnPrint()
303 if (!m_rLLDBDebugSessionInfo.SharedDataAdd<bool>(strOptionKey, in OptionFnPrint()
338 m_rLLDBDebugSessionInfo.m_constStrSharedDataSolibPath); in OptionFnSolibSearchPath()
339 if (!m_rLLDBDebugSessionInfo.SharedDataAdd<CMIUtilString>(rStrKeySolibPath, in OptionFnSolibSearchPath()
423 lldb::SBDebugger &rDbgr = m_rLLDBDebugSessionInfo.GetDebugger(); in OptionFnDisassemblyFlavor()
475 if (!m_rLLDBDebugSessionInfo.SharedDataAdd(sKey, sPendingVal)) { in OptionFnBreakpoint()
H A DMICmdBase.h116 CMICmnLLDBDebugSessionInfo &m_rLLDBDebugSessionInfo; // Access to command variable
H A DMICmdBase.cpp27 m_rLLDBDebugSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()), in CMICmdBase()
H A DMICmdCmdMiscellanous.cpp77 const lldb::SBError sbErr = m_rLLDBDebugSessionInfo.GetProcess().Destroy(); in Execute()
H A DMICmdCmdBreak.cpp172 if (m_rLLDBDebugSessionInfo.SharedDataRetrieve("breakpoint.pending", pending)) { in Execute()