Fix TestNamespace and TestThreadJump for remote Windows to Android.
authorChaoren Lin <chaorenl@google.com>
Fri, 5 Jun 2015 22:03:19 +0000 (22:03 +0000)
committerChaoren Lin <chaorenl@google.com>
Fri, 5 Jun 2015 22:03:19 +0000 (22:03 +0000)
commit55c1c3495d5458f863d453b771d471515b0831a4
tree37c281a78c37e6b9fc1f4273dc53ae344e959226
parent56df435693cb6d4991bd86ebceb7c67102188e62
Fix TestNamespace and TestThreadJump for remote Windows to Android.

Summary:
Update DYLDRendezvous and SOEntry to use FileSpecs instead of storing paths as
strings, which caused incorrect comparison results due to denormalization.

Reviewers: clayborg, vharron, ovyalov

Reviewed By: ovyalov

Subscribers: jwolfe, emaste, tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D10267

llvm-svn: 239195
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp