Skip to content
  1. Aug 20, 2010
  2. Aug 19, 2010
  3. Aug 18, 2010
  4. Aug 17, 2010
  5. Aug 16, 2010
  6. Aug 14, 2010
  7. Aug 13, 2010
  8. Aug 12, 2010
  9. Aug 10, 2010
  10. Aug 09, 2010
  11. Aug 07, 2010
  12. Aug 06, 2010
  13. Aug 05, 2010
  14. Aug 04, 2010
  15. 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
  16. Aug 02, 2010
  17. Jul 31, 2010
  18. Jul 29, 2010
Loading