Expand description
Module for System V ABI unwind registry.
Structsยง
- Unwind
Registry - Represents a registry of function unwind information for System V ABI.
Staticsยง
- EXIT_
CALLED - Global flag indicating whether the program exit has been initiated.
Set to true by an atexit handler to prevent crashes during shutdown
when deregistering unwind frames. Accesses use
Ordering::SeqCstto ensure correct memory ordering across threads.
Functionsยง
- __
deregister_ ๐ โframe - __
register_ ๐ โframe - atexit_
handler ๐ - using_
libunwind ๐ - There are two primary unwinders on Unix platforms: libunwind and libgcc.