Searched refs:sb_debugger (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | TestDefaultConstructorForAPIObjects.py | 116 import sb_debugger 118 sb_debugger.fuzz_obj(obj)
|
| /llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 382 SBDebugger sb_debugger; in GetDebugger() local 384 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger() 386 return sb_debugger; in GetDebugger()
|
| H A D | SBDebugger.cpp | 72 lldb::SBDebugger &sb_debugger, in Initialize() 78 LLDB_INSTRUMENT_VA(this, sb_debugger, callback, a, b, c, d, e); in Initialize() 1330 SBDebugger sb_debugger; in GetInstanceName() 1333 sb_debugger.reset(debugger_sp); in GetInstanceName() 1334 return sb_debugger; in GetInstanceName() 71 Initialize(lldb::SBDebugger & sb_debugger,unsigned long (* callback)(void *,lldb::SBInputReader *,lldb::InputReaderAction,char const *,unsigned long),void * a,lldb::InputReaderGranularity b,char const * c,char const * d,bool e) Initialize() argument 1322 SBDebugger sb_debugger; FindDebuggerWithID() local
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 32 SBError Initialize(lldb::SBDebugger &sb_debugger,
|