opnsense-src/gnu/usr.bin/gdb/kgdb
John Baldwin 201f2fe573 Add deprecation notices for gdb and kgdb.
Even though gdb and kgdb may not be removed for 12.0 on some architectures,
the notice is unconditional as these tools will likely be removed at some
point in the future when adequate replacements are available (gdb in ports
or lldb in base).

Reviewed by:	emaste
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D11477
2017-07-05 15:23:30 +00:00
..
kgdb.1 Add deprecation notices for gdb and kgdb. 2017-07-05 15:23:30 +00:00
kgdb.h Fix KGDB backtrace on ARM 2016-04-20 17:58:13 +00:00
kld.c KGDB: Accept KLD symbol files with the ".symbols" extension. 2013-03-28 17:07:02 +00:00
kthr.c Skip calling CPU_ISSET for NOCPU as a short period of time we can have 2014-12-09 14:21:43 +00:00
main.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
Makefile Fix LDADD/DPADD that should be LIBADD. 2015-12-04 03:17:47 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
trgt.c Fix a double-semicolon typo in my libkvm changes. 2015-11-30 21:53:24 +00:00
trgt_amd64.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
trgt_arm.c Fix KGDB backtrace on ARM 2016-04-20 17:58:13 +00:00
trgt_i386.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
trgt_mips.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
trgt_powerpc.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
trgt_powerpc64.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00
trgt_sparc64.c Add missing function prototypes in KGDB 2016-04-20 20:22:48 +00:00