Home
last modified time | relevance | path

Searched defs:SetTarget (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() function
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp569 void DAP::SetTarget(const lldb::SBTarget target) { SetTarget() function in lldb_dap::DAP