DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ktrdump - Parse format string manually, implement %s


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Dec 2009 18:39:44 -0800 (PST)

commit 08cca2358c1409e9ce37636b8942ca1060d4e2b8
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Dec 19 18:28:39 2009 -0800

    ktrdump - Parse format string manually, implement %s
    
    * Allows %s to be used in KTR format strings in-kernel.  ktrdump will
      read the string out via KVM and print it.
    
    * We parse the format string manually, so we may have to add stuff as
      time goes on.

Summary of changes:
 usr.bin/ktrdump/ktrdump.c |  150 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 133 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08cca2358c1409e9ce37636b8942ca1060d4e2b8


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]