Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h239 virtual StructuredData::GenericSP in CreateScriptCommandObject()
241 return StructuredData::GenericSP();
244 virtual StructuredData::GenericSP in CreateFrameRecognizer()
246 return StructuredData::GenericSP();
255 virtual StructuredData::GenericSP in CreateScriptedThreadPlan()
259 return StructuredData::GenericSP(); in CreateScriptedThreadPlan()
263 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedThreadPlanExplainsStop()
270 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedThreadPlanShouldStop()
275 virtual StructuredData::GenericSP
280 return StructuredData::GenericSP(); in ScriptedThreadPlanIsStale()
[all...]
/freebsd-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_s
[all...]
H A DScriptInterpreterPython.cpp1474 StructuredData::GenericSP in CreateFrameRecognizer()
1477 return StructuredData::GenericSP(); in CreateFrameRecognizer()
1483 return StructuredData::GenericSP( in GetRecognizedArguments()
1562 StructuredData::GenericSP in CreateScriptedThreadPlan()
1568 return StructuredData::GenericSP(); in CreateScriptedThreadPlan()
1571 return StructuredData::GenericSP(); in CreateScriptedThreadPlan()
1578 return StructuredData::GenericSP(); in CreateScriptedThreadPlan()
1588 return StructuredData::GenericSP( in ScriptedThreadPlanExplainsStop()
1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedThreadPlanExplainsStop()
1611 StructuredData::GenericSP implementor_s in ScriptedThreadPlanShouldStop()
[all...]
/freebsd-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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h28 StructuredData::GenericSP 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-src/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.cpp34 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp33 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
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-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h67 StructuredData::GenericSP m_implementation_sp;
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp131 StructuredData::GenericSP generic_sp; in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h74 typedef std::shared_ptr<Generic> GenericSP; typedef
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1117 StructuredData::GenericSP cmd_obj_sp, in HandleArgumentCompletion()
1210 StructuredData::GenericSP m_cmd_obj_sp; in GetHelpLong()
1235 StructuredData::GenericSP cmd_obj_sp) : m_interpreter(interpreter), in DoExecute()
1654 StructuredData::GenericSP m_cmd_obj_sp;
1661 StructuredData::GenericSP cmd_obj_sp,
1689 StructuredData::GenericSP cmd_obj_sp,
1914 StructuredData::GenericSP m_cmd_obj_sp; in OptionParsingStarting()

12