Home
last modified time | relevance | path

Searched refs:SetDebugger (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h285 void SetDebugger(Debugger *debugger) { this->debugger = debugger; } in SetDebugger() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp847 helper.SetDebugger(debugger_sp.get()); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1034 helper.SetDebugger(&target_sp->GetDebugger()); in SetExitStatus()