| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | 27 StructuredData::DictionarySP args_sp) { in CreatePluginObject() 44 virtual StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID() 48 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() 57 virtual StructuredData::DictionarySP GetLoadedImages() { return nullptr; } in GetLoadedImages()
|
| H A D | OptionGroupPythonClassWithDict.h | 53 const StructuredData::DictionarySP GetStructuredData() { in GetStructuredData() 63 StructuredData::DictionarySP m_dict_sp;
|
| H A D | ScriptInterpreter.h | 250 virtual StructuredData::DictionarySP 252 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 266 virtual StructuredData::DictionarySP 269 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() 350 virtual StructuredData::DictionarySP 353 return StructuredData::DictionarySP(); in GetDynamicSettings()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.h | 27 StructuredData::DictionarySP args_sp) override; 40 StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) override; 42 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override; 47 StructuredData::DictionarySP GetLoadedImages() override;
|
| H A D | ScriptedProcessPythonInterface.cpp | 28 StructuredData::DictionarySP args_sp) { in CreatePluginObject() 206 StructuredData::DictionarySP 212 StructuredData::DictionarySP 287 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
|
| H A D | ScriptInterpreterPython.cpp | 1629 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 1639 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 1648 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 1654 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 1674 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo() 1801 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() 1811 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() 1820 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() 1825 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() 1846 return StructuredData::DictionarySP(); in OSPlugin_CreateThread() [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 130 StructuredData::DictionarySP 140 StructuredData::DictionarySP 148 StructuredData::DictionarySP
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 162 lldb_private::StructuredData::DictionarySP 168 lldb_private::StructuredData::DictionarySP dictionary_sp) { in SetScriptedProcessDictionarySP() 189 StructuredData::DictionarySP
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SearchFilter.h | 251 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);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 150 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()
|
| H A D | BreakpointResolverScripted.cpp | 92 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 67 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 76 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 94 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| H A D | BreakpointOptions.cpp | 40 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData() 364 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| H A D | Breakpoint.cpp | 83 StructuredData::DictionarySP breakpoint_dict_sp( in SerializeToStructuredData() 85 StructuredData::DictionarySP breakpoint_contents_sp( in SerializeToStructuredData()
|
| H A D | BreakpointResolverName.cpp | 188 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.h | 30 StructuredData::DictionarySP GetDictionarySP() const { in GetDictionarySP() 36 StructuredData::DictionarySP m_dictionary_sp;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 120 StructuredData::DictionarySP 121 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 172 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 131 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() 404 StructuredData::DictionarySP thread_info_dict = in CreateThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 371 lldb_private::StructuredData::DictionarySP dict_sp = in GetScriptedProcessDictionary() 390 StructuredData::DictionarySP dict_sp; in SetScriptedProcessDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 567 StructuredData::DictionarySP BuildConfigurationData(bool enabled) { in BuildConfigurationData() 568 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData() 579 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 67 typedef std::shared_ptr<Dictionary> DictionarySP; typedef
|