source: npl/system/glibc/slack-desc.glibc-debug @ 1a19ecd

perl-5.22
Last change on this file since 1a19ecd was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.1 KB
Line 
1# HOW TO EDIT THIS FILE:
2# The "handy ruler" below makes it easier to edit a package description.  Line
3# up the first '|' above the ':' following the base package name, and the '|' on
4# the right side marks the last column you can put a character in.  You must make
5# exactly 11 lines for the formatting to be correct.  It's also customary to
6# leave one space after the ':'.
7
8           |-----handy-ruler------------------------------------------------------|
9glibc-debug: glibc-debug (GNU C libraries with debugging symbols)
10glibc-debug:
11glibc-debug: This package contains versions of the GNU C libraries with debugging
12glibc-debug: information.  These are needed only if you wish to be able to step
13glibc-debug: through C library routines while debugging programs.  Most debugging
14glibc-debug: efforts will not require these.
15glibc-debug: To use these libraries, set LD_LIBRARY_PATH when calling the debugger:
16glibc-debug:   LD_LIBRARY_PATH=/usr/lib/debug gdb <executable>
17glibc-debug:
18glibc-debug: Or, use this approach if you need to debug a setuid binary:
19glibc-debug:   su user -c "LD_LIBRARY_PATH=/usr/lib/debug gdb <executable>"
Note: See TracBrowser for help on using the repository browser.