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)
Sun, Jul 12, 8:17 PM
Unknown Object (File)
Thu, Jun 25, 9:16 PM
Unknown Object (File)
Jun 16 2026, 12:42 AM
Unknown Object (File)
Jun 14 2026, 2:07 AM
Unknown Object (File)
Jun 11 2026, 5:26 PM
Unknown Object (File)
May 18 2026, 3:57 AM
Unknown Object (File)
May 12 2026, 7:07 PM
Unknown Object (File)
May 12 2026, 3:22 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