Searched refs:m_rLLDBDebugSessionInfo (Results 1 – 7 of 7) sorted by relevance
84 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()
278 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()
290 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()
116 CMICmnLLDBDebugSessionInfo &m_rLLDBDebugSessionInfo; // Access to command variable
27 m_rLLDBDebugSessionInfo(CMICmnLLDBDebugSessionInfo::Instance()), in CMICmdBase()
77 const lldb::SBError sbErr = m_rLLDBDebugSessionInfo.GetProcess().Destroy(); in Execute()
172 if (m_rLLDBDebugSessionInfo.SharedDataRetrieve("breakpoint.pending", pending)) { in Execute()