Home
last modified time | relevance | path

Searched defs:SetShadowListener (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp266 void SBAttachInfo::SetShadowListener(SBListener &listener) { in SetShadowListener() function in SBAttachInfo
H A DSBLaunchInfo.cpp402 void SBLaunchInfo::SetShadowListener(SBListener &listener) { in SetShadowListener() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h116 void SetShadowListener(const lldb::ListenerSP &listener_sp) { in SetShadowListener() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h629 void SetShadowListener(lldb::ListenerSP shadow_listener_sp) { in SetShadowListener() function