opnsense-src/gnu/usr.bin/gdb/kgdb
Peter Wemm 8015e78d5d kvm_openfiles() uses the supplied buffer for storing error messages
in future calls, so we can't free it here.  The right place to free the
buffer would be to be after kvm_close(), but we don't do that yet.  A
static buffer would work too.

Reviewed by:  marcel (who has other plans for this anyway)
Approved by:  re
2005-06-24 00:50:12 +00:00
..
kgdb.1 Implement and document the -q and -f options with their corresponding 2005-03-02 18:40:04 +00:00
kgdb.h Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
kthr.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
main.c kvm_openfiles() uses the supplied buffer for storing error messages 2005-06-24 00:50:12 +00:00
Makefile Restore r1.2 change to use TARGET_ARCH. 2005-02-20 23:06:03 +00:00
trgt.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
trgt_alpha.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
trgt_amd64.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
trgt_i386.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
trgt_ia64.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00
trgt_sparc64.c Attempt to make kgdb little more useful and easy to use. Properly initialize 2005-02-20 22:55:07 +00:00