aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/arch/sparc64/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire obsolete GDB 6.1.1Ed Maste2020-12-151-14/+0
| | | | | | | | | | | | | | | | | | | | | GDB 6.1.1 was released in June 2004 and is long obsolete. It does not support all of the architectures that FreeBSD does, and imposes limitations on the FreeBSD kernel build, such as the continued use of DWARF2 debugging information. It was kept (in /usr/libexec/) only for use by crashinfo(8), which extracts some basic information from a kernel core dump after a crash. Crashinfo already prefers gdb from port/package if installed. Future work may add kernel debug support to LLDB or find another path for crashinfo's needs, but in any case we do not want to ship the excessively outdated GDB in FreeBSD 13. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27610 Notes: svn path=/head/; revision=368667
* Compile fbsd-threads.c. Amongst others this is necessary for a workingMarius Strobl2011-08-061-0/+1
| | | | | | | | | | | kgdb(1). Reviewed by: marcel Approved by: re (kib) MFC after: 1 week Notes: svn path=/head/; revision=224687
* Source changes to allow building a cross-debugger. Move solib.c andMarcel Moolenaar2004-12-051-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=138383
* Makefile (only) changes to allow building a cross debugger.Marcel Moolenaar2004-11-301-2/+4
| | | | Notes: svn path=/head/; revision=138215
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64Marcel Moolenaar2004-06-251-0/+11
and sparc64. Note that the debugger doesn't support threading, nor kernel debugging yet. Notes: svn path=/head/; revision=131087