History log of /freebsd-12.1/gnu/usr.bin/gdb/Makefile (Results 1 – 20 of 20)
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
# a2739731 06-Feb-2018 Baptiste Daroussin <[email protected]>

Remove gdbtui, it was already not installed on every arches
only installed on arm and sparc64.
It is the only bits that keeps us having libreadline in base
The rest of gdb can be switched to libedit

Remove gdbtui, it was already not installed on every arches
only installed on arm and sparc64.
It is the only bits that keeps us having libreadline in base
The rest of gdb can be switched to libedit and will be in another
commit

show more ...


Revision tags: release/10.4.0, release/11.1.0
# 73ad3fb5 25-Apr-2017 John Baldwin <[email protected]>

Add a new GDB_LIBEXEC option to install gdb and kgdb to /usr/libexec.

When this option is enabled, only gdb and kgdb are installed to
/usr/libexec for use by crashinfo(8). Other bits of GDB such as

Add a new GDB_LIBEXEC option to install gdb and kgdb to /usr/libexec.

When this option is enabled, only gdb and kgdb are installed to
/usr/libexec for use by crashinfo(8). Other bits of GDB such as
gdbserver and gdbtui are not installed. For this option to be
effective, GDB must be enabled.

Rework r317094 to re-enable GDB on all platforms but enable
GDB_LIBEXEC on platforms for which the GDB in ports is a superset of
functionality.

Reviewed by: emaste, kib
Suggested by: kib
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D10449

show more ...


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 2d281361 02-Jan-2015 Baptiste Daroussin <[email protected]>

Remove GNU texinfo from base along with all info pages.

To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision: https://

Remove GNU texinfo from base along with all info pages.

To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo

Differential Revision: https://reviews.freebsd.org/D1409
Reviewed by: emaste, imp (previous version)
Relnotes: yes

show more ...


Revision tags: 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
# b29d0c61 12-Apr-2010 Warner Losh <[email protected]>

Simplify how we select which architectures to add gdbserver for. If
the MD files exist, compile it, otherwise omit it.


# 10da4aa6 26-Mar-2010 Marcel Moolenaar <[email protected]>

Handle cross-builds for gdbserver.


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
# 870fe2a2 21-Oct-2006 John-Mark Gurney <[email protected]>

Turn on gdbserver for the arch that supports it..


# 8788b6eb 24-Aug-2006 Marcel Moolenaar <[email protected]>

Add initial support for kgdb(1) on PowerPC.


# d3715149 24-Aug-2006 Marcel Moolenaar <[email protected]>

Add basic support for PowerPC. This excludes kgdb(1).


Revision tags: release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0
# d7d921e3 25-Jul-2004 Marcel Moolenaar <[email protected]>

Hook kgdb into the build.


# a855a971 25-Jun-2004 Marcel Moolenaar <[email protected]>

Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64
and sparc64.

Note that the debugger doesn't support threading, nor kernel
debugging yet.


Revision tags: 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
# e620a3be 26-Apr-1997 Paul Traina <[email protected]>

Activate gdbserver and gdbreplay


# 2ead490e 15-Jan-1997 Gary Jennejohn <[email protected]>

changes required in the top-level directory for making gdb
using the sources in /usr/src/contrib/gdb.

This is based on /usr/ports/devel/gdb.

2.2 candidate ?


# fe80b9dc 11-Jan-1995 Andrey A. Chernov <[email protected]>

doc added


Revision tags: release/1.1.5.1_cvs
# 013d3896 10-Jun-1994 Paul Richards <[email protected]>

Two files I "lost" the first time.
GDB4:


# 13adc6f9 09-May-1994 Andrey A. Chernov <[email protected]>

Remove readline copy, now gdb use gnu lib tree libreadline


Revision tags: release/1.1.0_cvs, release/1.0.0_cvs
# 3edf564a 29-Jun-1993 Nate Williams <[email protected]>

Added GNU gdb to src/gnu