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