Re: [PATCH v2 3/5] libdwfl: add unwind origin diagnostics

2024-10-17 Thread Aaron Merey
On Thu, Oct 17, 2024 at 2:53 PM Serhei Makarov wrote: > > Track the method used to unwind each Dwfl_Frame using an enum field > unwound_source; provide access to the field. Then use that in > eu-stacktrace to display the unwind methods used for each process. > > This is an important diagnostic to

[PATCH v2 3/5] libdwfl: add unwind origin diagnostics

2024-10-17 Thread Serhei Makarov
Track the method used to unwind each Dwfl_Frame using an enum field unwound_source; provide access to the field. Then use that in eu-stacktrace to display the unwind methods used for each process. This is an important diagnostic to verify how many processes are adequately covered by the eh_frame u