.. |
db_access.c
|
Use db_expr_t rather than int in a few strategic places to avoid
|
1997-06-26 01:06:46 +00:00 |
db_access.h
|
Clean up #includes.
|
1994-10-09 08:29:55 +00:00 |
db_aout.c
|
A few small changes to make it easier to support non-a.out symbol table
|
1997-06-26 01:11:00 +00:00 |
db_aout.h
|
Eliminate dependency on /usr/include/*
|
1996-02-27 20:54:43 +00:00 |
db_break.c
|
Fix db_printf format specifications.
|
1996-03-30 22:30:03 +00:00 |
db_break.h
|
In the db_breakpoint_t, use a db_expr_t to store the original instruction,
|
1997-06-26 01:12:05 +00:00 |
db_command.c
|
Add a "kill" command that calls db_kill_proc().
|
1997-05-07 18:51:58 +00:00 |
db_command.h
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_elf.c
|
Add support for Elf symbol tables to DDB, written from scratch by me.
|
1997-07-01 18:36:36 +00:00 |
db_examine.c
|
db_expr_t became a long.
|
1997-02-03 23:36:09 +00:00 |
db_expr.c
|
Use db_expr_t rather than int when reading a value from the kernel
|
1997-06-26 01:13:11 +00:00 |
db_extern.h
|
Update prototypes for new function signatures. Note, the ddb_init()
|
1997-06-26 01:14:16 +00:00 |
db_input.c
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_interface.h
|
Add db_kill_proc().
|
1997-05-07 18:50:50 +00:00 |
db_lex.c
|
fix various 64-bitness bugs.
|
1997-02-03 19:56:03 +00:00 |
db_lex.h
|
fix various 64-bitness bugs.
|
1997-02-03 19:56:03 +00:00 |
db_output.c
|
needs systm.h for prototypes
|
1997-02-03 19:56:24 +00:00 |
db_output.h
|
change more __kprintf__ format attributes to use __kprintf_attribute__,
|
1996-04-04 05:13:50 +00:00 |
db_print.c
|
fix printf format widths
|
1997-02-04 00:32:09 +00:00 |
db_run.c
|
Fixup the software single-step code (used on architectures where there
|
1997-06-26 01:18:11 +00:00 |
db_run.h
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_sym.c
|
Pass the current DDB symbol table to X_db_symbol_values().
|
1997-06-26 01:19:07 +00:00 |
db_sym.h
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_trap.c
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_variables.c
|
make variable pointers (in variable declaration structs) be 'long *', so
|
1997-02-04 00:33:32 +00:00 |
db_variables.h
|
make variable pointers (in variable declaration structs) be 'long *', so
|
1997-02-04 00:33:32 +00:00 |
db_watch.c
|
Fix db_printf format specifications.
|
1996-03-30 22:30:03 +00:00 |
db_watch.h
|
DDB prototype changes.
|
1996-02-05 01:56:47 +00:00 |
db_write_cmd.c
|
fix printf format widths
|
1997-02-04 00:32:09 +00:00 |
db_xxx.c
|
Move some DDB stuff here from kern_clock.c and kern_proc.c
|
1997-05-21 19:54:00 +00:00 |