db_register_tbl
int db_register_tbl(uint8_t, const struct db_command *);
(void)db_register_tbl(DDB_BASE_CMD, veritefb_db_commands);
(void)db_register_tbl(DDB_MACH_CMD, db_esp_command_table);
(void)db_register_tbl(DDB_SHOW_CMD, db_usb_command_table);
db_register_tbl(DDB_BASE_CMD, db_ping_base_tbl);
db_register_tbl(DDB_SHOW_CMD, db_ping_show_tbl);