mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-15 01:11:45 +02:00
gdb only looks in /usr/lib/debug, not anywhere in /usr/local. So unpack the C library stuff into the common /usr/local/usr/lib/debug and symlink /usr/lib/debug to the /usr/local tree. This way gdb can find all these things automatically. BUG=None TEST=run gdb on board and see it find .debug files automatically Change-Id: I93bd352ccac52d9d0179537d2eb520da6f684697 Reviewed-on: https://gerrit.chromium.org/gerrit/25270 Reviewed-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Brian Harring <ferringb@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>