summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-071-3/+0
| | | | | | | | | | | | | | | | 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.
* Do not include <sys/ptrace.h> if we're building a cross-debugger, ptrace isn'tcognet2011-08-261-1/+1
| | | | | | | used anyway, and it breaks the build, since sys/ptrace.h now includes <machine/reg.h> Approved by: re
* Fix typo in commentimp2010-03-191-1/+1
|
* Unbreak the arm build, by spelling LIBSRCS correctly.cognet2008-08-021-1/+1
|
* Do not build fbsd-threads.c if we're building a cross-debugger.cognet2008-08-021-1/+4
| | | | MFC after: 3 days
* Add thread support for arm.cognet2007-11-174-5/+40
| | | | MFC After: 1 week
* There's no reason why we couldn't attach to a live process on arm.cognet2007-11-171-0/+3
| | | | MFC After: 1 week
* Architecture specific portions of gdb for arm.imp2006-09-148-0/+1477
Submitted by: cognet@
OpenPOWER on IntegriCloud