Home
last modified time | relevance | path

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

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