Home
last modified time | relevance | path

Searched refs:GetListenerForProcess (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp517 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp393 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h185 lldb::ListenerSP GetListenerForProcess(Debugger &debugger);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3461 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DProcess.cpp2786 ListenerSP ProcessAttachInfo::GetListenerForProcess(Debugger &debugger) { in GetListenerForProcess() function in ProcessAttachInfo