Home
last modified time | relevance | path

Searched refs:DictionarySP (Results 1 – 25 of 56) sorted by relevance

123

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp37 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
45 StructuredData::DictionarySP ScriptedPlatformPythonInterface::ListProcesses() { in ListProcesses()
47 StructuredData::DictionarySP dict_sp = in ListProcesses()
48 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses()
51 return ScriptedInterface::ErrorWithMessage<StructuredData::DictionarySP>( in ListProcesses()
62 StructuredData::DictionarySP
65 StructuredData::DictionarySP dict_sp = in GetProcessInfo()
66 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
69 return ScriptedInterface::ErrorWithMessage<StructuredData::DictionarySP>( in GetProcessInfo()
H A DScriptedProcessPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
47 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetCapabilities() { in GetCapabilities()
49 StructuredData::DictionarySP dict = in GetCapabilities()
50 Dispatch<StructuredData::DictionarySP>("get_capabilities", error); in GetCapabilities()
89 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()
91 StructuredData::DictionarySP dict = in GetThreadsInfo()
92 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo()
199 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata()
201 StructuredData::DictionarySP dict = in GetMetadata()
202 Dispatch<StructuredData::DictionarySP>("get_process_metadata", error); in GetMetadata()
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
88 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetStopReason() { in GetStopReason()
90 StructuredData::DictionarySP dict = in GetStopReason()
91 Dispatch<StructuredData::DictionarySP>("get_stop_reason", error); in GetStopReason()
112 StructuredData::DictionarySP ScriptedThreadPythonInterface::GetRegisterInfo() { in GetRegisterInfo()
114 StructuredData::DictionarySP dict = in GetRegisterInfo()
115 Dispatch<StructuredData::DictionarySP>("get_register_info", error); in GetRegisterInfo()
H A DOperatingSystemPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
40 StructuredData::DictionarySP
44 StructuredData::DictionarySP dict = Dispatch<StructuredData::DictionarySP>( in CreateThread()
66 StructuredData::DictionarySP OperatingSystemPythonInterface::GetRegisterInfo() { in GetRegisterInfo()
H A DScriptedProcessPythonInterface.h29 StructuredData::DictionarySP args_sp,
37 StructuredData::DictionarySP GetCapabilities() override;
49 StructuredData::DictionarySP GetThreadsInfo() override;
68 StructuredData::DictionarySP GetMetadata() override;
H A DScriptedPlatformPythonInterface.h28 StructuredData::DictionarySP args_sp,
37 StructuredData::DictionarySP ListProcesses() override;
39 StructuredData::DictionarySP GetProcessInfo(lldb::pid_t) override;
H A DOperatingSystemPythonInterface.h29 StructuredData::DictionarySP args_sp,
36 StructuredData::DictionarySP CreateThread(lldb::tid_t tid,
41 StructuredData::DictionarySP GetRegisterInfo() override;
H A DScriptedThreadPythonInterface.h28 StructuredData::DictionarySP args_sp,
44 StructuredData::DictionarySP GetStopReason() override;
48 StructuredData::DictionarySP GetRegisterInfo() override;
H A DScriptedPythonInterface.cpp38 StructuredData::DictionarySP
40 StructuredData::DictionarySP>(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h26 StructuredData::DictionarySP args_sp,
29 virtual StructuredData::DictionarySP GetCapabilities() { return {}; } in GetCapabilities()
45 virtual StructuredData::DictionarySP GetThreadsInfo() { return {}; } in GetThreadsInfo()
73 virtual StructuredData::DictionarySP GetMetadata() { return {}; } in GetMetadata()
H A DScriptedPlatformInterface.h24 StructuredData::DictionarySP args_sp,
27 virtual StructuredData::DictionarySP ListProcesses() { return {}; } in ListProcesses()
29 virtual StructuredData::DictionarySP GetProcessInfo(lldb::pid_t) { in GetProcessInfo()
H A DScriptedThreadInterface.h25 StructuredData::DictionarySP args_sp,
36 virtual StructuredData::DictionarySP GetStopReason() { return {}; } in GetStopReason()
40 virtual StructuredData::DictionarySP GetRegisterInfo() { return {}; } in GetRegisterInfo()
H A DOperatingSystemInterface.h20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScriptedMetadata.h19 StructuredData::DictionarySP dict_sp) in ScriptedMetadata()
33 StructuredData::DictionarySP GetArgsSP() const { return m_args_sp; } in GetArgsSP()
37 StructuredData::DictionarySP m_args_sp;
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h53 const StructuredData::DictionarySP GetStructuredData() { in GetStructuredData()
63 StructuredData::DictionarySP m_dict_sp;
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h251 StructuredData::DictionarySP
252 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
254 void SerializeFileSpecList(StructuredData::DictionarySP &options_dict_sp,
396 void SerializeUnwrapped(StructuredData::DictionarySP &options_dict_sp);
H A DDebuggerEvents.h39 static StructuredData::DictionarySP
99 static StructuredData::DictionarySP
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp150 StructuredData::DictionarySP BreakpointResolver::WrapOptionsDict( in WrapOptionsDict()
151 StructuredData::DictionarySP options_dict_sp) { in WrapOptionsDict()
153 return StructuredData::DictionarySP(); in WrapOptionsDict()
155 StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary()); in WrapOptionsDict()
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp231 const StructuredData::DictionarySP &dict)> const in ConvertToStructuredArray()
268 const StructuredData::DictionarySP &dict) { in GetRenumberedThreadIds()
356 const StructuredData::DictionarySP &dict) { in RetrieveReportData()
369 const StructuredData::DictionarySP &dict) { in RetrieveReportData()
397 const StructuredData::DictionarySP &dict) { in RetrieveReportData()
430 [](const ValueObjectSP &o, const StructuredData::DictionarySP &dict) { in RetrieveReportData()
450 const StructuredData::DictionarySP &dict) { in RetrieveReportData()
478 const StructuredData::DictionarySP &dict) { in RetrieveReportData()
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h121 StructuredData::DictionarySP
122 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
/src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp54 StructuredData::DictionarySP
110 StructuredData::DictionarySP
H A DSearchFilter.cpp172 StructuredData::DictionarySP
173 SearchFilter::WrapOptionsDict(StructuredData::DictionarySP options_dict_sp) { in WrapOptionsDict()
175 return StructuredData::DictionarySP(); in WrapOptionsDict()
185 StructuredData::DictionarySP &options_dict_sp, OptionNames name, in SerializeFileSpecList()
612 StructuredData::DictionarySP &options_dict_sp) { in SerializeUnwrapped()
/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp325 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList()
506 lldb_private::StructuredData::DictionarySP ScriptedProcess::GetMetadata() { in GetMetadata()
507 StructuredData::DictionarySP metadata_sp = GetInterface().GetMetadata(); in GetMetadata()
511 return ScriptedInterface::ErrorWithMessage<StructuredData::DictionarySP>( in GetMetadata()
/src/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp351 StructuredData::DictionarySP dict_sp = in SetScriptedProcessClassName()
366 lldb_private::StructuredData::DictionarySP dict_sp = metadata_sp->GetArgsSP(); in GetScriptedProcessDictionary()
382 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h48 StructuredData::DictionarySP GetInterpreterInfo() override;

123