freebsd-src/sys/ddb
Mitchell Horne 4ef7db5a7e ddb: namespacing of struct command
'command' is too generic for something specific to the kernel debugger;
change this so it is less likely to collide with local variable names.
Also rename struct command_table to struct db_command_table.

Reviewed by:	markj
MFC after:	1 week
Sponsored by:	Juniper Networks, Inc.
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D35367
2022-06-14 13:10:08 -03:00
..
db_access.c sys/ddb: Use C99 fixed-width integer types. 2021-12-28 09:41:47 -08:00
db_access.h
db_break.c ddb: Remove SOFTWARE_SSTEP support 2022-01-07 09:25:33 -07:00
db_break.h ddb: Remove SOFTWARE_SSTEP support 2022-01-07 09:25:33 -07:00
db_capture.c
db_command.c ddb: namespacing of struct command 2022-06-14 13:10:08 -03:00
db_command.h
db_examine.c
db_expr.c
db_input.c
db_lex.c
db_lex.h
db_main.c
db_output.c
db_output.h
db_print.c
db_ps.c
db_run.c ddb: Remove SOFTWARE_SSTEP support 2022-01-07 09:25:33 -07:00
db_script.c
db_sym.c
db_sym.h
db_textdump.c kerneldump: remove physical from dump routines 2022-05-13 10:43:19 -03:00
db_thread.c
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
ddb.h ddb: namespacing of struct command 2022-06-14 13:10:08 -03:00