NetBSD/sys/ddb
rin df564de276 Simplify logic to get rid of implicit dependence on order of ASCII
codes of upper and lower cases ('a' > 'A').

Found by the lgtm bot.

No functional changes intended.
2019-10-02 09:36:30 +00:00
..
db_access.c db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed. 2019-09-12 17:09:00 +00:00
db_access.h changes of r1.39 was incomplete. only "examin/m" could handle 'q'. 2019-09-12 09:20:23 +00:00
db_autoconf.c enums might be unsigned. 2018-03-05 07:47:21 +00:00
db_autoconf.h Add command to print device list. 2018-03-04 07:14:50 +00:00
db_break.c
db_break.h
db_command.c db_command - don't hide local static variable in the middle of other 2019-09-29 02:49:59 +00:00
db_command.h
db_cpu.c
db_cpu.h
db_elf.c
db_examine.c changes of r1.39 was incomplete. only "examin/m" could handle 'q'. 2019-09-12 09:20:23 +00:00
db_expr.c
db_extern.h
db_input.c Print db> prompt in db_read_line(), not db_readline(). 2019-09-29 02:00:22 +00:00
db_interface.h add two db_stack_print_trace frontends that emit to the system log 2019-06-02 06:09:17 +00:00
db_kernel.c
db_lex.c Simplify logic to get rid of implicit dependence on order of ASCII 2019-10-02 09:36:30 +00:00
db_lex.h
db_lwp.c
db_lwp.h
db_output.c db_putchar - check if we need to wrap at $maxwidth after whitespace. 2019-09-12 18:43:02 +00:00
db_output.h
db_panic.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
db_print.c
db_proc.c no, should be dst 2018-11-02 11:59:59 +00:00
db_proc.h
db_run.c
db_run.h
db_sym.c
db_sym.h
db_trap.c KNF 2019-03-12 07:44:58 +00:00
db_user.h
db_variables.c Opt to print a backtrace on panic by default with the intention of improving bug reports. 2018-02-17 00:41:09 +00:00
db_variables.h - add ddb.panicstackframes to avoid scrolling the interesting parts of panic 2017-12-28 17:51:19 +00:00
db_watch.c
db_watch.h
db_write_cmd.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
db_xxx.c
ddb.h Add command to print device list. 2018-03-04 07:14:50 +00:00
ddbvar.h Opt to print a backtrace on panic by default with the intention of improving bug reports. 2018-02-17 00:41:09 +00:00
files.ddb Add command to print device list. 2018-03-04 07:14:50 +00:00
TODO