Skip to content
  1. Nov 10, 2008
  2. Nov 08, 2008
  3. Nov 03, 2008
  4. Nov 01, 2008
  5. Oct 31, 2008
  6. Oct 24, 2008
  7. Oct 18, 2008
  8. Oct 17, 2008
  9. Aug 11, 2008
  10. Aug 08, 2008
  11. Jun 09, 2008
  12. Jun 07, 2008
  13. Jun 05, 2008
  14. May 30, 2008
  15. May 29, 2008
  16. May 25, 2008
  17. 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
  18. 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