Skip to content
  1. Jun 26, 2009
  2. Jun 16, 2009
  3. May 14, 2009
  4. Apr 23, 2009
  5. Apr 17, 2009
  6. Feb 26, 2009
  7. Nov 10, 2008
  8. Nov 08, 2008
  9. Nov 03, 2008
  10. Nov 01, 2008
  11. Oct 31, 2008
  12. Oct 24, 2008
  13. Oct 18, 2008
  14. Oct 17, 2008
  15. Aug 11, 2008
  16. Aug 08, 2008
  17. Jun 09, 2008
  18. Jun 07, 2008
  19. Jun 05, 2008
  20. May 30, 2008
  21. May 29, 2008
  22. May 25, 2008
  23. May 22, 2008
    • Eli Friedman's avatar
      Make debugging information usable. This is barebones, but it makes -g · 1763075b
      Eli Friedman authored
      actually work (instead of crashing llc), and there's enough info emitted 
      to get line number information in gdb. This should hopefully be helpful 
      for debugging non-working programs.
      
      I got rid of the begin/endregion calls because the implementation wasn't 
      working; someone who knows the debugging info a bit better might try to 
      add it. I really have no clue how a compiler is supposed to emit them.
      
      This commit shouldn't have any effect without -g.
      
      llvm-svn: 51404
      1763075b
  24. May 08, 2008
    • Sanjiv Gupta's avatar
      Added -g command line options to clang for generating source level debug... · 15cb6690
      Sanjiv Gupta authored
      Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo.
      
      llvm-svn: 50848
      15cb6690
Loading