HomeFreeBSD

ddb: namespacing of struct command

Description

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

(cherry picked from commit 4ef7db5a7e5c06cd8788e6f653ee955ace44b6c9)

Details

Provenance
mhorneAuthored on Jun 14 2022, 4:09 PM
Reviewer
markj
Differential Revision
D35367: ddb: namespacing of struct command
Parents
rG0db22efc9445: Use KERNEL_PANICKED() in more places
Branches
Unknown
Tags
Unknown