History log of /freebsd-12.1/gnu/usr.bin/gdb/gdbserver/Makefile (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 87e9d112 20-Jan-2017 Enji Cooper <[email protected]>

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This simplifies pathing in make/displayed output

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0
# 25faff34 23-Aug-2010 Warner Losh <[email protected]>

MFtbemd:

Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.


Revision tags: release/8.1.0
# d578fbb6 14-Apr-2010 Warner Losh <[email protected]>

Make this directory more regular. Since it is one we control, use the
freebsd-based names for filenames. This allows us to eliminate
almost all of the uses of ${MACHINE_ARCH} here to do special thi

Make this directory more regular. Since it is one we control, use the
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.

show more ...


Revision tags: release/7.3.0
# bdcf2df5 25-Feb-2010 Jung-uk Kim <[email protected]>

Initial gdbserver support for amd64.


Revision tags: release/8.0.0, release/7.2.0
# ab8b490a 23-Feb-2009 Rafal Jaworowski <[email protected]>

Initial gdbserver support for PowerPC.

Obtained from: Juniper Networks, Semihalf


Revision tags: release/7.1.0, release/6.4.0
# c7b44332 17-Nov-2008 Rafal Jaworowski <[email protected]>

Initial gdbserver support for ARM.

Obtained from: Juniper Networks, Semihalf


Revision tags: release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0
# c7f87cc7 06-Apr-2006 John-Mark Gurney <[email protected]>

bring in the necessary changes to make gdbserver compile and work (at
least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then
additional changes to handle different ptrace defines am

bring in the necessary changes to make gdbserver compile and work (at
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..

show more ...


Revision tags: release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2, release/4.3.0
# cca078f5 01-May-1998 Bruce Evans <[email protected]>

Inherit BINDIR properly.


# e620a3be 26-Apr-1997 Paul Traina <[email protected]>

Activate gdbserver and gdbreplay


# f3764e79 25-Apr-1997 Paul Traina <[email protected]>

Initial import of gdbserver FreeBSD support