emaste added a comment.

In https://reviews.llvm.org/D32271#759361, @dim wrote:

> As I found out in https://reviews.llvm.org/rL303015, the `KERN_PROC_PATHNAME` 
> has one drawback: if an executable file has multiple hard links, you will get 
> just one of its filenames as the result.  Since that filename is more or less 
> randomly chosen, it does *not* have to correspond to the actual `argv[0]` the 
> executable was invoked with.  If that does not matter, this approach is fine, 
> though.


Thanks @dim, it's because of https://reviews.llvm.org/rL303015 that I added you 
to CC.

Thinking about this further, I think that in this (LLDB) case it's acceptable 
(even if it might prove slightly surprising). If we attach via `-p <pid>` this 
code is used to find the corresponding binary, and even if we open the file by 
the "wrong" name we still have the correct content.


https://reviews.llvm.org/D32271



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to