DragonFly commits List (threaded) for 2005-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/ktrdump ktrdump.8 ktrdump.c
dillon 2005/06/20 23:50:28 PDT
DragonFly src repository
Modified files:
usr.bin/ktrdump ktrdump.8 ktrdump.c
Log:
Have ktrdump run 'nm' on the kernel execfile and translate the caller1,2
pointers into symbols, unless the -n (numeric only) option is specified.
If no display options are specified, enable a few of them by default.
Reverse the printing order from caller1, caller2 to caller2, caller1,
so the procedural display order matches the procedure chain order.
Revision Changes Path
1.4 +6 -1 src/usr.bin/ktrdump/ktrdump.8
1.3 +126 -11 src/usr.bin/ktrdump/ktrdump.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/ktrdump/ktrdump.8.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/ktrdump/ktrdump.c.diff?r1=1.2&r2=1.3&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]