llvm-project/lldb/source
Chaoren Lin 55c1c3495d 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
2015-06-05 22:03:19 +00:00
..
API Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
Breakpoint Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Commands Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
Core Improve OSType initialization in elf object file's arch_spec 2015-06-05 13:03:08 +00:00
DataFormatters Fix a bug where trying to Dump() a ValueObject would use the static/non-synthetic version of the value even if the ValueObject one actually called Dump() on turned out to be dynamic and/or synthetic 2015-06-03 20:43:54 +00:00
Expression Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
Host Delegate path operations to FileSpec. 2015-06-05 00:28:06 +00:00
Initialization Assembly profiler for mips32 2015-05-15 06:53:30 +00:00
Interpreter Fixed "format-string" based settings so they can have quotes on them without leaving the quotes in the format string: 2015-06-03 02:02:48 +00:00
Plugins Fix TestNamespace and TestThreadJump for remote Windows to Android. 2015-06-05 22:03:19 +00:00
Symbol Remove "%zu" format specifier for MSVC. 2015-06-01 04:28:12 +00:00
Target Fixed a deadlock that was slowing down processes when they shut down. A 3 second delay could occur sometimes when a process exits, now that delay is gone. 2015-06-03 00:34:01 +00:00
Utility Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00