Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4898 m_json(LLDB_OPT_SET_1, false, "json", 'j', in CommandObjectProcessGDBRemoteSpeedTest()
4903 m_option_group.Append(&m_json, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectProcessGDBRemoteSpeedTest()
4926 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()
4948 OptionGroupBoolean m_json; member in CommandObjectProcessGDBRemoteSpeedTest