opnsense-src/gnu/usr.bin/gdb/kgdb
Baptiste Daroussin d029c3aa25 Rework privatelib/internallib
Make sure everything linking to a privatelib and/or an internallib does it directly
from the OBJDIR rather than DESTDIR.
Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing
in final installation
Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to
internal/privatelib
Directly link to the .so in case of private library to avoid having to complexify
LDFLAGS.

Phabric:	https://phabric.freebsd.org/D553
Reviewed by:	imp, emaste
2014-08-06 22:17:26 +00:00
..
kgdb.1 kgdb enhancements! 2013-02-19 02:09:18 +00:00
kgdb.h In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
kld.c KGDB: Accept KLD symbol files with the ".symbols" extension. 2013-03-28 17:07:02 +00:00
kthr.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
main.c When building a cross kgdb, link against the appropriate cross libkvm. 2013-12-28 23:31:22 +00:00
Makefile Rework privatelib/internallib 2014-08-06 22:17:26 +00:00
trgt.c When building a cross-kgdb, suppress the registration of the 2014-01-13 19:08:25 +00:00
trgt_amd64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_arm.c add support for building a cross-gdb for ARM... This isn't hooked up 2014-02-12 02:08:42 +00:00
trgt_i386.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_mips.c Fix mips64 and mipsn32 bilds by using proper register names. 2013-04-25 04:53:01 +00:00
trgt_powerpc.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_powerpc64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_sparc64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00