NetBSD/sys/arch/m68k
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
..
060sp Move original Motorola files to the "dist" subdirectory, in response 2000-04-14 20:24:29 +00:00
conf defopt FPSP. 2000-05-14 14:13:53 +00:00
fpe PR 7220 from Ken Nakata: 1999-05-30 20:17:48 +00:00
fpsp defopt FPSP. 2000-05-14 14:13:53 +00:00
include On the m68k, the most efficient type for __cpu_simple_lock_t is 2000-05-02 05:17:45 +00:00
m68k Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
Makefile
Makefile.inc