Skip to content
  1. Sep 18, 2012
  2. Sep 17, 2012
  3. Sep 15, 2012
  4. Sep 14, 2012
  5. Sep 13, 2012
  6. Sep 12, 2012
  7. Sep 11, 2012
    • Sean Callanan's avatar
      Updated the project file to reflect the added · 2aaba00a
      Sean Callanan authored
      and deleted classes.
      
      llvm-svn: 163652
      2aaba00a
    • Sean Callanan's avatar
      This patch is part of ongoing work to extract type · bc47dfcb
      Sean Callanan authored
      information from the Objective-C runtime.
      
      This patch takes the old AppleObjCSymbolVendor and
      replaces it with an AppleObjCTypeVendor, which is
      much more lightweight.  Specifically, the SymbolVendor
      needs to pretend that there is a backing symbol file
      for the Types it vends, whereas a TypeVendor only
      vends bare ClangASTTypes.  These ClangASTTypes only
      need to exist in an ASTContext.
      
      The ClangASTSource now falls back to the runtime's
      TypeVendor (if one exists) if the debug information
      doesn't find a complete type for a particular
      Objective-C interface.  The runtime's TypeVendor
      maintains an ASTContext full of types it knows about,
      and re-uses the ISA-based type query information used
      by the ValueObjects.
      
      Currently, the runtime's TypeVendor doesn't provide
      useful answers because we haven't yet implemented a
      way to iterate across all ISAs contained in the target
      process's runtime.  That's the next step.
      
      llvm-svn: 163651
      bc47dfcb
    • Filipe Cabecinhas's avatar
      Some more typing-related fixes. · d0b87d81
      Filipe Cabecinhas authored
      llvm-svn: 163641
      d0b87d81
    • Filipe Cabecinhas's avatar
      Make size_t known before including cxxabi.h (FreeBSD fix) · dd39395f
      Filipe Cabecinhas authored
      llvm-svn: 163640
      dd39395f
    • Filipe Cabecinhas's avatar
      Use c++11 and libc++ and it's headers, instead of gnu's libstdcpp · ae78ce43
      Filipe Cabecinhas authored
      Unbreaks the build on FreeBSD
      
      People that are using Linux: if you have any problems with this patch
      please let me know, and tell us how you are compiling lldb with the
      makefiles.
      
      llvm-svn: 163639
      ae78ce43
Loading