NetBSD/sys/ddb
hannken 4e993c9545 When looking for the next element of cpu_queue compare the pointer to the
address of the head, not to the head itself.  Not sure if the cast of the
arg to db_value_name() is right, but works on i386 and compiles on sparc64.

Stack traces from ddb work again on i386.
2011-02-20 10:24:45 +00:00
..
TODO
db_access.c
db_access.h
db_aout.c
db_aout.h
db_break.c
db_break.h
db_command.c fix extern/static inconsistency 2010-09-13 08:42:04 +00:00
db_command.h
db_cpu.c When looking for the next element of cpu_queue compare the pointer to the 2011-02-20 10:24:45 +00:00
db_cpu.h
db_elf.c
db_examine.c
db_expr.c
db_extern.h
db_input.c Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that 2010-08-31 07:48:23 +00:00
db_interface.h
db_kernel.c
db_lex.c
db_lex.h
db_lwp.c Retire struct user, remove sys/user.h inclusions. Note sys/user.h header 2011-01-14 02:06:22 +00:00
db_lwp.h
db_output.c
db_output.h
db_print.c
db_proc.c
db_proc.h
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c Since curlwp and curproc must always be non-NULL, remove the == NULL branches. 2011-02-09 18:24:44 +00:00
db_user.h
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c
ddb.h
ddbvar.h
files.ddb