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.cpp2506 m_json = true; in SetOptionValue()
2517 m_json = false; in OptionParsingStarting()
2526 bool m_json; member in CommandObjectTraceDumpInfo::CommandOptions
2550 m_options.m_verbose, m_options.m_json); in HandleOneThread()
H A DCommandObjectTarget.cpp2576 m_json.SetCurrentValue(true); in SetOptionValue()
2577 m_json.SetOptionWasSet(); in SetOptionValue()
2590 m_json.Clear(); in OptionParsingStarting()
2598 OptionValueBoolean m_json = false; member in CommandObjectTargetModulesDumpSeparateDebugInfoFiles::CommandOptions
2664 if (m_options.m_json) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5262 m_json(LLDB_OPT_SET_1, false, "json", 'j', in CommandObjectProcessGDBRemoteSpeedTest()
5267 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
5290 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()
5311 OptionGroupBoolean m_json; member in CommandObjectProcessGDBRemoteSpeedTest