Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb Observe deficiency in printfs reporting symbol table...



details:   https://anonhg.NetBSD.org/src/rev/d79f12819a3e
branches:  trunk
changeset: 494543:d79f12819a3e
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Fri Jul 07 21:51:38 2000 +0000

description:
Observe deficiency in printfs reporting symbol table problems
before we have a message buffer.

diffstat:

 sys/ddb/TODO |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 4641eb6146d9 -r d79f12819a3e sys/ddb/TODO
--- a/sys/ddb/TODO      Fri Jul 07 21:50:26 2000 +0000
+++ b/sys/ddb/TODO      Fri Jul 07 21:51:38 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.4 2000/07/05 16:29:26 jhawk Exp $
+$NetBSD: TODO,v 1.5 2000/07/07 21:51:38 jhawk Exp $
 
 In rough order.
 
@@ -101,3 +101,6 @@
 
 27.    Ensure MD commands have consistent names and factor out
        common code.
+
+28.    Some way to track symbol table failures, since the message buffer
+       isn't available when we detect them.



Home | Main Index | Thread Index | Old Index