scylla-gdb.py: register the scylla table command

This command exists but is not registered. There is a test for it, but
it happens to work only because scylla table is a prefix of scylla
tables (another command), so gdb invokes that other command instead.
This commit is contained in:
Botond Dénes
2024-12-10 04:19:00 -05:00
parent 3ec8ef90fe
commit 23db82b957

View File

@@ -6270,6 +6270,7 @@ scylla_databases()
scylla_commitlog()
scylla_keyspaces()
scylla_tables()
scylla_table()
scylla_memory()
scylla_ptr()
scylla_mem_ranges()