NetBSD/sys/ddb
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
..
db_access.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_access.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_aout.c Add a "sifting" command to ddb (named from the Sun OpenPROM command of 2000-05-22 14:49:10 +00:00
db_aout.h
db_break.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_break.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_command.c Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
db_command.h Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
db_elf.c Add a "sifting" command to ddb (named from the Sun OpenPROM command of 2000-05-22 14:49:10 +00:00
db_examine.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_expr.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_extern.h
db_input.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_interface.h Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
db_lex.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_lex.h Remove redundant decl of db_radix, it's also in <ddb/db_output.h>. 2000-03-30 02:01:49 +00:00
db_output.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_output.h - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_print.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_run.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_run.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_sym.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_sym.h Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_trap.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_variables.c - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
db_variables.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_watch.c Die, register, die! 2000-03-30 11:31:26 +00:00
db_watch.h Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_write_cmd.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_xxx.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
ddbvar.h