summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/amd64
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.
* Document what the sed trick is for.obrien2008-10-161-3/+3
| | | | Remove an embedded <TAB>, and use same style for both files.
* Fix static/extern mismatch by patching corresponding tdep fileskan2007-05-191-1/+6
| | | | in-place.
* Source changes to allow building a cross-debugger. Move solib.c andmarcel2004-12-053-0/+5
| | | | | | | | solib-svr4.c to the MD makefiles because they are native files for alpha and sparc64, but target files for amd64, i386 and ia64. Note that kgdb(1) does not yet build as a cross-debugger due to libkvm.
* Makefile (only) changes to allow building a cross debugger.marcel2004-11-301-4/+6
|
* Initialize thread_db module.davidxu2004-08-101-0/+2
|
* Update config.h to account for the prgregset_t and psaddr_t typesmarcel2004-07-161-2/+2
| | | | | | that have been added to <sys/procfs.h>. This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only.
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64marcel2004-06-253-0/+797
and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet.
OpenPOWER on IntegriCloud