NetBSD/sys/arch/i386
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
..
bioscall
compile
conf Fixed typo in ses comment - devies -> devices 2000-05-25 01:34:18 +00:00
eisa
i386 Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
include Only use __builtin_va_alist_t if using GCC 2.96 or later. Fixes 2000-05-12 23:49:11 +00:00
isa Add i386-specific part of MicroChannel Architecture bus support, as 2000-05-11 16:38:10 +00:00
mca Add i386-specific part of MicroChannel Architecture bus support, as 2000-05-11 16:38:10 +00:00
pci Skip fixup phase when system BIOS setting were perfect. 2000-05-17 09:50:34 +00:00
pnpbios fix cosmetic brain-oh in last; s/attachonly/matchonly/g 2000-05-11 15:26:23 +00:00
stand Actually return the BIOS error code (if any) generated by the reads 2000-05-21 16:59:28 +00:00
Makefile