Home
last modified time | relevance | path

Searched refs:SetListener (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp249 void SBAttachInfo::SetListener(SBListener &listener) { in SetListener() function in SBAttachInfo
252 m_opaque_sp->SetListener(listener.GetSP()); in SetListener()
H A DSBLaunchInfo.cpp134 void SBLaunchInfo::SetListener(SBListener &listener) { in SetListener() function in SBLaunchInfo
137 m_opaque_sp->SetListener(listener.GetSP()); in SetListener()
H A DSBTarget.cpp371 launch_info.SetListener(listener.GetSP()); in Launch()
476 attach_info.SetListener(listener.GetSP()); in AttachToProcessWithID()
507 attach_info.SetListener(listener.GetSP()); in AttachToProcessWithName()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i114 SetListener (lldb::SBListener &listener);
H A DSBLaunchInfo.i50 SetListener (lldb::SBListener &listener);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h165 void SetListener(SBListener &listener);
H A DSBLaunchInfo.h85 void SetListener(SBListener &listener);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h127 void SetListener(const lldb::ListenerSP &listener_sp) { in SetListener() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h124 SetListener(launch_info.GetListener()); in ProcessAttachInfo()
189 void SetListener(const lldb::ListenerSP &listener_sp) { in SetListener() function