Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h237 virtual StructuredData::GenericSP
239 return StructuredData::GenericSP(); in CreateScriptCommandObject()
242 virtual StructuredData::GenericSP
244 return StructuredData::GenericSP(); in CreateFrameRecognizer()
297 virtual StructuredData::GenericSP
301 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
317 virtual StructuredData::GenericSP
322 return StructuredData::GenericSP(); in CreateScriptedStopHook()
469 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand()
515 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h77 StructuredData::GenericSP
108 StructuredData::GenericSP
113 StructuredData::GenericSP implementor_sp,
117 StructuredData::GenericSP implementor_sp) override;
119 StructuredData::GenericSP
124 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
128 StructuredData::GenericSP
180 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
207 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
211 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) override;
[all …]
H A DScriptInterpreterPython.cpp1469 StructuredData::GenericSP
1472 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1478 return StructuredData::GenericSP( in CreateFrameRecognizer()
1668 StructuredData::GenericSP
1674 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1677 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1684 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1694 return StructuredData::GenericSP( in CreateScriptedBreakpointResolver()
1766 return StructuredData::GenericSP( in CreateScriptedStopHook()
1865 StructuredData::GenericSP
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h29 StructuredData::GenericSP GetScriptObjectInstance() { in GetScriptObjectInstance()
72 StructuredData::GenericSP m_object_instance_sp;
H A DScriptedPlatformInterface.h22 virtual llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadInterface.h23 virtual llvm::Expected<StructuredData::GenericSP>
H A DScriptedProcessInterface.h24 virtual llvm::Expected<StructuredData::GenericSP>
/freebsd-14.2/contrib/llvm-project/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.cpp69 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in Create()
84 StructuredData::GenericSP script_object_sp) in ScriptedThread()
H A DScriptedProcess.cpp121 StructuredData::GenericSP object_sp = *obj_or_err; in ScriptedProcess()
534 StructuredData::GenericSP object_instance_sp = in GetImplementation()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.h25 llvm::Expected<StructuredData::GenericSP>
H A DOperatingSystemPythonInterface.h27 llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadPythonInterface.h26 llvm::Expected<StructuredData::GenericSP>
H A DOperatingSystemPythonInterface.cpp32 llvm::Expected<StructuredData::GenericSP>
H A DScriptedProcessPythonInterface.h26 llvm::Expected<StructuredData::GenericSP>
H A DScriptedPlatformPythonInterface.cpp32 llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadPythonInterface.cpp32 llvm::Expected<StructuredData::GenericSP>
H A DScriptedProcessPythonInterface.cpp36 llvm::Expected<StructuredData::GenericSP>
H A DScriptedPythonInterface.h75 llvm::Expected<StructuredData::GenericSP>
220 m_object_instance_sp = StructuredData::GenericSP( in CreatePluginObject()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h67 StructuredData::GenericSP m_implementation_sp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h80 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
H A DOperatingSystemPython.cpp127 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in OperatingSystemPython()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp131 StructuredData::GenericSP generic_sp; in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h74 typedef std::shared_ptr<Generic> GenericSP; typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1156 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1240 StructuredData::GenericSP m_cmd_obj_sp;

12