llvm-project/lldb
Jim Ingham a537f6ce37 Fix a little think-o. In FileSpec::operator== we were trying to figure out whether the rhs file was resolved or not by comparing
the resolved version of the rhs FileSpec's directory name with the lhs FileSpec's directory name.  We really meant to compare it
with the rhs FileSpec's directory name...

<rdar://problem/12438838>

llvm-svn: 167349
2012-11-03 02:12:46 +00:00
..
docs Mention that the code signing process also applies to Mountain Lion 2012-10-13 17:06:33 +00:00
examples Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
include <rdar://problem/12585314> 2012-11-01 23:20:02 +00:00
lib Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00
lldb.xcodeproj Set the MACOSX_DEPLOYMENT_TARGET in a few more places. 2012-11-02 00:35:51 +00:00
lldb.xcworkspace
resources Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
scripts Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). 2012-11-01 18:55:16 +00:00
source Fix a little think-o. In FileSpec::operator== we were trying to figure out whether the rhs file was resolved or not by comparing 2012-11-03 02:12:46 +00:00
test Fixes to make the test suite work better when 2012-11-01 21:23:21 +00:00
tools Switched debugserver to use C++11/libc++. 2012-11-02 18:30:51 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage. 2012-10-26 23:56:03 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00