Skip to content

Commit

Permalink
slots fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Walnut356 committed Jan 19, 2025
1 parent e8c5e09 commit 0f12b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/lldb_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ def has_children(self) -> bool:


class StdSliceSyntheticProvider:
__slots__ = ["valobj", "length", "ptr", "element_type", "element_size"]
__slots__ = ["valobj", "length", "data_ptr", "element_type", "element_size"]

def __init__(self, valobj: SBValue, _dict: LLDBOpaque):
self.valobj = valobj
Expand Down

0 comments on commit 0f12b8c

Please sign in to comment.