Skip to content
  1. Sep 25, 2009
  2. Sep 19, 2009
  3. Sep 09, 2009
  4. Jul 14, 2009
  5. Jun 26, 2009
  6. Jun 16, 2009
  7. May 14, 2009
  8. Apr 23, 2009
  9. Apr 17, 2009
  10. Feb 26, 2009
  11. Nov 10, 2008
  12. Nov 08, 2008
  13. Nov 03, 2008
  14. Nov 01, 2008
  15. Oct 31, 2008
  16. Oct 24, 2008
  17. Oct 18, 2008
  18. Oct 17, 2008
  19. Aug 11, 2008
  20. Aug 08, 2008
  21. Jun 09, 2008
  22. Jun 07, 2008
  23. Jun 05, 2008
  24. May 30, 2008
  25. May 29, 2008
  26. May 25, 2008
  27. 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
  28. 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