Home
last modified time | relevance | path

Searched defs:GetShadowListener (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp257 SBListener SBAttachInfo::GetShadowListener() { in GetShadowListener() function in SBAttachInfo
H A DSBLaunchInfo.cpp393 SBListener SBLaunchInfo::GetShadowListener() { in GetShadowListener() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h113 lldb::ListenerSP GetShadowListener() const { return m_shadow_listener_sp; } in GetShadowListener() function