Searched refs:SetShadowListener (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h99 /// SBLaunchInfo::SetShadowListener(), then an invalid SBListener will
112 void SetShadowListener(SBListener &listener);
H A DSBAttachInfo.h175 /// SBLaunchInfo::SetShadowListener(), then an invalid SBListener will
188 void SetShadowListener(SBListener &listener);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp266 void SBAttachInfo::SetShadowListener(SBListener &listener) { function in class:SBAttachInfo
275 m_opaque_sp->SetShadowListener(listener_sp);
H A DSBLaunchInfo.cpp402 void SBLaunchInfo::SetShadowListener(SBListener &listener) { function in class:SBLaunchInfo
411 m_opaque_sp->SetShadowListener(listener_sp);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h115 void SetShadowListener(const lldb::ListenerSP &listener_sp) { function in class:lldb_private::ProcessInfo
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp404 process_sp->SetShadowListener(attach_info.GetShadowListener());
462 process_sp->SetShadowListener(launch_info.GetShadowListener());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp432 process_sp->SetShadowListener(launch_info.GetShadowListener());
525 process_sp->SetShadowListener(attach_info.GetShadowListener());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h625 void SetShadowListener(lldb::ListenerSP shadow_listener_sp) { function in class:lldb_private::Process
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3304 m_process_sp->SetShadowListener(launch_info.GetShadowListener());
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5925 SWIG_check_num_args("lldb::SBAttachInfo::SetShadowListener",2,2)
5926 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::SetShadowListener",1,"lldb::SBAttachInfo *");
5927 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAttachInfo::SetShadowListener",2,"lldb::SBListener &");
5938 (arg1)->SetShadowListener(*arg2);
6103 { "SetShadowListener", _wrap_SBAttachInfo_SetShadowListener},
[all...]

Completed in 338 milliseconds