Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp286 attach_info.GetListenerForProcess(debugger), "gdb-remote", NULL); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp586 attach_info.GetListenerForProcess(debugger), "gdb-remote", NULL); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp839 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h257 lldb::ListenerSP GetListenerForProcess(Debugger &debugger);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3017 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DProcess.cpp2977 ListenerSP ProcessAttachInfo::GetListenerForProcess(Debugger &debugger) { in GetListenerForProcess() function in ProcessAttachInfo