Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp292 bool bOptionValue = false; in OptionFnPrint() local
293 bOptionValue = bOptionValueDefault in OptionFnPrint()
295 strOptionKey, bOptionValue) || in OptionFnPrint()
296 bOptionValue in OptionFnPrint()
298 strOptionKey, bOptionValue) && in OptionFnPrint()
299 bOptionValue; in OptionFnPrint()
301 m_strValue = bOptionValue ? "on" : "off"; in OptionFnPrint()
H A DMICmdCmdGdbSet.cpp302 const bool bOptionValue(bArgOn); in OptionFnPrint() local
304 bOptionValue)) { in OptionFnPrint()