Home
last modified time | relevance | path

Searched refs:m_json (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2436 m_json = true; in SetOptionValue()
2447 m_json = false; in OptionParsingStarting()
2456 bool m_json; member in CommandObjectTraceDumpInfo::CommandOptions
2480 m_options.m_verbose, m_options.m_json); in HandleOneThread()
H A DCommandObjectTarget.cpp2508 m_json.SetCurrentValue(true); in SetOptionValue()
2509 m_json.SetOptionWasSet(); in SetOptionValue()
2522 m_json.Clear(); in OptionParsingStarting()
2530 OptionValueBoolean m_json = false; member in CommandObjectTargetModulesDumpSeparateDebugInfoFiles::CommandOptions
2596 if (m_options.m_json) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5439 m_json(LLDB_OPT_SET_1, false, "json", 'j', in CommandObjectProcessGDBRemoteSpeedTest()
5444 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
5469 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()
5490 OptionGroupBoolean m_json; member in CommandObjectProcessGDBRemoteSpeedTest