Expected behavior
When measuring Rauk should correctly try to find the names of the resources used in resource locks. At least on debug.
Actual behavior
When some resources are labeled with DW_AT_ranges instead of DW_AT_low_pc & DW_AT_high_pc it will be ignored and the name of the resource will be set to <UNKNOWN>.
Steps to reproduce
- Do the same resource locks multiple times in a task (e.g. a.lock() then a.lock() again)
- Run all Rauk steps
Additional context