diff --git a/gdb-port/commands.py b/gdb-port/commands.py index ec1e5575539405d4d23360bed6d7b9fbee8cb767..36a1747f675351c2ba0d07974a7004070f0649dd 100644 --- a/gdb-port/commands.py +++ b/gdb-port/commands.py @@ -150,3 +150,5 @@ class HammerParserDumpMemoryStats(gdb.Command): def invoke(self, arg, from_tty): stats = top_level_parse.dump_memory_stats() print(stats) + +HammerParserDumpMemoryStats()