Skip to content

Commit 0f12b8c

Browse files
committed
slots fix
1 parent e8c5e09 commit 0f12b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/etc/lldb_providers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ def has_children(self) -> bool:
822822

823823

824824
class StdSliceSyntheticProvider:
825-
__slots__ = ["valobj", "length", "ptr", "element_type", "element_size"]
825+
__slots__ = ["valobj", "length", "data_ptr", "element_type", "element_size"]
826826

827827
def __init__(self, valobj: SBValue, _dict: LLDBOpaque):
828828
self.valobj = valobj

0 commit comments

Comments
 (0)