| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
For quite some time kgdb has been internally handling FreeBSD kernel
module state; add-on scripts and tools are not needed. asf(8) served
a similar purpose to this script and was removed in r335222.
PR: 229046
Reported by: jhb
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=350506
|
|
|
|
|
|
|
|
|
|
|
| |
Import print_function from the __future__ module
to activate this for Python 2. This works as far back as Python 2.6.0a2:
https://docs.python.org/2/library/__future__.html
[PEP 3105] https://www.python.org/dev/peps/pep-3105/
Notes:
svn path=/head/; revision=291041
|
|
|
|
|
|
|
| |
Add some $FreeBSD$ tags so svn will allow the commit.
Notes:
svn path=/head/; revision=228975
|
|
|
|
| |
Notes:
svn path=/head/; revision=143864
|
|
debugging kernels and kernel modules much easier. It will automaticly
locate kernel source, extract kernel module information, and rerun gdb
to load kernel module symbol information (if available by compiling module
w/ debuging symbols).
I have not run these recently, so may need to be updated to work with
gdb6. Feel free to fix as appropriate for -current.
Notes:
svn path=/head/; revision=133123
|