Home
last modified time | relevance | path

Searched refs:GenericSP (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h235 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 DScriptedInterface.h28 virtual StructuredData::GenericSP
72 StructuredData::GenericSP m_object_instance_sp;
H A DScriptedProcessInterface.h24 StructuredData::GenericSP
81 StructuredData::GenericSP
H A DScriptedPlatformInterface.h22 StructuredData::GenericSP
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h77 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 DScriptInterpreterPython.cpp1431 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 DScriptedPlatformPythonInterface.cpp32 StructuredData::GenericSP ScriptedPlatformPythonInterface::CreatePluginObject( in CreatePluginObject()
52 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp32 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
60 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp34 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
54 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h25 StructuredData::GenericSP
H A DScriptedThreadPythonInterface.h26 StructuredData::GenericSP
H A DScriptedProcessPythonInterface.h26 StructuredData::GenericSP
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h32 StructuredData::GenericSP script_object_sp = nullptr);
74 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
H A DScriptedThread.cpp59 StructuredData::GenericSP owned_script_object_sp = in Create()
80 StructuredData::GenericSP script_object_sp) in ScriptedThread()
H A DScriptedProcess.cpp106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h68 StructuredData::GenericSP m_implementation_sp;
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp133 StructuredData::GenericSP generic_sp; in GetDescription()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h44 typedef std::shared_ptr<Generic> GenericSP; typedef
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h68 typedef std::shared_ptr<Generic> GenericSP; typedef
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1155 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1231 StructuredData::GenericSP m_cmd_obj_sp;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1345 StructuredData::GenericSP m_implementation_sp;