Searched refs:implementor_sp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1593 StructuredData::GenericSP implementor_sp, SymbolContext *sym_ctx) { in ScriptedBreakpointResolverSearchCallback() argument 1596 if (implementor_sp) { in ScriptedBreakpointResolverSearchCallback() 1600 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback() 1611 StructuredData::GenericSP implementor_sp) { in ScriptedBreakpointResolverSearchDepth() argument 1613 if (implementor_sp) { in ScriptedBreakpointResolverSearchDepth() 1617 implementor_sp->GetValue(), "__get_depth__", nullptr); in ScriptedBreakpointResolverSearchDepth() 1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop() argument 1667 assert(implementor_sp && in ScriptedStopHookHandleStop() 1677 implementor_sp->GetValue(), exc_ctx_ref_sp, stream_sp); in ScriptedStopHookHandleStop() 2018 const StructuredData::ObjectSP &implementor_sp, uint32_t max) { in CalculateNumChildren() argument [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 88 StructuredData::GenericSP implementor_sp, 92 StructuredData::GenericSP implementor_sp) override; 99 bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 263 ScriptedBreakpointResolverSearchCallback(StructuredData::GenericSP implementor_sp, in ScriptedBreakpointResolverSearchCallback() argument 270 ScriptedBreakpointResolverSearchDepth(StructuredData::GenericSP implementor_sp) in ScriptedBreakpointResolverSearchDepth() argument 286 ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp, in ScriptedStopHookHandleStop() argument
|