freebsd-dev/sys/ddb
Joerg Wunsch b463077353 Finally implement a simple commandline history in DDB.
Emacs-style line editing has already been there (did anybody ever
notice this? :), so i `only' had to add ^P and ^N.  The approach is
fairly minimalistic, with the advantage of keeping the bloat as small
as 864 bytes of .text and 16 bytes of .bss, plus 10*120 bytes
malloc'ed history buffer at the first use.
1996-08-10 13:38:44 +00:00
..
db_access.c
db_access.h
db_aout.c
db_break.c
db_break.h
db_command.c
db_command.h
db_examine.c Fixed the one remaining %r. 1996-01-21 19:18:46 +00:00
db_expr.c
db_input.c Finally implement a simple commandline history in DDB. 1996-08-10 13:38:44 +00:00
db_lex.c
db_lex.h
db_output.c Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +00:00
db_output.h
db_print.c One missed printf in the debugger. 1996-01-21 16:30:43 +00:00
db_ps.c A small bit of defensive programming in case the panic is during process 1996-06-15 07:08:02 +00:00
db_run.c
db_sym.c
db_sym.h
db_trap.c
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
ddb.h Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +00:00