NetBSD/sys/arch/sh3
jhawk 8e44b27348 Rename the machine-specific stack trace printing functions
from db_stack_trace_cmd() to db_stack_trace_print(),
and add an additional argument, a function pointer for an
output routine (i.e. printf() or db_printf()).

Add db_stack_trace_cmd() in db_command.[ch], calling
db_stack_trace_print() with db_printf() as the printer.

Move count==-1 special handling from db_stack_trace_print() [nee
db_stack_trace_cmd()] to db_stack_trace_cmd() [nascent here].

Again, I'm unable to test compilation on all affected platforms,
so advance apologies for potential brokenness.
2000-05-26 03:34:24 +00:00
..
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev remove a debug log 2000-04-20 14:04:04 +00:00
include supports single step! 2000-05-10 20:28:33 +00:00
sh3 Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
Makefile Merge in NetBSD/sh3 from cvs.kame.net repository. 1999-09-13 10:30:21 +00:00