aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/gdbserver/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-141-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-251-2/+6
| | | | Notes: svn path=/head/; revision=204335
* Initial gdbserver support for PowerPC.Rafal Jaworowski2009-02-231-0/+4
| | | | | | | Obtained from: Juniper Networks, Semihalf Notes: svn path=/head/; revision=188941
* Initial gdbserver support for ARM.Rafal Jaworowski2008-11-171-3/+11
| | | | | | | 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-061-0/+22
| | | | | | | | | | | 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
* Remove old bmake framework for gdb. It has moved to live next to binutils.Doug Rabson1999-05-021-16/+0
| | | | Notes: svn path=/head/; revision=46330
* Inherit BINDIR properly.Bruce Evans1998-05-011-2/+1
| | | | Notes: svn path=/head/; revision=35588
* Activate gdbserver and gdbreplayPaul Traina1997-04-261-2/+2
| | | | Notes: svn path=/head/; revision=25170
* Initial import of gdbserver FreeBSD supportPaul Traina1997-04-251-0/+17
Notes: svn path=/cvs2svn/branches/TRAINA/; revision=25149