[Lldb-commits] [PATCH] D32271: Patch to Attach pid successfully from different dir

vignesh balu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 28 23:48:44 PDT 2017


vbalu requested changes to this revision.
vbalu added a comment.
This revision now requires changes to proceed.

  if (::sysctl(mib, 4, pathname, &len, NULL, 0) == 0)

"len" is not declared. Please change to "pathname_len".


https://reviews.llvm.org/D32271





More information about the lldb-commits mailing list