llvm-project/lldb/source/Plugins/DynamicLoader
Greg Clayton 49c0fe24d6 Don't resolve the path when we extract the path from the dyld info or we
can end up with an invalid path if the path resolves to something different
on the local machine. It is very important not to since remote debugging will
mention paths that might exist on the current machine (like 
"/System/Library/Frameworks/CoreFoundation/CoreFoundation" which on the desktop
systems is a symlink to "/System/Library/Frameworks/CoreFoundation/Versions/A/CoreFoundation").

We will let the platform plug-ins resolve the paths in a later stage.

llvm-svn: 131934
2011-05-23 23:14:34 +00:00
..
Linux-DYLD API fix and missing headers. 2011-05-19 23:07:19 +00:00
MacOSX-DYLD Don't resolve the path when we extract the path from the dyld info or we 2011-05-23 23:14:34 +00:00
Static Updated to LLVM/Clang revision 127600. 2011-03-15 00:17:19 +00:00