Home
last modified time | relevance | path

Searched refs:ToJSON (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/lldb/tools/lldb-dap/
H A DRunInTerminal.cpp42 json::Value RunInTerminalMessagePid::ToJSON() const { in RunInTerminalMessagePid()
49 json::Value RunInTerminalMessageError::ToJSON() const { in RunInTerminalMessageError()
56 json::Value RunInTerminalMessageDidAttach::ToJSON() const { in RunInTerminalMessageDidAttach()
95 JSONToString(message.ToJSON())); in ToError()
115 return m_io.SendJSON(RunInTerminalMessagePid(getpid()).ToJSON()); in WaitUntilDebugAdaptorAttaches()
119 if (Error err = m_io.SendJSON(RunInTerminalMessageError(error).ToJSON(), in NotifyPid()
134 m_io.SendJSON(RunInTerminalMessageDidAttach().ToJSON())) in NotifyDidAttach()
45 json::Value RunInTerminalMessagePid::ToJSON() const { ToJSON() function in lldb_dap::RunInTerminalMessagePid
52 json::Value RunInTerminalMessageError::ToJSON() const { ToJSON() function in lldb_dap::RunInTerminalMessageError
59 json::Value RunInTerminalMessageDidAttach::ToJSON() const { ToJSON() function in lldb_dap::RunInTerminalMessageDidAttach
H A DRunInTerminal.h38 virtual llvm::json::Value ToJSON() const = 0;
52 llvm::json::Value ToJSON() const override;
60 llvm::json::Value ToJSON() const override;
68 llvm::json::Value ToJSON() const override;
H A DProgressEvent.h52 llvm::json::Value ToJSON() const;
/llvm-project/lldb/source/Target/
H A DStatistics.cpp35 json::Value StatsSuccessFail::ToJSON() const { in ToJSON() function in StatsSuccessFail
51 json::Value ModuleStats::ToJSON() const { in ToJSON() function in ModuleStats
97 llvm::json::Value ConstStringStats::ToJSON() const { in ToJSON() function in ConstStringStats
106 TargetStats::ToJSON(Target &target, in ToJSON() function in TargetStats
119 target_metrics_json.try_emplace(m_expr_eval.name, m_expr_eval.ToJSON()); in ToJSON()
120 target_metrics_json.try_emplace(m_frame_var.name, m_frame_var.ToJSON()); in ToJSON()
200 target.GetSummaryStatisticsCache().ToJSON()); in SetLaunchOrAttachTime()
389 json_modules.emplace_back(module_stat.ToJSON()); in ReportStatistics()
424 {"strings", const_string_stats.ToJSON()},
470 llvm::json::Value SummaryStatistics::ToJSON() cons
[all...]
/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h100 llvm::json::Value ToJSON() const;
108 llvm::json::Value ToJSON() const;
137 llvm::json::Value ToJSON() const;
204 llvm::json::Value ToJSON() const;
255 llvm::json::Value ToJSON();
267 llvm::json::Value ToJSON(Target &target,
H A DPathMappingList.h52 llvm::json::Value ToJSON();
/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp38 OptionValuePathMappings::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValuePathMappings
39 return m_path_mappings.ToJSON(); in ToJSON()
H A DOptionValueFormat.cpp29 llvm::json::Value OptionValueFormat::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueFormat
H A DOptionValueLanguage.cpp32 llvm::json::Value OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueLanguage
H A DOptionValueArray.cpp78 llvm::json::Value OptionValueArray::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueArray
82 json_array.emplace_back(m_values[i]->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueProperties.cpp338 OptionValueProperties::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueProperties
347 option_value->ToJSON(exe_ctx)); in ToJSON()
370 llvm::formatv("{0:2}", value_sp->ToJSON(exe_ctx)).str().c_str()); in DumpPropertyValue()
H A DOptionValueDictionary.cpp91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() function in OptionValueDictionary
94 dict.try_emplace(value.first(), value.second->ToJSON(exe_ctx)); in ToJSON()
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueUUID.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueChar.h33 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueRegex.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueFormatEntity.h31 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueFormat.h34 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueLanguage.h36 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueBoolean.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueFileSpec.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueSInt64.h38 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueDictionary.h37 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;
H A DOptionValueUInt64.h41 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override { in ToJSON() function
H A DOptionValueArray.h32 llvm::json::Value ToJSON(const ExecutionContext *exe_ctx) override;

12