freebsd-dev/gnu/usr.bin/gdb/mmalloc
Paul Richards ea8c7ac7d0 GDB-4.12 from ports with support for shlibs but not the kernel.
This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.

There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.
1994-06-10 13:42:18 +00:00
..
attach.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
detach.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
keys.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
Makefile GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mcalloc.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mfree.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmalloc.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmalloc.h GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmalloc.texi GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmap-sup.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmcheck.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmemalign.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmstats.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mmtrace.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mrealloc.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
mvalloc.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
README.FreeBSD GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00
sbrk-sup.c GDB-4.12 from ports with support for shlibs but not the kernel. 1994-06-10 13:42:18 +00:00

This is a greatly pared down libmmalloc directory. Only what's required to build
gdb-4.12 on FreeBSD was kept.

This is temporary. In FreeBSD 2.0 a fully ported libmmalloc will likely appear
as a system library for use by all the build tools.

paul@freefall.cdrom.com