llvm-project/lldb/source/Host/freebsd
Ed Maste 207184f345 FreeBSD: attach to pid from different cwd
attach by pid worked when running from the directory from which the
target was launched, but failed from a different directory. Use the
kern.proc.pathname sysctl to locate the target, falling back to the
original case of the target's argv[0] if that fails. Based on a patch
from Vignesh Balu.

Differential Revision:	https://reviews.llvm.org/D32271

llvm-svn: 312430
2017-09-03 01:41:31 +00:00
..
Host.cpp FreeBSD: attach to pid from different cwd 2017-09-03 01:41:31 +00:00
HostInfoFreeBSD.cpp Try to fix FreeBSD build after iwyu changes. 2017-04-06 20:51:22 +00:00