Home
last modified time | relevance | path

Searched refs:ObjectSP (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp21 static StructuredData::ObjectSP ParseJSONValue(json::Value &value);
23 static StructuredData::ObjectSP ParseJSONArray(json::Array *array);
34 StructuredData::ObjectSP
36 StructuredData::ObjectSP return_sp; in ParseJSONFromFile()
50 return StructuredData::ObjectSP(); in ParseJSONFromFile()
53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType()
83 return StructuredData::ObjectSP(); in ParseJSONValue()
106 StructuredData::ObjectSP
111 ObjectSP value = GetAsDictionary()->GetValueForKey(key); in GetObjectForDotSeparatedPath()
168 using Entry = std::pair<llvm::StringRef, ObjectSP>; in Serialize()
[all …]
H A DEvent.cpp206 const ProcessSP &process_sp, const StructuredData::ObjectSP &object_sp, in EventDataStructuredData()
231 const StructuredData::ObjectSP &EventDataStructuredData::GetObject() const { in GetObject()
245 const StructuredData::ObjectSP &object_sp) { in SetObject()
277 StructuredData::ObjectSP
283 return StructuredData::ObjectSP(); in GetObjectFromEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h231 virtual StructuredData::ObjectSP
234 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
248 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments()
253 virtual StructuredData::ObjectSP
258 return StructuredData::ObjectSP(); in CreateScriptedThreadPlan()
334 virtual StructuredData::ObjectSP
336 return StructuredData::ObjectSP(); in LoadPluginModule()
423 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
445 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
450 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h73 StructuredData::ObjectSP
80 StructuredData::ObjectSP
86 StructuredData::ObjectSP
100 ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp,
132 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
141 StructuredData::ObjectSP
154 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
161 const StructuredData::ObjectSP &implementor) override;
164 const StructuredData::ObjectSP &implementor) override;
198 StructuredData::ObjectSP &callee_wrapper_sp,
[all …]
H A DScriptInterpreterPython.cpp1541 StructuredData::ObjectSP
1556 return StructuredData::ObjectSP(); in CreateScriptedThreadPlan()
1576 return StructuredData::ObjectSP( in CreateScriptedThreadPlan()
1787 StructuredData::ObjectSP
1792 return StructuredData::ObjectSP(); in LoadPluginModule()
1795 StructuredData::ObjectSP module_sp; in LoadPluginModule()
1803 return StructuredData::ObjectSP(); in LoadPluginModule()
1834 StructuredData::ObjectSP
1838 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
1841 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h39 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
58 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
60 std::string FormatDescription(StructuredData::ObjectSP report);
62 std::string GenerateSummary(StructuredData::ObjectSP report);
64 lldb::addr_t GetMainRacyAddress(StructuredData::ObjectSP report);
66 std::string GetLocationDescription(StructuredData::ObjectSP report,
71 lldb::addr_t GetFirstNonInternalFramePc(StructuredData::ObjectSP trace,
H A DInstrumentationRuntimeTSan.cpp303 return StructuredData::ObjectSP(); in RetrieveReportData()
310 return StructuredData::ObjectSP(); in RetrieveReportData()
335 return StructuredData::ObjectSP(); in RetrieveReportData()
586 StructuredData::ObjectSP trace, bool skip_one_frame) { in GetFirstNonInternalFramePc()
659 StructuredData::ObjectSP loc = report->GetAsDictionary() in GenerateSummary()
699 StructuredData::ObjectSP report) { in GetMainRacyAddress()
715 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription()
725 StructuredData::ObjectSP loc = report->GetAsDictionary() in GetLocationDescription()
809 StructuredData::ObjectSP report = in NotifyBreakpointHit()
1033 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp76 StructuredData::ObjectSP
81 return StructuredData::ObjectSP(); in RetrieveReportData()
90 return StructuredData::ObjectSP(); in RetrieveReportData()
94 return StructuredData::ObjectSP(); in RetrieveReportData()
98 return StructuredData::ObjectSP(); in RetrieveReportData()
102 return StructuredData::ObjectSP(); in RetrieveReportData()
108 return StructuredData::ObjectSP(); in RetrieveReportData()
139 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData()
170 StructuredData::ObjectSP report = in NotifyBreakpointHit()
242 StructuredData::ObjectSP info) { in GetBacktracesFromExtendedStopInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h32 StructuredDataImpl(StructuredData::ObjectSP obj) in StructuredDataImpl()
90 StructuredData::ObjectSP GetObjectSP() { return m_data_sp; } in GetObjectSP()
92 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP()
113 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey()
119 return StructuredData::ObjectSP(); in GetValueForKey()
122 StructuredData::ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex()
128 return StructuredData::ObjectSP(); in GetItemAtIndex()
175 StructuredData::ObjectSP GetObjectSP() const { return m_data_sp; } in GetObjectSP()
179 StructuredData::ObjectSP m_data_sp;
H A DSearchFilter.h207 virtual StructuredData::ObjectSP SerializeToStructuredData() { in SerializeToStructuredData()
208 return StructuredData::ObjectSP(); in SerializeToStructuredData()
305 StructuredData::ObjectSP SerializeToStructuredData() override;
347 StructuredData::ObjectSP SerializeToStructuredData() override;
394 StructuredData::ObjectSP SerializeToStructuredData() override;
433 StructuredData::ObjectSP SerializeToStructuredData() override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp58 StructuredData::ObjectSP
61 return StructuredData::ObjectSP(); in RetrieveReportData()
67 return StructuredData::ObjectSP(); in RetrieveReportData()
73 return StructuredData::ObjectSP(); in RetrieveReportData()
98 return StructuredData::ObjectSP(); in RetrieveReportData()
104 return StructuredData::ObjectSP(); in RetrieveReportData()
129 return StructuredData::ObjectSP(); in RetrieveReportData()
141 return StructuredData::ObjectSP(dict); in RetrieveReportData()
145 ReportRetriever::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
202 StructuredData::ObjectSP report = RetrieveReportData(process_sp); in NotifyBreakpointHit()
H A DReportRetriever.h18 static StructuredData::ObjectSP
21 static std::string FormatDescription(StructuredData::ObjectSP report);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h66 typedef std::shared_ptr<Object> ObjectSP; typedef
210 ObjectSP operator[](size_t idx) {
213 return ObjectSP();
216 ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex()
220 return ObjectSP(); in GetItemAtIndex()
294 typedef std::vector<ObjectSP> collection;
425 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean()
438 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger()
466 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString()
491 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsDictionary()
[all …]
H A DEvent.h133 const StructuredData::ObjectSP &object_sp,
145 const StructuredData::ObjectSP &GetObject() const;
151 void SetObject(const StructuredData::ObjectSP &object_sp);
161 static StructuredData::ObjectSP GetObjectFromEvent(const Event *event_ptr);
170 StructuredData::ObjectSP m_object_sp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h29 CommandDataLua(StructuredData::ObjectSP extra_args_sp) in CommandDataLua()
33 StructuredData::ObjectSP m_extra_args_sp;
49 StructuredData::ObjectSP *module_sp = nullptr,
100 StructuredData::ObjectSP extra_args_sp) override;
108 StructuredData::ObjectSP extra_args_sp);
112 StructuredData::ObjectSP extra_args_sp);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp104 StructuredData::ObjectSP InstrumentationRuntimeUBSan::RetrieveReportData( in RetrieveReportData()
108 return StructuredData::ObjectSP(); in RetrieveReportData()
117 return StructuredData::ObjectSP(); in RetrieveReportData()
144 return StructuredData::ObjectSP(); in RetrieveReportData()
149 auto trace_sp = StructuredData::ObjectSP(trace); in RetrieveReportData()
169 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData()
182 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { in GetStopReasonDescription()
219 StructuredData::ObjectSP report = in NotifyBreakpointHit()
302 StructuredData::ObjectSP info) { in GetBacktracesFromExtendedStopInfo()
322 StructuredData::ObjectSP thread_id_obj = in GetBacktracesFromExtendedStopInfo()
H A DInstrumentationRuntimeUBSan.h42 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
61 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp45 StructuredData::ObjectSP obj = Dispatch("get_thread_id", error); in GetThreadID()
55 StructuredData::ObjectSP obj = Dispatch("get_name", error); in GetName()
65 StructuredData::ObjectSP obj = Dispatch("get_state", error); in GetState()
75 StructuredData::ObjectSP obj = Dispatch("get_queue", error); in GetQueue()
118 StructuredData::ObjectSP obj = Dispatch("get_register_context", error); in GetRegisterContext()
H A DScriptedProcessPythonInterface.cpp102 StructuredData::ObjectSP obj = in CreateBreakpoint()
131 StructuredData::ObjectSP obj = in WriteMemoryAtAddress()
157 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID()
167 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive()
178 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h213 StructuredData::ObjectSP
219 const StructuredData::ObjectSP &config_sp) override;
221 StructuredData::ObjectSP GetLoadedDynamicLibrariesInfos() override;
223 StructuredData::ObjectSP GetLoadedDynamicLibrariesInfos(
226 StructuredData::ObjectSP
227 GetLoadedDynamicLibrariesInfos_sender(StructuredData::ObjectSP args);
229 StructuredData::ObjectSP GetSharedCacheInfo() override;
231 StructuredData::ObjectSP GetDynamicLoaderProcessState() override;
279 StructuredData::ObjectSP m_jthreadsinfo_sp; // Full stop info, expedited
338 StructuredData::ObjectSP GetExtendedInfoForThread(lldb::tid_t tid);
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp456 static StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue()
491 return StructuredData::ObjectSP(new StructuredData::Float(value)); in CreatePlistValue()
495 return StructuredData::ObjectSP(new StructuredData::UnsignedInteger(value)); in CreatePlistValue()
500 return StructuredData::ObjectSP( in CreatePlistValue()
503 return StructuredData::ObjectSP(new StructuredData::Boolean(true)); in CreatePlistValue()
505 return StructuredData::ObjectSP(new StructuredData::Boolean(false)); in CreatePlistValue()
507 return StructuredData::ObjectSP(new StructuredData::Null()); in CreatePlistValue()
511 StructuredData::ObjectSP ApplePropertyList::GetStructuredData() { in GetStructuredData()
512 StructuredData::ObjectSP root_sp; in GetStructuredData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h139 llvm::Error Start(StructuredData::ObjectSP configuration =
140 StructuredData::ObjectSP()) override;
167 StructuredData::ObjectSP configuration =
168 StructuredData::ObjectSP()) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp20 StructuredData::ObjectSP additional_data) in InstrumentationRuntimeStopInfo()
33 StructuredData::ObjectSP additionalData) { in CreateStopReasonWithInstrumentationData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h33 StructuredData::ObjectSP additional_data);
37 StructuredData::ObjectSP additional_data);
H A DStructuredDataPlugin.h96 const StructuredData::ObjectSP &object_sp) = 0;
115 virtual Status GetDescription(const StructuredData::ObjectSP &object_sp,

1234