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.cpp2449 m_json = true; in SetOptionValue()
2460 m_json = false; in OptionParsingStarting()
2469 bool m_json; member in CommandObjectTraceDumpInfo::CommandOptions
2493 m_options.m_verbose, m_options.m_json); in HandleOneThread()
H A DCommandObjectTarget.cpp2532 m_json.SetCurrentValue(true); in SetOptionValue()
2533 m_json.SetOptionWasSet(); in SetOptionValue()
2546 m_json.Clear(); in OptionParsingStarting()
2555 OptionValueBoolean m_json = false; member in CommandObjectTargetModulesDumpSeparateDebugInfoFiles::CommandOptions
2624 if (m_options.m_json) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5573 m_json(LLDB_OPT_SET_1, false, "json", 'j', in CommandObjectProcessGDBRemoteSpeedTest()
5578 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
5602 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()
5623 OptionGroupBoolean m_json; member in CommandObjectProcessGDBRemoteSpeedTest