Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h239 virtual StructuredData::GenericSP
241 return StructuredData::GenericSP(); in CreateScriptCommandObject()
244 virtual StructuredData::GenericSP
246 return StructuredData::GenericSP(); in CreateFrameRecognizer()
255 virtual StructuredData::GenericSP
259 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
263 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedBreakpointResolverSearchCallback()
270 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedBreakpointResolverSearchDepth()
275 virtual StructuredData::GenericSP
280 return StructuredData::GenericSP(); in CreateScriptedStopHook()
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h77 StructuredData::GenericSP
83 StructuredData::GenericSP
88 StructuredData::GenericSP implementor_sp,
92 StructuredData::GenericSP implementor_sp) override;
94 StructuredData::GenericSP
99 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
103 StructuredData::GenericSP
158 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
164 StructuredData::GenericSP impl_obj_sp, Args &args,
170 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp,
[all …]
H A DScriptInterpreterPython.cpp1474 StructuredData::GenericSP
1477 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1483 return StructuredData::GenericSP( in CreateFrameRecognizer()
1562 StructuredData::GenericSP
1568 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1571 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1578 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1588 return StructuredData::GenericSP( in CreateScriptedBreakpointResolver()
1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback()
1611 StructuredData::GenericSP implementor_sp) { in ScriptedBreakpointResolverSearchDepth()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h28 StructuredData::GenericSP GetScriptObjectInstance() { in GetScriptObjectInstance()
72 StructuredData::GenericSP m_object_instance_sp;
H A DScriptedThreadPlanInterface.h19 virtual llvm::Expected<StructuredData::GenericSP>
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>
/src/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()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.h26 llvm::Expected<StructuredData::GenericSP>
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.cpp34 llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadPlanPythonInterface.cpp30 llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadPythonInterface.cpp33 llvm::Expected<StructuredData::GenericSP>
H A DScriptedProcessPythonInterface.cpp36 llvm::Expected<StructuredData::GenericSP>
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h67 StructuredData::GenericSP m_implementation_sp;
/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h80 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp131 StructuredData::GenericSP generic_sp; in GetDescription()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1117 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectRaw()
1210 StructuredData::GenericSP m_cmd_obj_sp;
1235 StructuredData::GenericSP cmd_obj_sp) : m_interpreter(interpreter), in CommandOptions()
1654 StructuredData::GenericSP m_cmd_obj_sp;
1661 StructuredData::GenericSP cmd_obj_sp, in Create()
1689 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectParsed()
1914 StructuredData::GenericSP m_cmd_obj_sp;

12