Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h231 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 DScriptedInterface.h28 virtual StructuredData::GenericSP
72 StructuredData::GenericSP m_object_instance_sp;
H A DScriptedProcessInterface.h23 StructuredData::GenericSP
78 StructuredData::GenericSP
/llvm-project-15.0.7/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,
207 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
[all …]
H A DScriptInterpreterPython.cpp1429 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 DScriptedThreadPythonInterface.cpp31 StructuredData::GenericSP ScriptedThreadPythonInterface::CreatePluginObject( in CreatePluginObject()
58 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp32 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
50 StructuredData::GenericSP(new StructuredPythonObject(std::move(ret_val))); in CreatePluginObject()
H A DScriptedThreadPythonInterface.h25 StructuredData::GenericSP
H A DScriptedProcessPythonInterface.h25 StructuredData::GenericSP
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h32 StructuredData::GenericSP script_object_sp = nullptr);
72 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
H A DScriptedThread.cpp57 StructuredData::GenericSP owned_script_object_sp = in Create()
78 StructuredData::GenericSP script_object_sp) in ScriptedThread()
H A DScriptedProcess.cpp106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h68 StructuredData::GenericSP m_implementation_sp;
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp133 StructuredData::GenericSP generic_sp; in GetDescription()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h44 typedef std::shared_ptr<Generic> GenericSP; typedef
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h68 typedef std::shared_ptr<Generic> GenericSP; typedef
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1152 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 DTarget.h1334 StructuredData::GenericSP m_implementation_sp;