1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 15:47:37 +01:00

Clarify comment about proc_info.

(Logical change 1.4)
This commit is contained in:
mostang.com!davidm 2002-02-15 23:51:28 +00:00
parent 7fbfe0a255
commit 444b815950

View file

@ -53,10 +53,13 @@ initial state:
the call site was reached the call site was reached
Problem: there is some procedure info that needs to be obtained Note that there is some procedure info that needs to be obtained
for the new "ip" which is contained in the unwind for the new "ip" which is contained in the unwind descriptors.
descriptors. Specifically, the following is needed: Specifically, the following is needed:
- procedure's start address - procedure's start address
- personality address - personality address
- pointer to language-specific data area - pointer to language-specific data area
This info is stored in a separate proc_info structure and needs
to be obtained right after running the unwind script for func.