DescriptionMake gdb-add-index better respect relative paths and bind mounts.
Without this, gdb-add-index incorrectly skips DSO dependencies if running from a symlink. $(pwd) returns the path to your directory via the symlink, but ldd returns the "realpath". Using dirname allows you to match a substring of the path returned by ldd.
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156968
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|