Fix: Tools: add missing display hint
This commit is contained in:
@@ -330,6 +330,9 @@ class IndexRangePrinter:
|
||||
return "Size: 0"
|
||||
return f"Size: {size}, [{start} - {start + size - 1}]"
|
||||
|
||||
def display_hint(self):
|
||||
return None
|
||||
|
||||
|
||||
class IndexMaskPrinter:
|
||||
def __init__(self, value: gdb.Value):
|
||||
|
||||
Reference in New Issue
Block a user