mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Clarify comment about proc_info.
(Logical change 1.4)
This commit is contained in:
parent
7fbfe0a255
commit
444b815950
1 changed files with 6 additions and 3 deletions
|
@ -53,10 +53,13 @@ initial state:
|
|||
the call site was reached
|
||||
|
||||
|
||||
Problem: there is some procedure info that needs to be obtained
|
||||
for the new "ip" which is contained in the unwind
|
||||
descriptors. Specifically, the following is needed:
|
||||
Note that there is some procedure info that needs to be obtained
|
||||
for the new "ip" which is contained in the unwind descriptors.
|
||||
Specifically, the following is needed:
|
||||
|
||||
- procedure's start address
|
||||
- personality address
|
||||
- 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.
|
||||
|
|
Loading…
Reference in a new issue