llvm-project/lldb/source
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
..
API Rmoved a duplicate version of SetSelectedThreadByID 2012-10-31 02:12:08 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands Make sure users know that "target variable" can read variables while running a process by changing the documentation string. 2012-11-03 00:10:22 +00:00
Core Caught two cases where we were passing a Stream* without checking for NULL 2012-11-03 00:09:46 +00:00
Expression Fixed a problem where we mistook normal result 2012-11-02 22:28:08 +00:00
Host 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
Interpreter Get rid of hack by making the actual call public. This was causing the lldb-platform to not be able to link. 2012-11-01 21:35:16 +00:00
Plugins <rdar://problem/12585314> 2012-11-01 23:20:02 +00:00
Symbol <rdar://problem/12585314> 2012-11-01 23:20:02 +00:00
Target Extra safeguards to ensure that we never query 2012-11-02 17:09:58 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00