hanchenye-llvm-project/lldb/source
Jim Ingham 3bfa753fa1 Add a workaround to problems with the clang debug info for
inlined subroutine ranges.

<rdar://problem/12588579>

llvm-svn: 167430
2012-11-06 01:14:52 +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 Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). 2012-11-04 03:20:05 +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/12582031> 2012-11-06 00:20:41 +00:00
Symbol <rdar://problem/12582031> 2012-11-06 00:20:41 +00:00
Target Add a workaround to problems with the clang debug info for 2012-11-06 01:14:52 +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