| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 239 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 D | ScriptInterpreterPythonImpl.h | 77 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 D | ScriptInterpreterPython.cpp | 1474 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 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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedInterface.h | 28 StructuredData::GenericSP 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-src/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 | 34 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 33 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| 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-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 67 StructuredData::GenericSP m_implementation_sp;
|
| /freebsd-src/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-src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 131 StructuredData::GenericSP generic_sp; in GetDescription()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 74 typedef std::shared_ptr<Generic> GenericSP; typedef
|
| /freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1117 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()
|