mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
A kgdb script allows us to be relatively resilient to kernel structure changes, with a lower burden for updates when they happen than a C tool. tuexen@ requested we ship this script in a source distribution. Making it easier for users to extract useful debugging information from a core. It requires kgdb and python3 and would ideally be a lldb lua script, but there is more work needed on lldb lua before we can do that. Add the script as is. A single script we could run against a core would be nice, but I don't want to let that block making this tool more available. Reviewed by: teuxen, rrs Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48705 |
||
|---|---|---|
| .. | ||
| boot | ||
| bsdbox | ||
| build | ||
| bus_space | ||
| coccinelle | ||
| debugscripts | ||
| diag | ||
| ifnet | ||
| kerneldoc | ||
| LibraryReport | ||
| lua | ||
| pkgbase | ||
| regression | ||
| sched | ||
| test | ||
| tools | ||
| uma/smrstress | ||
| install.sh | ||
| make_libdeps.sh | ||
| README | ||
| tinder.sh | ||
This directory tree contains tools used for the maintenance and testing of FreeBSD. There is no toplevel Makefile structure since these tools are not meant to be built as part of the standard system, though there may be individual Makefiles in some of the subdirs. Please read the README files in the subdirs for further information.