Expand description
Architecture-specific DWARF register maps and compact unwind encoding decoders.
Modules§
- arm64_
compact - ARM64 compact unwind mode (bits 27-24).
- x86_
64_ compact - x86_64 compact unwind mode (bits 27-24).
Functions§
- arm64_
decode_ frameless_ regs - Decodes ARM64 frameless permutation encoding. Returns the DWARF register numbers of saved register pairs.
- arm64_
reg_ name - Returns the register name for an ARM64 DWARF register number.
- return_
address_ register - Returns the return address register for the given CPU type.
- x86_
64_ decode_ permutation - Decodes x86_64 permutation encoding for frameless functions. Returns the DWARF register numbers in stack order (bottom to top).
- x86_
64_ reg_ name - Returns the register name for an x86_64 DWARF register number.