Skip to content
  1. Jan 07, 2013
    • Eric Christopher's avatar
      Add support for separating strings for the split debug info DWARF5 · 2cbd5767
      Eric Christopher authored
      proposal. This leaves the strings in the skeleton die as strp,
      but in all dwo files they're accessed now via DW_FORM_GNU_str_index.
      
      Add support for dumping these sections and modify the fission-cu.ll
      testcase to have the correct strings and form. Fix a small bug
      in the fixed form sizes routine that involved out of array accesses
      for the table and add a FIXME in the extractFast routine to fix
      this up.
      
      llvm-svn: 171779
      2cbd5767
    • Eric Christopher's avatar
      Update comment. · 7f5870c9
      Eric Christopher authored
      llvm-svn: 171689
      7f5870c9
  2. Jan 03, 2013
    • Eric Christopher's avatar
      Extend the dumping infrastructure to deal with additional · da4b2195
      Eric Christopher authored
      sections for debug info. These are some of the dwo sections from the
      DWARF5 split debug info proposal. Update the fission-cu.ll testcase
      to show what we should be able to dump more of now.
      
      Work in progress: Ultimately the relocations will be gone for the
      dwo section and the strings will be a different form (as well as
      the rest of the sections will be included).
      
      llvm-svn: 171428
      da4b2195
  3. Oct 30, 2012
  4. Sep 04, 2012
  5. Aug 24, 2012
  6. Aug 23, 2012
  7. Jul 17, 2012
  8. Jul 02, 2012
  9. Jan 20, 2012
  10. Nov 05, 2011
  11. Sep 15, 2011
  12. Sep 14, 2011
  13. Sep 13, 2011
    • Benjamin Kramer's avatar
      Style & indentation tweaks. · eaa7433c
      Benjamin Kramer authored
      llvm-svn: 139646
      eaa7433c
    • Benjamin Kramer's avatar
      Sketch out a DWARF parser. · aa2f78f5
      Benjamin Kramer authored
      This introduces a new library to LLVM: libDebugInfo. It will provide debug information
      parsing to LLVM. Much of the design and some of the code is taken from the LLDB project.
      
      It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an
      object file. It can be used to write tests for DWARF input and output easily.
      
      llvm-svn: 139627
      aa2f78f5
Loading