freebsd-dev/gnu/usr.bin/gdb/arch/arm
Ed Maste 42f8c5b580 Add a new knob WITH_DEBUG_FILES to control the building of standalone
debug files for userland programs and libraries.  The "-g" debug flag
is automatically applied when WITH_DEBUG_FILES is set.

The debug files are now named ${prog}.debug and ${shlib}.debug for
consistency with other systems and documentation.  In addition they are
installed under /usr/lib/debug, to simplify the process of installing
them if needed after a crash.  Users of bsd.{prog,lib}.mk outside of the
base system place the standalone debug files in a .debug subdirectory.
GDB automatically searches both of these directories for standalone
debug files.

Thanks to everyone who contributed changes, review, and testing during
development.
2013-06-07 21:40:02 +00:00
..
armfbsd-nat.c Do not include <sys/ptrace.h> if we're building a cross-debugger, ptrace isn't 2011-08-26 15:24:54 +00:00
armfbsd-tdep.c Add thread support for arm. 2007-11-17 21:30:03 +00:00
config.h Add a new knob WITH_DEBUG_FILES to control the building of standalone 2013-06-07 21:40:02 +00:00
init.c Add thread support for arm. 2007-11-17 21:30:03 +00:00
Makefile Unbreak the arm build, by spelling LIBSRCS correctly. 2008-08-02 12:33:39 +00:00
nm-fbsd.h Fix typo in comment 2010-03-19 05:40:47 +00:00
tm-fbsd.h
xm-fbsd.h