1. 01 May, 2017 2 commits
  2. 30 Apr, 2017 1 commit
  3. 28 Apr, 2017 1 commit
  4. 27 Apr, 2017 5 commits
  5. 26 Apr, 2017 2 commits
  6. 21 Apr, 2017 3 commits
  7. 20 Apr, 2017 6 commits
  8. 19 Apr, 2017 4 commits
  9. 18 Apr, 2017 1 commit
  10. 17 Apr, 2017 1 commit
  11. 16 Apr, 2017 1 commit
  12. 15 Apr, 2017 1 commit
  13. 14 Apr, 2017 2 commits
  14. 13 Apr, 2017 1 commit
    • Sasha Goldshtein's avatar
      cc: Prefer external debuginfo files to the binary itself (#1111) · a359a900
      Sasha Goldshtein authored
      On some distributions, the debuglink section in the binary will
      not have a .debug file extension. As a result, we will try to look
      for the debuginfo file in the binary itself, immediately find it,
      and abort looking for any other alternatives. This is not good,
      because the binary might contain stripped or partial symbols,
      which precludes certain tools from realizing their full potential.
      
      Fix by checking that the debuginfo file we're trying to use is
      not the same as the binary file. In any case, if external debuginfo
      can't be found, we will fall back to the symbols in the original
      binary file, if present, so this should not regress any existing
      scenario.
      a359a900
  15. 12 Apr, 2017 3 commits
  16. 11 Apr, 2017 1 commit
  17. 08 Apr, 2017 4 commits
  18. 06 Apr, 2017 1 commit