Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h228 virtual StructuredData::GenericSP
230 return StructuredData::GenericSP(); in CreateScriptCommandObject()
233 virtual StructuredData::GenericSP
235 return StructuredData::GenericSP(); in CreateFrameRecognizer()
244 virtual StructuredData::GenericSP
247 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
308 virtual StructuredData::GenericSP
312 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
328 virtual StructuredData::GenericSP
333 return StructuredData::GenericSP(); in CreateScriptedStopHook()
[all …]
H A DScriptedProcessInterface.h25 virtual StructuredData::GenericSP
/freebsd-13.1/contrib/llvm-project/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
115 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
119 StructuredData::GenericSP
126 StructuredData::GenericSP
183 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
206 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
[all …]
H A DScriptedProcessPythonInterface.h25 StructuredData::GenericSP
61 StructuredData::GenericSP m_object_instance_sp;
H A DScriptInterpreterPython.cpp1541 StructuredData::GenericSP
1544 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1601 StructuredData::GenericSP
1605 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
1608 return StructuredData::GenericSP(); in OSPlugin_CreatePluginObject()
1950 StructuredData::GenericSP
1956 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1959 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
1966 return StructuredData::GenericSP(); in CreateScriptedBreakpointResolver()
2027 return StructuredData::GenericSP(); in CreateScriptedStopHook()
[all …]
H A DScriptedProcessPythonInterface.cpp26 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
52 StructuredData::GenericSP(new StructuredPythonObject(ret_val)); in CreatePluginObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h71 StructuredData::GenericSP m_implementation_sp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp136 StructuredData::GenericSP generic_sp; in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1107 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1183 StructuredData::GenericSP m_cmd_obj_sp;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h68 typedef std::shared_ptr<Generic> GenericSP; typedef
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1278 StructuredData::GenericSP m_implementation_sp;