crash.types.sbitmap module

The crash.types.sbitmap module provides helpers for iterating and scanning scalable bitmaps

crash.types.sbitmap.sbitmap_for_each_set(sbitmap: Value) Iterable[int][source]

Yield each set bit in a scalable bitmap

Parameters:

sbitmap – The bitmap to iterate.

Yields:

int – The position of a bit that is set