mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
Add section title for dynamic unwind info (well, it's a start... ;-).
(Logical change 1.29)
This commit is contained in:
parent
50d7a155ff
commit
1b7547ec76
1 changed files with 3 additions and 0 deletions
|
@ -122,3 +122,6 @@ marker (CFM), it's easy to calculate the original value of ar.bsp:
|
||||||
unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);
|
unw_get_reg (&cursor, UNW_IA64_BSP, &bsp_after_flushrs);
|
||||||
unw_get_reg (&cursor, UNW_IA64_CFM, &cfm);
|
unw_get_reg (&cursor, UNW_IA64_CFM, &cfm);
|
||||||
bsp = ia64_rse_skip_regs (bsp_after_flushrs, -(cfm & 0x7f));
|
bsp = ia64_rse_skip_regs (bsp_after_flushrs, -(cfm & 0x7f));
|
||||||
|
|
||||||
|
** Dynamic Unwind Info
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue