From 013ebed2901c99f281b1e362d5cd72c6a6f75351 Mon Sep 17 00:00:00 2001
From: pompolic <pompolic@special-circumstanc.es>
Date: Sat, 13 May 2023 19:33:24 +0200
Subject: [PATCH] (WIP) add missing 'self' parameter

---
 gdb-port/top-level-parse.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb-port/top-level-parse.py b/gdb-port/top-level-parse.py
index 73d78a5..aa20216 100644
--- a/gdb-port/top-level-parse.py
+++ b/gdb-port/top-level-parse.py
@@ -267,7 +267,7 @@ class TopLevelParse:
 
 	# TODO: get_avg_mem_use_all_arenas, get_total_mem_use
 
-	def gather_allocations_in_parser_stacks():
+	def gather_allocations_in_parser_stacks(self):
 		pending_allocs_by_arena = {}
 
 		for ps in self.parser_stacks:
-- 
GitLab