[Lldb-commits] [PATCH] D65611: [Driver] Expand the executable path in the target create output
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 6 11:06:49 PDT 2019
jingham added a comment.
Given that we do some work to find executables (like search along the path for "ls" -> /bin/ls") which work might not end up with the result you expected, printing the full path seems useful.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65611/new/
https://reviews.llvm.org/D65611
More information about the lldb-commits
mailing list