Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new knob WITH_DEBUG_FILES to control the building of standalone | emaste | 2013-06-07 | 1 | -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't | cognet | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | used anyway, and it breaks the build, since sys/ptrace.h now includes <machine/reg.h> Approved by: re | ||||
* | Fix typo in comment | imp | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Unbreak the arm build, by spelling LIBSRCS correctly. | cognet | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | Do not build fbsd-threads.c if we're building a cross-debugger. | cognet | 2008-08-02 | 1 | -1/+4 |
| | | | | MFC after: 3 days | ||||
* | Add thread support for arm. | cognet | 2007-11-17 | 4 | -5/+40 |
| | | | | MFC After: 1 week | ||||
* | There's no reason why we couldn't attach to a live process on arm. | cognet | 2007-11-17 | 1 | -0/+3 |
| | | | | MFC After: 1 week | ||||
* | Architecture specific portions of gdb for arm. | imp | 2006-09-14 | 8 | -0/+1477 |
Submitted by: cognet@ |