Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp257 SBListener SBAttachInfo::GetShadowListener() { in GetShadowListener() function in SBAttachInfo
260 lldb::ListenerSP shadow_sp = m_opaque_sp->GetShadowListener(); in GetShadowListener()
H A DSBLaunchInfo.cpp393 SBListener SBLaunchInfo::GetShadowListener() { in GetShadowListener() function in SBLaunchInfo
396 lldb::ListenerSP shadow_sp = m_opaque_sp->GetShadowListener(); in GetShadowListener()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h178 SBListener GetShadowListener();
H A DSBLaunchInfo.h102 SBListener GetShadowListener();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h114 lldb::ListenerSP GetShadowListener() const { return m_shadow_listener_sp; } in GetShadowListener() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp404 process_sp->SetShadowListener(attach_info.GetShadowListener()); in Attach()
462 process_sp->SetShadowListener(launch_info.GetShadowListener()); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp432 process_sp->SetShadowListener(launch_info.GetShadowListener()); in DebugProcess()
525 process_sp->SetShadowListener(attach_info.GetShadowListener()); in Attach()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3292 m_process_sp->SetShadowListener(launch_info.GetShadowListener()); in Launch()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6675 result = (arg1)->GetShadowListener(); in _wrap_SBAttachInfo_GetShadowListener()
35183 result = (arg1)->GetShadowListener(); in _wrap_SBLaunchInfo_GetShadowListener()