Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp20 static StructuredData::ObjectSP ParseJSONValue(json::Value &value);
21 static StructuredData::ObjectSP ParseJSONObject(json::Object *object);
22 static StructuredData::ObjectSP ParseJSONArray(json::Array *array);
24 StructuredData::ObjectSP
34 StructuredData::ObjectSP
36 StructuredData::ObjectSP return_sp; in ParseJSONFromFile()
50 return StructuredData::ObjectSP(); in ParseJSONFromFile()
72 return StructuredData::ObjectSP(); in ParseJSONValue()
95 StructuredData::ObjectSP
110 return ObjectSP(); in GetObjectForDotSeparatedPath()
[all …]
H A DEvent.cpp196 const ProcessSP &process_sp, const StructuredData::ObjectSP &object_sp, in EventDataStructuredData()
221 const StructuredData::ObjectSP &EventDataStructuredData::GetObject() const { in GetObject()
235 const StructuredData::ObjectSP &object_sp) { in SetObject()
267 StructuredData::ObjectSP
273 return StructuredData::ObjectSP(); in GetObjectFromEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h222 virtual StructuredData::ObjectSP
225 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
239 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments()
272 virtual StructuredData::ObjectSP
277 return StructuredData::ObjectSP(); in CreateScriptedThreadPlan()
295 ScriptedThreadPlanIsStale(StructuredData::ObjectSP implementor_sp, in ScriptedThreadPlanIsStale()
345 virtual StructuredData::ObjectSP
347 return StructuredData::ObjectSP(); in LoadPluginModule()
423 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
445 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h61 typedef std::shared_ptr<Object> ObjectSP; typedef
182 ObjectSP operator[](size_t idx) {
185 return ObjectSP();
192 return ObjectSP(); in GetItemAtIndex()
197 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsInteger()
217 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsString()
236 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsString()
256 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsDictionary()
281 typedef std::vector<ObjectSP> collection;
368 ObjectSP GetKeys() const { in GetKeys()
[all …]
H A DEvent.h134 const StructuredData::ObjectSP &object_sp,
146 const StructuredData::ObjectSP &GetObject() const;
152 void SetObject(const StructuredData::ObjectSP &object_sp);
162 static StructuredData::ObjectSP GetObjectFromEvent(const Event *event_ptr);
171 StructuredData::ObjectSP m_object_sp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h73 StructuredData::ObjectSP
80 StructuredData::ObjectSP
97 ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp,
123 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
141 OSPlugin_CreateThread(StructuredData::ObjectSP os_plugin_object_sp,
144 StructuredData::ObjectSP
157 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
164 const StructuredData::ObjectSP &implementor) override;
167 const StructuredData::ObjectSP &implementor) override;
200 StructuredData::ObjectSP &callee_wrapper_sp,
[all …]
H A DScriptInterpreterPython.cpp648 StructuredData::ObjectSP empty_args_sp; in IOHandlerInputComplete()
1853 return StructuredData::ObjectSP(); in CreateScriptedThreadPlan()
2074 StructuredData::ObjectSP
2079 return StructuredData::ObjectSP(); in LoadPluginModule()
2082 StructuredData::ObjectSP module_sp; in LoadPluginModule()
2090 return StructuredData::ObjectSP(); in LoadPluginModule()
2121 StructuredData::ObjectSP
2125 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
2128 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
2134 return StructuredData::ObjectSP(); in CreateSyntheticScriptedProvider()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp81 StructuredData::ObjectSP
86 return StructuredData::ObjectSP(); in RetrieveReportData()
94 return StructuredData::ObjectSP(); in RetrieveReportData()
98 return StructuredData::ObjectSP(); in RetrieveReportData()
102 return StructuredData::ObjectSP(); in RetrieveReportData()
106 return StructuredData::ObjectSP(); in RetrieveReportData()
112 return StructuredData::ObjectSP(); in RetrieveReportData()
143 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData()
174 StructuredData::ObjectSP report = in NotifyBreakpointHit()
245 StructuredData::ObjectSP info) { in GetBacktracesFromExtendedStopInfo()
[all …]
H A DInstrumentationRuntimeMainThreadChecker.h44 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
63 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h43 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
62 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
64 std::string FormatDescription(StructuredData::ObjectSP report);
66 std::string GenerateSummary(StructuredData::ObjectSP report);
68 lldb::addr_t GetMainRacyAddress(StructuredData::ObjectSP report);
70 std::string GetLocationDescription(StructuredData::ObjectSP report,
75 lldb::addr_t GetFirstNonInternalFramePc(StructuredData::ObjectSP trace,
H A DInstrumentationRuntimeTSan.cpp248 array->AddItem(StructuredData::ObjectSP(dict)); in ConvertToStructuredArray()
308 return StructuredData::ObjectSP(); in RetrieveReportData()
314 return StructuredData::ObjectSP(); in RetrieveReportData()
337 return StructuredData::ObjectSP(); in RetrieveReportData()
390 dict->AddItem("mops", StructuredData::ObjectSP(mops)); in RetrieveReportData()
424 dict->AddItem("locs", StructuredData::ObjectSP(locs)); in RetrieveReportData()
487 return StructuredData::ObjectSP(dict); in RetrieveReportData()
700 StructuredData::ObjectSP report) { in GetMainRacyAddress()
810 StructuredData::ObjectSP report = in NotifyBreakpointHit()
1031 StructuredData::ObjectSP thread_id_obj = in AddThreadsForPath()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h87 StructuredData::ObjectSP GetObjectSP() { return m_data_sp; } in GetObjectSP()
89 void SetObjectSP(const StructuredData::ObjectSP &obj) { m_data_sp = obj; } in SetObjectSP()
110 StructuredData::ObjectSP GetValueForKey(const char *key) const { in GetValueForKey()
116 return StructuredData::ObjectSP(); in GetValueForKey()
119 StructuredData::ObjectSP GetItemAtIndex(size_t idx) const { in GetItemAtIndex()
125 return StructuredData::ObjectSP(); in GetItemAtIndex()
157 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-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp109 StructuredData::ObjectSP InstrumentationRuntimeUBSan::RetrieveReportData( in RetrieveReportData()
113 return StructuredData::ObjectSP(); in RetrieveReportData()
121 return StructuredData::ObjectSP(); in RetrieveReportData()
146 return StructuredData::ObjectSP(); in RetrieveReportData()
151 auto trace_sp = StructuredData::ObjectSP(trace); in RetrieveReportData()
159 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC))); in RetrieveReportData()
171 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData()
184 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { in GetStopReasonDescription()
221 StructuredData::ObjectSP report = in NotifyBreakpointHit()
303 StructuredData::ObjectSP info) { in GetBacktracesFromExtendedStopInfo()
[all …]
H A DInstrumentationRuntimeUBSan.h44 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
63 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
/freebsd-13.1/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,
98 StructuredData::ObjectSP extra_args_sp) override;
106 StructuredData::ObjectSP extra_args_sp);
110 StructuredData::ObjectSP extra_args_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp113 StructuredData::ObjectSP InstrumentationRuntimeASan::RetrieveReportData() { in RetrieveReportData()
116 return StructuredData::ObjectSP(); in RetrieveReportData()
123 return StructuredData::ObjectSP(); in RetrieveReportData()
146 return StructuredData::ObjectSP(); in RetrieveReportData()
152 return StructuredData::ObjectSP(); in RetrieveReportData()
190 return StructuredData::ObjectSP(dict); in RetrieveReportData()
194 InstrumentationRuntimeASan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
255 StructuredData::ObjectSP report = instance->RetrieveReportData(); in NotifyBreakpointHit()
H A DInstrumentationRuntimeASan.h59 StructuredData::ObjectSP RetrieveReportData();
61 std::string FormatDescription(StructuredData::ObjectSP report);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h212 StructuredData::ObjectSP
218 const StructuredData::ObjectSP &config_sp) override;
220 StructuredData::ObjectSP GetLoadedDynamicLibrariesInfos() override;
222 StructuredData::ObjectSP GetLoadedDynamicLibrariesInfos(
225 StructuredData::ObjectSP
226 GetLoadedDynamicLibrariesInfos_sender(StructuredData::ObjectSP args);
228 StructuredData::ObjectSP GetSharedCacheInfo() override;
267 StructuredData::ObjectSP m_jstopinfo_sp; // Stop info only for any threads
269 StructuredData::ObjectSP m_jthreadsinfo_sp; // Full stop info, expedited
332 StructuredData::ObjectSP GetExtendedInfoForThread(lldb::tid_t tid);
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp478 StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue()
513 return StructuredData::ObjectSP(new StructuredData::Float(value)); in CreatePlistValue()
517 return StructuredData::ObjectSP(new StructuredData::Integer(value)); in CreatePlistValue()
522 return StructuredData::ObjectSP( in CreatePlistValue()
525 return StructuredData::ObjectSP(new StructuredData::Boolean(true)); in CreatePlistValue()
527 return StructuredData::ObjectSP(new StructuredData::Boolean(false)); in CreatePlistValue()
529 return StructuredData::ObjectSP(new StructuredData::Null()); in CreatePlistValue()
534 StructuredData::ObjectSP ApplePropertyList::GetStructuredData() { in GetStructuredData()
535 StructuredData::ObjectSP root_sp; in GetStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h106 llvm::Error Start(StructuredData::ObjectSP configuration =
107 StructuredData::ObjectSP()) override;
134 StructuredData::ObjectSP configuration =
135 StructuredData::ObjectSP()) override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h180 StructuredData::ObjectSP configuration = StructuredData::ObjectSP()) = 0;
197 StructuredData::ObjectSP configuration = StructuredData::ObjectSP()) = 0;
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,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp20 StructuredData::ObjectSP additional_data) in InstrumentationRuntimeStopInfo()
33 StructuredData::ObjectSP additionalData) { in CreateStopReasonWithInstrumentationData()

1234