Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp275 CMIUtilString strOptionKey; in OptionFnPrint() local
278 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintCharArrayAsString; in OptionFnPrint()
280 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintExpandAggregates; in OptionFnPrint()
282 strOptionKey = m_rLLDBDebugSessionInfo.m_constStrPrintAggregateFieldNames; in OptionFnPrint()
295 strOptionKey, bOptionValue) || in OptionFnPrint()
298 strOptionKey, bOptionValue) && in OptionFnPrint()
H A DMICmdCmdGdbSet.cpp288 CMIUtilString strOptionKey; in OptionFnPrint() local
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()
308 strOptionKey.c_str())); in OptionFnPrint()