Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidp...
authorJim Ingham <jingham@apple.com>
Thu, 1 Nov 2012 01:04:46 +0000 (01:04 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 1 Nov 2012 01:04:46 +0000 (01:04 +0000)
commit490bccd6596c496e9307fbc8639794f7fa2c165f
treef474f4fe8ab55c1d6c05b8f1f207c5321afad20b
parentd6bdafc858957891a1a1d0632beb9ffcfafa2f3a
Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidpath.  The former was flakey, and the whole point of libproc is to protect us from potential flakiness at that level...

<rdar://problem/12594781>

llvm-svn: 167194
lldb/tools/debugserver/source/DNB.cpp