This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
ddb
History
thorpej
5accaea913
Add support for Elf symbol tables to DDB, written from scratch by me.
...
Known to work in DDB under NetBSD/alpha.
1997-07-01 18:36:36 +00:00
..
db_access.c
…
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
…
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
…
db_command.h
…
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.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
…
db_lex.c
…
db_lex.h
…
db_output.c
…
db_output.h
…
db_print.c
…
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
…
db_variables.h
…
db_watch.c
…
db_watch.h
…
db_write_cmd.c
…
db_xxx.c
…