cvs commit: src/usr.bin/ktrdump ktrdump.8 ktrdump.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jun 20 23:51:50 PDT 2005


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





More information about the Commits mailing list