PACKAGE NAME:  glibc-debug-2.15-x86_64-2vl70.txz
PACKAGE LOCATION:  ./l
PACKAGE SIZE (compressed):  5092 K
PACKAGE SIZE (uncompressed):  39370 K
PACKAGE MD5: e949f89ac64f7c044e4fad3ca22e03d6  ./l/glibc-debug-2.15-x86_64-2vl70.txz
PACKAGE REQUIRED:  
PACKAGE CONFLICTS:  
PACKAGE SUGGESTS:  
PACKAGE DESCRIPTION:
glibc-debug: glibc-debug (GNU C libraries with debugging symbols)
glibc-debug:
glibc-debug: This package contains versions of the GNU C libraries with debugging
glibc-debug: information.  These are needed only if you wish to be able to step
glibc-debug: through C library routines while debugging programs.  Most debugging
glibc-debug: efforts will not require these.
glibc-debug: To use these libraries, set LD_LIBRARY_PATH when calling the debugger:
glibc-debug:   LD_LIBRARY_PATH=/usr/lib/debug gdb <executable>
glibc-debug:
glibc-debug: Or, use this approach if you need to debug a setuid binary:
glibc-debug:   su user -c "LD_LIBRARY_PATH=/usr/lib/debug gdb <executable>"