Skip to content
  1. Apr 07, 2013
  2. Mar 21, 2013
  3. Mar 20, 2013
  4. Feb 22, 2013
  5. Feb 21, 2013
    • Eli Bendersky's avatar
      Previously, parsing capability of the .debug_frame section was added · 705085da
      Eli Bendersky authored
      to lib/DebugInfo, with dumping in llvm-dwarfdump. This patch adds
      initial ability to parse and dump CFA instructions contained in
      entries.
      
      To keep it manageable, the patch omits some more advanced capabilities
      (accounted in TODOs):
      
      * Parsing of instructions with BLOCK arguments (expression lists)
      * Dumping of actual instruction arguments (currently only names are
      dumped). This is quite tricky since the dumper has to effectively
      "interpret" the instructions.
      
      llvm-svn: 175820
      705085da
  6. Feb 15, 2013
  7. Feb 12, 2013
  8. Feb 08, 2013
  9. Feb 07, 2013
  10. Feb 06, 2013
  11. Jan 26, 2013
  12. Jan 25, 2013
  13. Jan 17, 2013
  14. Jan 16, 2013
    • Eric Christopher's avatar
      Split address information for DWARF5 split dwarf proposal. This involves · 962c9089
      Eric Christopher authored
      using the DW_FORM_GNU_addr_index and a separate .debug_addr section which
      stays in the executable and is fully linked.
      
      Sneak in two other small changes:
      
      a) Print out the debug_str_offsets.dwo section.
      b) Change form we're expecting the entries in the debug_str_offsets.dwo
         section to take from ULEB128 to U32.
      
      Add tests for all of this in the fission-cu.ll test.
      
      llvm-svn: 172578
      962c9089
  15. Jan 09, 2013
  16. Jan 07, 2013
  17. Jan 04, 2013
  18. 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
  19. Dec 27, 2012
  20. Dec 21, 2012
    • Rafael Espindola's avatar
      Don't skip __DWARF, · 73bf9fa7
      Rafael Espindola authored
      Now that we don't merge section and segment names, we don't need to skip the
      segment name to get to the section name.
      
      llvm-svn: 170839
      73bf9fa7
  21. Dec 19, 2012
  22. Dec 04, 2012
  23. Nov 27, 2012
  24. Nov 17, 2012
  25. Nov 16, 2012
  26. Nov 12, 2012
Loading