Skip to content
Snippets Groups Projects
  1. Jan 13, 2016
  2. Dec 22, 2015
  3. Dec 19, 2015
    • Paul Robinson's avatar
      Driver part of debugger tuning. · b41ca344
      Paul Robinson authored
      Adds driver options named -glldb and -gsce to mean -g plus tuning for
      lldb and SCE debuggers respectively; the existing -ggdb option does
      the same for gdb. Existing options -ggdb0, -ggdb1 etc. unpack into
      -ggdb -g<N>.  (There will not be -glldb<N> or -gsce<N> options.) The
      tuning gets a target-specific default in the driver, and is passed
      into cc1 with the new -debugger-tuning option.
      
      As fallout, fixes where '-gsplit-dwarf -g0' would ignore the -g0 part
      on Linux.
      
      Differential Revision: http://reviews.llvm.org/D15651
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256104 91177308-0d34-0410-b5e6-96231b3b80d8
      b41ca344
  4. Dec 18, 2015
  5. Dec 16, 2015
  6. Dec 12, 2015
  7. Dec 11, 2015
  8. Dec 10, 2015
  9. Dec 05, 2015
  10. Dec 04, 2015
  11. Dec 02, 2015
  12. Dec 01, 2015
  13. Nov 30, 2015
  14. Nov 26, 2015
  15. Nov 24, 2015
  16. Nov 23, 2015
  17. Nov 20, 2015
  18. Nov 19, 2015
  19. Nov 18, 2015
  20. Nov 14, 2015
  21. Nov 11, 2015
  22. Nov 04, 2015
  23. Oct 29, 2015
  24. Oct 27, 2015
  25. Oct 19, 2015
Loading