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