llvm-project/lldb/source/Expression
Sean Callanan 7be70e8528 This patch removes the SymbolFileSymtab support
for reporting class types from Objective-C runtime
class symbols.  Instead, LLDB now queries the 
Objective-C runtime for class types.

We have also added a (minimal) Objective-C runtime
type vendor for Objective-C runtime version 1, to 
prevent regressions when calling class methods in
the V1 runtime.

Other components of this fix include:

- We search the Objective-C runtime in a few more
  places.

- We enable enumeration of all members of
  Objective-C classes, which Clang does in certain
  circumstances.

- SBTarget::FindFirstType and SBTarget::FindTypes
  now query the Objective-C runtime as needed.

- I fixed several test cases.

<rdar://problem/12885034>

llvm-svn: 170601
2012-12-19 23:05:01 +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 Removed a possible use of unchecked NULL from 2012-12-18 00:50:17 +00:00
ASTStructExtractor.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
ClangASTSource.cpp This patch removes the SymbolFileSymtab support 2012-12-19 23:05:01 +00:00
ClangExpressionDeclMap.cpp Fix a parser_type to get created with the right AST, and also make variables made from symbols to not be "void * const", but just "void *". 2012-12-14 00:26:21 +00:00
ClangExpressionParser.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
ClangExpressionVariable.cpp http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
ClangFunction.cpp Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing that we set it 2012-12-07 19:04:31 +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 Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing that we set it 2012-12-07 19:04:31 +00:00
ClangUtilityFunction.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
DWARFExpression.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
ExpressionSourceCode.cpp Fixed the #defines for YES and NO, and centralized 2012-09-13 23:35:30 +00:00
IRDynamicChecks.cpp Fixed the IR interaction layer to deal with a 2012-10-11 22:00:52 +00:00
IRForTarget.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
IRInterpreter.cpp Fixed the IRInterpreter's handling of "this" and 2012-12-11 22:39:36 +00:00
Makefile
ProcessDataAllocator.cpp While tracking down memory consumption issue a few things were needed: the 2011-08-10 02:10:13 +00:00
RecordingMemoryManager.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00