.. |
TODO
|
…
|
|
db_access.c
|
…
|
|
db_access.h
|
…
|
|
db_break.c
|
…
|
|
db_break.h
|
…
|
|
db_command.c
|
fix userland build, by moving all the unused stuff inside ifdef _KERNEL
|
2013-10-19 15:20:52 +00:00 |
db_command.h
|
…
|
|
db_cpu.c
|
Make this build.
|
2014-04-12 19:25:48 +00:00 |
db_cpu.h
|
…
|
|
db_elf.c
|
…
|
|
db_examine.c
|
Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.
|
2011-05-26 15:34:12 +00:00 |
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
|
remove previous, dmesg just works.
|
2013-01-06 03:34:52 +00:00 |
db_kernel.c
|
…
|
|
db_lex.c
|
Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.
|
2011-05-26 15:34:12 +00:00 |
db_lex.h
|
…
|
|
db_lwp.c
|
include <sys/cpu.h> when using cpu specific info. fixes building
|
2011-04-12 08:42:12 +00:00 |
db_lwp.h
|
add __printflike where needed
|
2012-02-10 02:14:23 +00:00 |
db_output.c
|
Use _KERNEL_OPT
|
2012-09-01 01:13:51 +00:00 |
db_output.h
|
Add __printflike attribution to use vprintf and friends with an argument
|
2012-03-15 02:02:20 +00:00 |
db_panic.c
|
add a return in the panic message
|
2014-01-22 15:20:40 +00:00 |
db_print.c
|
include <sys/cpu.h> when using cpu specific info. fixes building
|
2011-04-12 08:42:12 +00:00 |
db_proc.c
|
Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w
|
2011-10-23 13:30:20 +00:00 |
db_proc.h
|
…
|
|
db_run.c
|
Add description of inst_return
|
2014-09-19 17:29:01 +00:00 |
db_run.h
|
…
|
|
db_sym.c
|
fix printf formats.
|
2012-02-10 02:14:04 +00:00 |
db_sym.h
|
add __printflike where needed
|
2012-02-10 02:14:23 +00:00 |
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
|
include stddef.h for offsetof
|
2011-12-31 22:42:25 +00:00 |
db_variables.c
|
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
|
2014-02-25 18:30:08 +00:00 |
db_variables.h
|
…
|
|
db_watch.c
|
…
|
|
db_watch.h
|
…
|
|
db_write_cmd.c
|
…
|
|
db_xxx.c
|
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
|
2014-09-05 09:27:24 +00:00 |
ddb.h
|
…
|
|
ddbvar.h
|
Move the DDB-specific part of vpanic() to a new db_panic() function,
|
2013-02-10 11:04:19 +00:00 |
files.ddb
|
Hook the new ddb/db_panic.c to the build.
|
2013-02-10 11:05:31 +00:00 |