Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them
authorJim Ingham <jingham@apple.com>
Fri, 24 Jul 2015 23:40:32 +0000 (23:40 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 24 Jul 2015 23:40:32 +0000 (23:40 +0000)
commit39497e9f5bd9c82c15b4d1798976e5daad5c7767
treeccbbeba5cd22403129e25d28dbc6ee03f860c648
parent88c05f54a0708c5a41b965091758cad0f69a84f4
Make sure we resolve ~ in paths coming from the plist in a dSYM before adding them
to the path remappings.
Also don't add the paths to the path mapping when DebugSymbols tells up about files, since
we'll just do that again when we read in the dSYM.

<rdar://problem/21986208>

llvm-svn: 243181
lldb/source/Host/macosx/Symbols.cpp
lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp