Home
last modified time | relevance | path

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

12

/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h234 virtual StructuredData::GenericSP in CreateSyntheticScriptedProvider()
236 return StructuredData::GenericSP(); in CreateSyntheticScriptedProvider()
239 virtual StructuredData::GenericSP
241 return StructuredData::GenericSP(); in CreateScriptCommandObject()
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()
402 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in MightHaveChildrenSynthProviderInstance()
410 StructuredData::GenericSP impl_obj_s in GetSyntheticValue()
[all...]
/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
154 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
160 StructuredData::GenericSP impl_obj_sp, Args &args,
166 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp,
170 StructuredData::GenericSP impl_obj_sp, std::vector<llvm::StringRef> &args,
174 StructuredData::GenericSP impl_obj_s
[all...]
H A DScriptInterpreterPython.cpp1451 StructuredData::GenericSP in GenerateTypeSynthClass()
1454 return StructuredData::GenericSP(); in GenerateTypeSynthClass()
1460 return StructuredData::GenericSP( in GenerateTypeSynthClass()
1573 StructuredData::GenericSP in CreateScriptedBreakpointResolver()
1579 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1582 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1589 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1599 return StructuredData::GenericSP( in ScriptedBreakpointResolverSearchCallback()
1604 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback()
1622 StructuredData::GenericSP implementor_s in ScriptedBreakpointResolverSearchDepth()
[all...]
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h30 StructuredData::GenericSP GetScriptObjectInstance() { in GetScriptObjectInstance()
94 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>
/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()
535 StructuredData::GenericSP object_instance_sp = in GetImplementation()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.h28 llvm::Expected<StructuredData::GenericSP>
H A DScriptedPlatformPythonInterface.h26 llvm::Expected<StructuredData::GenericSP>
H A DOperatingSystemPythonInterface.h29 llvm::Expected<StructuredData::GenericSP>
H A DScriptedThreadPythonInterface.h26 llvm::Expected<StructuredData::GenericSP>
H A DOperatingSystemPythonInterface.cpp35 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
H A DScriptedProcessPythonInterface.h28 llvm::Expected<StructuredData::GenericSP>
H A DScriptedPlatformPythonInterface.cpp36 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp33 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp33 llvm::Expected<StructuredData::GenericSP>
H A DScriptedProcessPythonInterface.cpp41 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h67 StructuredData::GenericSP m_implementation_sp;
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h82 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp132 StructuredData::GenericSP generic_sp; in GetDescription()
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1124 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectRaw()
1217 StructuredData::GenericSP m_cmd_obj_sp;
1242 StructuredData::GenericSP cmd_obj_sp) : m_interpreter(interpreter), in SetOptionValue()
1814 StructuredData::GenericSP m_cmd_obj_sp; in CommandObjectScriptingObjectParsed()
1821 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObjectParsed()
1849 StructuredData::GenericSP cmd_obj_sp,
2149 StructuredData::GenericSP m_cmd_obj_sp; in IOHandlerActivated()

12