mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
libc debug symbols (libpthread in particular) are needed to debug threaded software with gdb. This CL copies debug symbols for glibc when building a dev image. This CL also removes an old hack related to selecting the correct path to the glibc tarball. BUG=chromium-os:16847 TEST=Build dev image (--withdev is the default). Checked that debug info is copied. Booted image and checked the debugging threaded programs works with gdb. Build non-dev image (--nowithdev) checked that debug info is not copied. Change-Id: Id908e8260b1431ed1256a13dfb86b05ac242f263 Reviewed-on: http://gerrit.chromium.org/gerrit/3091 Reviewed-by: Chris Sosa <sosa@chromium.org> Tested-by: Raymes Khoury <raymes@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%