Skip to content
Snippets Groups Projects
  1. Aug 13, 2019
  2. Aug 08, 2019
  3. Jul 16, 2019
    • Simon McVittie's avatar
      Sdk: Create build-ID-based hard links to detached debug symbols · 5064f977
      Simon McVittie authored
      
      Legacy path-based names are more difficult to use against a sysroot:
      if your sysroot is in ~/sysroot and your detached debug symbols are
      in ~/symbols, and you want to find detached debug symbols for
      ~/sysroot/usr/lib/x86_64-linux-gnu/libfoo.so.0 by using
      "gdb -iex set-debug-file-directory /home/me/symbols:/usr/lib/debug",
      then you would have to create a symlink
      ~/symbols/home/me/sysroot/usr pointing to ~/symbols/usr. Build-ID-based
      names do not have this issue.
      
      This change is based on code in steam-runtime, which uses symbolic
      links. Hard links are a somewhat better fit for OSTree, since they
      are automatically deduplicated, and also have the advantage that
      multiple .build-id directories can easily be combined with rsync.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      5064f977
  4. Jun 03, 2019
  5. May 16, 2019
  6. May 08, 2019
  7. Apr 11, 2019
  8. Mar 13, 2019
  9. Mar 12, 2019
  10. Mar 07, 2019
  11. Mar 04, 2019
  12. Feb 28, 2019
  13. Feb 27, 2019
  14. Feb 26, 2019
  15. Feb 15, 2019
  16. Feb 14, 2019
  17. Feb 12, 2019
  18. Jan 10, 2019
  19. Jan 09, 2019
  20. Nov 27, 2018
  21. Jun 12, 2018
Loading