Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc: correctly extract name of functions that have been inlined
If a function can be inlined it will appear as two entries in debug_info. A DW_TAG_subprogram entry with DW_AT_inlined = true (that will be used as the abstract origin) and a second DW_TAG_subprogram entry with an abstract origin. To retrieve the name of this second entry we must load its abstract origin.
- Loading branch information