cvs commit: src/sys/ddb db_command.c db_output.c

Poul-Henning Kamp phk at phk.freebsd.dk
Mon Oct 3 02:31:43 PDT 2005


In message <20051003094732.H71864 at fledge.watson.org>, Robert Watson writes:

>It would require some new magic in DDB and the dumping code, but 
>almost all of the logic to generate the information from DDB could be 
>reused, perhaps via an alternative pager or debug output device :-).

I'm not sure reusing DDB is by definition the best idea, my idea was
more to have a simple EVENTHANDLER and let all sorts of subsystems
hook their own private function into that.

With DDB there is a focus on fitting things on screens etc, with a
"summary dump" this is less the case and more fields could be dumped
from data structures etc.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-src mailing list