.. |
db_access.c
|
Eliminate signed-unsigned comparisons.
|
1997-09-09 18:59:23 +00:00 |
db_access.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
db_elf.c
|
Make sure debugging symbol sections are aligned.
|
1997-09-05 21:46:59 +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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
db_trap.c
|
…
|
|
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
|
…
|
|
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 |