| /llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 234 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 D | ScriptInterpreterPythonImpl.h | 77 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 D | ScriptInterpreterPython.cpp | 1451 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 D | ScriptedInterface.h | 30 StructuredData::GenericSP GetScriptObjectInstance() { in GetScriptObjectInstance() 94 StructuredData::GenericSP m_object_instance_sp;
|
| H A D | ScriptedThreadPlanInterface.h | 19 virtual llvm::Expected<StructuredData::GenericSP>
|
| 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>
|
| /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() 535 StructuredData::GenericSP object_instance_sp = in GetImplementation()
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPlanPythonInterface.h | 28 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedPlatformPythonInterface.h | 26 llvm::Expected<StructuredData::GenericSP>
|
| H A D | OperatingSystemPythonInterface.h | 29 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedThreadPythonInterface.h | 26 llvm::Expected<StructuredData::GenericSP>
|
| H A D | OperatingSystemPythonInterface.cpp | 35 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.h | 28 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedPlatformPythonInterface.cpp | 36 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| H A D | ScriptedThreadPlanPythonInterface.cpp | 33 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 33 llvm::Expected<StructuredData::GenericSP>
|
| H A D | ScriptedProcessPythonInterface.cpp | 41 llvm::Expected<StructuredData::GenericSP> in CreatePluginObject()
|
| /llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverScripted.h | 67 StructuredData::GenericSP m_implementation_sp;
|
| /llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.h | 82 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr;
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 132 StructuredData::GenericSP generic_sp; in GetDescription()
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1124 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()
|