llvm-project/lldb/source
Sean Callanan 09ab4b777c Added support to the Objective-C language runtime
to find Objective-C class types by looking in the
symbol tables for the individual object files.

I did this as follows:

- I added code to SymbolFileSymtab that vends
  Clang types for symbols matching the pattern
  "_OBJC_CLASS_$_NSMyClassName," making them
  appear as Objective-C classes.  This only occurs
  in modules that do not have debug information,
  since otherwise SymbolFileDWARF would be in
  charge of looking up types.

- I made a new SymbolVendor subclass for the
  Apple Objective-C runtime that is in charge of
  making global lookups of Objective-C types.  It
  currently just sends out type lookup requests to
  the appropriate SymbolFiles, but in the future we
  will probably extend it to query the runtime more
  completely.

I also modified a testcase whose behavior is changed
by the fact that we now actually return an Objective-C
type for __NSCFString.

llvm-svn: 145526
2011-11-30 22:11:59 +00:00
..
API <rdar://problem/10429064> 2011-11-29 04:03:30 +00:00
Breakpoint Added a language parameter to the expression parser, 2011-11-07 23:35:40 +00:00
Commands I broke the test suite (4 failures) with r145459 check-in. 2011-11-30 19:09:20 +00:00
Core Make sure that we print out function or symbol information. If we disassembled 2011-11-30 19:36:42 +00:00
Expression Added support to the Objective-C language runtime 2011-11-30 22:11:59 +00:00
Host Now that I fixed the uninitialized callback problem, I can enable GCD pid 2011-11-17 19:41:57 +00:00
Interpreter (no commit message) 2011-11-17 01:22:00 +00:00
Plugins Added support to the Objective-C language runtime 2011-11-30 22:11:59 +00:00
Symbol Added support to the Objective-C language runtime 2011-11-30 22:11:59 +00:00
Target Many GDB users always want to display disassembly when they stop by using 2011-11-21 21:44:34 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00