Re: [PATCH 3/4] eu-stacktrace: add unwind origin diagnostics

2024-10-17 Thread Serhei Makarov
On Wed, Oct 16, 2024, at 11:39 PM, Aaron Merey wrote: > Hi Serhei, > > On Tue, Oct 15, 2024 at 11:28 AM 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 t

[PATCH 3/4] eu-stacktrace: add unwind origin diagnostics

2024-10-16 Thread Aaron Merey
Hi Serhei, On Tue, Oct 15, 2024 at 11:28 AM 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

[PATCH 3/4] eu-stacktrace: add unwind origin diagnostics

2024-10-15 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