llvm-project/lldb/source/Expression
Sean Callanan a658226ac0 Fixed a problem where we did not read properties
correctly if the setter/getter were not present
in the debug information.  The fixes are as follows:

- We not only look for the method by its full name,
  but also look for automatically-generated methods
  when searching for a selector in an Objective-C
  interface.  This is necessary to find accessors.

- Extract the getter and setter name from the
  DW_TAG_APPLE_Property declaration in the DWARF
  if they are present; generate them if not.

llvm-svn: 154067
2012-04-05 00:12:52 +00:00
..
ASTDumper.cpp Pulled in a new version of LLVM/Clang to solve a variety 2011-11-15 02:11:17 +00:00
ASTResultSynthesizer.cpp Strengthened LLDB's completion of object types. 2012-03-15 01:53:17 +00:00
ASTStructExtractor.cpp Pulled in a new revision of LLVM/Clang and added 2011-11-19 02:54:21 +00:00
ClangASTSource.cpp Fixed a problem where we did not read properties 2012-04-05 00:12:52 +00:00
ClangExpressionDeclMap.cpp Disabling blocks support because of rdar://problem/11024417 - This is hopefully just a temporary countermeasure 2012-03-30 16:58:37 +00:00
ClangExpressionParser.cpp Updated the revision of LLVM/Clang used by LLDB. 2012-03-08 02:39:03 +00:00
ClangExpressionVariable.cpp http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
ClangFunction.cpp <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
ClangPersistentVariables.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +00:00
ClangUserExpression.cpp Initialize ivars in the correct order. 2012-04-03 08:46:13 +00:00
ClangUtilityFunction.cpp Switching back to using std::tr1::shared_ptr. We originally switched away 2012-01-29 20:56:30 +00:00
DWARFExpression.cpp Hardened the process of reading the program counter 2012-03-10 03:03:46 +00:00
ExpressionSourceCode.cpp Pulled in a new version of LLVM/Clang to solve a variety 2011-11-15 02:11:17 +00:00
IRDynamicChecks.cpp Brought LLVM/Clang up to top of tree. The only 2012-02-09 03:22:41 +00:00
IRForTarget.cpp Brought LLVM/Clang up to top of tree. The only 2012-02-09 03:22:41 +00:00
IRInterpreter.cpp <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessDataAllocator.cpp While tracking down memory consumption issue a few things were needed: the 2011-08-10 02:10:13 +00:00
RecordingMemoryManager.cpp And remove the control character that somehow found its way into the last checkin... 2012-03-02 21:35:20 +00:00