| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 237 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 D | ScriptInterpreterPythonImpl.h | 77 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 D | ScriptInterpreterPython.cpp | 1469 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 D | ScriptedInterface.h | 29 StructuredData::GenericSP GetScriptObjectInstance() { in GetScriptObjectInstance() 72 StructuredData::GenericSP m_object_instance_sp;
|
| H A D | ScriptedPlatformInterface.h | 22 virtual llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedThreadInterface.h | 23 virtual llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedProcessInterface.h | 24 virtual llvm::Expected<StructuredData::GenericSP>
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.h | 32 StructuredData::GenericSP script_object_sp = nullptr); 74 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
|
| H A D | ScriptedThread.cpp | 69 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in Create() 84 StructuredData::GenericSP script_object_sp) in ScriptedThread()
|
| H A D | ScriptedProcess.cpp | 121 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 D | ScriptedPlatformPythonInterface.h | 25 llvm::Expected<StructuredData::GenericSP>
|
| H A D | OperatingSystemPythonInterface.h | 27 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedThreadPythonInterface.h | 26 llvm::Expected<StructuredData::GenericSP>
|
| H A D | OperatingSystemPythonInterface.cpp | 32 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedProcessPythonInterface.h | 26 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedPlatformPythonInterface.cpp | 32 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedThreadPythonInterface.cpp | 32 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedProcessPythonInterface.cpp | 36 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedPythonInterface.h | 75 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 D | BreakpointResolverScripted.h | 67 StructuredData::GenericSP m_implementation_sp;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.h | 80 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
|
| H A D | OperatingSystemPython.cpp | 127 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in OperatingSystemPython()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 131 StructuredData::GenericSP generic_sp; in GetDescription()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 74 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1156 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject() 1240 StructuredData::GenericSP m_cmd_obj_sp;
|