Page MenuHomeFreeBSD

ddb: namespacing of struct command
ClosedPublic

Authored by mhorne on May 31 2022, 6:04 PM.
Tags
None
Referenced Files
F159238137: D35367.id106512.diff
Thu, Jun 11, 5:26 PM
Unknown Object (File)
Mon, May 18, 3:57 AM
Unknown Object (File)
Tue, May 12, 7:07 PM
Unknown Object (File)
May 12 2026, 3:22 PM
Unknown Object (File)
May 12 2026, 1:41 AM
Unknown Object (File)
May 5 2026, 10:02 PM
Unknown Object (File)
Apr 29 2026, 3:28 AM
Unknown Object (File)
Apr 29 2026, 3:20 AM
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