| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 231 virtual StructuredData::GenericSP 233 return StructuredData::GenericSP(); in CreateScriptCommandObject() 236 virtual StructuredData::GenericSP 238 return StructuredData::GenericSP(); in CreateFrameRecognizer() 247 virtual StructuredData::GenericSP 250 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject() 311 virtual StructuredData::GenericSP 315 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver() 331 virtual StructuredData::GenericSP 336 return StructuredData::GenericSP(); in CreateScriptedStopHook() [all …]
|
| H A D | ScriptedInterface.h | 28 virtual StructuredData::GenericSP 72 StructuredData::GenericSP m_object_instance_sp;
|
| H A D | ScriptedProcessInterface.h | 23 StructuredData::GenericSP 78 StructuredData::GenericSP
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 77 StructuredData::GenericSP 100 StructuredData::GenericSP 105 StructuredData::GenericSP implementor_sp, 109 StructuredData::GenericSP implementor_sp) override; 111 StructuredData::GenericSP 116 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp, 120 StructuredData::GenericSP 127 StructuredData::GenericSP 184 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, 207 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, [all …]
|
| H A D | ScriptInterpreterPython.cpp | 1429 StructuredData::GenericSP 1432 return StructuredData::GenericSP(); in CreateFrameRecognizer() 1438 return StructuredData::GenericSP( in CreateFrameRecognizer() 1485 StructuredData::GenericSP 1489 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject() 1498 return StructuredData::GenericSP( in OSPlugin_CreatePluginObject() 1827 StructuredData::GenericSP 1852 return StructuredData::GenericSP( in CreateScriptedBreakpointResolver() 1924 return StructuredData::GenericSP( in CreateScriptedStopHook() 2023 StructuredData::GenericSP [all …]
|
| H A D | ScriptedThreadPythonInterface.cpp | 31 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() 58 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 32 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() 50 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.h | 25 StructuredData::GenericSP
|
| H A D | ScriptedProcessPythonInterface.h | 25 StructuredData::GenericSP
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.h | 32 StructuredData::GenericSP script_object_sp = nullptr); 72 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
|
| H A D | ScriptedThread.cpp | 57 StructuredData::GenericSP owned_script_object_sp = in Create() 78 StructuredData::GenericSP script_object_sp) in ScriptedThread()
|
| H A D | ScriptedProcess.cpp | 106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 68 StructuredData::GenericSP m_implementation_sp;
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 133 StructuredData::GenericSP generic_sp; in GetDescription()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 44 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 68 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1152 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject() 1228 StructuredData::GenericSP m_cmd_obj_sp;
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Target.h | 1334 StructuredData::GenericSP m_implementation_sp;
|