Skip to content
  1. Aug 06, 2010
  2. Aug 05, 2010
  3. Aug 04, 2010
  4. Aug 03, 2010
    • Greg Clayton's avatar
      Added support for objective C built-in types: id, Class, and SEL. This · b0b9fe61
      Greg Clayton authored
      involved watching for the objective C built-in types in DWARF and making sure
      when we convert the DWARF types into clang types that we use the appropriate
      ASTContext types.
      
      Added a way to find and dump types in lldb (something equivalent to gdb's 
      "ptype" command):
      
          image lookup --type <TYPENAME>
      
      This only works for looking up types by name and won't work with variables.
      It also currently dumps out verbose internal information. I will modify it
      to dump more appropriate user level info in my next submission.
      
      Hookup up the "FindTypes()" functions in the SymbolFile and SymbolVendor so
      we can lookup types by name in one or more images.
      
      Fixed "image lookup --address <ADDRESS>" to be able to correctly show all
      symbol context information, but it will only show this extra information when
      the new "--verbose" flag is used.
      
      Updated to latest LLVM to get a few needed fixes.
      
      llvm-svn: 110089
      b0b9fe61
  5. Aug 02, 2010
  6. Jul 31, 2010
  7. Jul 29, 2010
  8. Jul 28, 2010
  9. Jul 27, 2010
  10. Jul 08, 2010
  11. Jul 07, 2010
  12. Jul 03, 2010
  13. Jul 02, 2010
  14. Jul 01, 2010
  15. Jun 30, 2010
Loading