aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/gdbserver
Commit message (Collapse)AuthorAgeFilesLines
* Retire obsolete GDB 6.1.1Ed Maste2020-12-1512-2465/+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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
| | | | | | | | | | This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312514
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* MFtbemd:Warner Losh2010-08-231-3/+2
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* Make this directory more regular. Since it is one we control, use theWarner Losh2010-04-144-14/+3
| | | | | | | | | | freebsd-based names for filenames. This allows us to eliminate almost all of the uses of ${MACHINE_ARCH} here to do special things, and instead we use it to include filenames. This makes new architectures easier to support. Notes: svn path=/head/; revision=206624
* Initial gdbserver support for amd64.Jung-uk Kim2010-02-253-2/+318
| | | | Notes: svn path=/head/; revision=204335
* Initial gdbserver support for PowerPC.Rafal Jaworowski2009-02-233-0/+273
| | | | | | | Obtained from: Juniper Networks, Semihalf Notes: svn path=/head/; revision=188941
* Initial gdbserver support for ARM.Rafal Jaworowski2008-11-173-3/+225
| | | | | | | Obtained from: Juniper Networks, Semihalf Notes: svn path=/head/; revision=185023
* bring in the necessary changes to make gdbserver compile and work (atJohn-Mark Gurney2006-04-065-316/+210
| | | | | | | | | | | least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then additional changes to handle different ptrace defines among other things.. (use vfork to eliminate a race for progress group creation) reg-i386.c is generated by regdat.sh.. Notes: svn path=/head/; revision=157574
* import gdbserver Linux files renamed to fbsd... I have made gdbserverJohn-Mark Gurney2006-04-063-0/+1754
| | | | | | | | | work w/ minor modifications to these files, so keep the history... These are stock files from GDB 6.1.1 w/ only the filename s/linux/fbsd/g Notes: svn path=/vendor/misc-GNU/dist1/; revision=157571
* Remove old bmake framework for gdb. It has moved to live next to binutils.Doug Rabson1999-05-022-449/+0
| | | | Notes: svn path=/head/; revision=46330
* Inherit BINDIR properly.Bruce Evans1998-05-011-2/+1
| | | | Notes: svn path=/head/; revision=35588
* Fix include of <sys/dir.h> to <dirent.h> - it hits a #warningPeter Wemm1997-05-011-1/+1
| | | | Notes: svn path=/head/; revision=25349
* Activate gdbserver and gdbreplayPaul Traina1997-04-261-2/+2
| | | | Notes: svn path=/head/; revision=25170
* Initial import of gdbserver FreeBSD supportPaul Traina1997-04-252-0/+450
Notes: svn path=/cvs2svn/branches/TRAINA/; revision=25149