Page MenuHomeFreeBSD

ddb: namespacing of struct command
ClosedPublic

Authored by mhorne on May 31 2022, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 29, 10:20 AM
Unknown Object (File)
Wed, Oct 29, 7:44 AM
Unknown Object (File)
Wed, Oct 29, 7:31 AM
Unknown Object (File)
Oct 13 2025, 10:28 AM
Unknown Object (File)
Oct 13 2025, 10:28 AM
Unknown Object (File)
Oct 13 2025, 10:28 AM
Unknown Object (File)
Oct 13 2025, 7:22 AM
Unknown Object (File)
Oct 12 2025, 9:56 PM
Subscribers

Details

Summary

'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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable