llvm-project/lldb/source
Greg Clayton 9c284c4d7a Make sure that the following paths say they are equal:
/private/tmp/main.cpp
/private/tmp/..//tmp/main.cpp

We saw paths like this in makefile generate binaries when someone left an extra '/' on the end of a makefile variable.

<rdar://problem/18945972>

llvm-svn: 236541
2015-05-05 20:26:58 +00:00
..
API This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
Breakpoint This is some groundwork for filtering the language Exception 2015-04-22 19:42:18 +00:00
Commands Add language command and LanguageRuntime plugin changes to allow vending of command objects. 2015-05-04 18:39:38 +00:00
Core [ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values. 2015-05-05 00:41:35 +00:00
DataFormatters Fix an issue where the UTF dumper was ignoring the direction to generate uncapped dumps 2015-05-01 22:57:38 +00:00
Expression Added support for locating and importing functions 2015-05-01 00:47:29 +00:00
Host Make sure that the following paths say they are equal: 2015-05-05 20:26:58 +00:00
Initialization Add single stepping logic for linux arm 2015-04-15 09:47:02 +00:00
Interpreter Add language command and LanguageRuntime plugin changes to allow vending of command objects. 2015-05-04 18:39:38 +00:00
Plugins Fix process launch from Windows host to Android target. 2015-05-05 18:43:19 +00:00
Symbol Fix an uninitialized memory use error when interpreting 2015-05-05 02:05:53 +00:00
Target Fix process launch from Windows host to Android target. 2015-05-05 18:43:19 +00:00
Utility Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. 2015-04-15 14:35:10 +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