Searched refs:strOptionKey (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbSet.cpp278 CMIUtilString strOptionKey; local
280 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintCharArrayAsString;
282 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintExpandAggregates;
284 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintAggregateFieldNames;
293 if (!m_rLLDBDebugSessionInfo.SharedDataAdd<bool>(strOptionKey, bOptionValue))
296 SetError(CMIUtilString::Format(MIRSRC(IDS_DBGSESSION_ERR_SHARED_DATA_ADD), m_cmdData.strMiCmd.c_str(), strOptionKey.c_str()));
H A DMICmdCmdGdbShow.cpp266 CMIUtilString strOptionKey; local
269 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintCharArrayAsString;
271 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintExpandAggregates;
274 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintAggregateFieldNames;
285 bOptionValue = bOptionValueDefault ? !m_rLLDBDebugSessionInfo.SharedDataRetrieve<bool>(strOptionKey, bOptionValue) || bOptionValue
286 : m_rLLDBDebugSessionInfo.SharedDataRetrieve<bool>(strOptionKey, bOptionValue) && bOptionValue;

Completed in 49 milliseconds