| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 235 virtual StructuredData::GenericSP 237 return StructuredData::GenericSP(); in CreateScriptCommandObject() 240 virtual StructuredData::GenericSP 242 return StructuredData::GenericSP(); in CreateFrameRecognizer() 251 virtual StructuredData::GenericSP 254 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject() 315 virtual StructuredData::GenericSP 319 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver() 323 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedBreakpointResolverSearchCallback() 330 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedBreakpointResolverSearchDepth() [all …]
|
| H A D | ScriptedInterface.h | 28 virtual StructuredData::GenericSP 72 StructuredData::GenericSP m_object_instance_sp;
|
| H A D | ScriptedProcessInterface.h | 24 StructuredData::GenericSP 81 StructuredData::GenericSP
|
| H A D | ScriptedPlatformInterface.h | 22 StructuredData::GenericSP
|
| /openbsd-src/gnu/llvm/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, 210 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, [all …]
|
| H A D | ScriptInterpreterPython.cpp | 1431 StructuredData::GenericSP 1434 return StructuredData::GenericSP(); in CreateFrameRecognizer() 1440 return StructuredData::GenericSP( in CreateFrameRecognizer() 1487 StructuredData::GenericSP 1491 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject() 1494 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject() 1500 return StructuredData::GenericSP( in OSPlugin_CreatePluginObject() 1738 StructuredData::GenericSP 1744 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver() 1747 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver() [all …]
|
| H A D | ScriptedPlatformPythonInterface.cpp | 32 StructuredData::GenericSP ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject() 52 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 32 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject() 60 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 34 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject() 54 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
|
| H A D | ScriptedPlatformPythonInterface.h | 25 StructuredData::GenericSP
|
| H A D | ScriptedThreadPythonInterface.h | 26 StructuredData::GenericSP
|
| H A D | ScriptedProcessPythonInterface.h | 26 StructuredData::GenericSP
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.h | 32 StructuredData::GenericSP script_object_sp = nullptr); 74 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
|
| H A D | ScriptedThread.cpp | 59 StructuredData::GenericSP owned_script_object_sp = in Create() 80 StructuredData::GenericSP script_object_sp) in ScriptedThread()
|
| H A D | ScriptedProcess.cpp | 106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 68 StructuredData::GenericSP m_implementation_sp;
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 133 StructuredData::GenericSP generic_sp; in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 44 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 68 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1155 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject() 1231 StructuredData::GenericSP m_cmd_obj_sp;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 1345 StructuredData::GenericSP m_implementation_sp;
|