Subject: CVS commit: syssrc/sys/ddb
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 01/05/2002 22:09:53
Module Name: syssrc
Committed By: jhawk
Date: Sat Jan 5 20:09:53 UTC 2002
Modified Files:
syssrc/sys/ddb: db_sym.c db_sym.h
Log Message:
Add db_symstr(), a parallel interface to db_printsym() that
writes to a string rather than outputs to the supplied printer.
This is convenient for disassemblers that are structured to
build a long string and print it later.
Perhaps db_printsym() should be changed to use this interface...
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/ddb/db_sym.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/ddb/db_sym.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.