NetBSD/sys/ddb
scw 8c5c893bf7 Add a BKPT_ADDR() macro which gives MD code a chance to munge a
breakpoint address before it's used. Currently a no-op on all but sh5.

This is useful on sh5, for example, to mask off the instruction
type encoding in the bottom two address bits, and makes it possible
to do "db> break $rXX" instead of manually munging the address.
2003-04-29 17:06:03 +00:00
..
TODO
db_access.c
db_access.h
db_aout.c Teach DDB to use ksyms instead of it's own symbol table management. 2003-04-24 20:00:48 +00:00
db_aout.h
db_break.c Add a BKPT_ADDR() macro which gives MD code a chance to munge a 2003-04-29 17:06:03 +00:00
db_break.h
db_command.c Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows 2003-04-28 02:49:54 +00:00
db_command.h
db_elf.c
db_examine.c
db_expr.c
db_extern.h Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows 2003-04-28 02:49:54 +00:00
db_input.c
db_interface.h
db_lex.c Don't specify string width in the low level function like db_num_to_str. 2003-03-02 13:39:40 +00:00
db_lex.h
db_output.c
db_output.h
db_print.c
db_run.c
db_run.h
db_sym.c By accident db_symstr() was removed, which Håvard pointed out. 2003-04-28 15:55:45 +00:00
db_sym.h Teach DDB to use ksyms instead of it's own symbol table management. 2003-04-24 20:00:48 +00:00
db_trap.c Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows 2003-04-28 02:49:54 +00:00
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
db_xxx.c Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows 2003-04-28 02:49:54 +00:00
ddbvar.h