Re: [PATCH v2 4/5] src: add unwind origin diagnostics to eu-stack

2024-10-17 Thread Aaron Merey
On Thu, Oct 17, 2024 at 3:41 PM Mark Wielaard wrote: > > Hi Serhei, > > On Thu, Oct 17, 2024 at 02:54:34PM -0400, Serhei Makarov wrote: > > Since we obtain diagnostics about unwind method, another logical place > > to show them is in eu-stack. > > > > * src/stack.c (show_unwound_source): New globa

Re: [PATCH v2 4/5] src: add unwind origin diagnostics to eu-stack

2024-10-17 Thread Mark Wielaard
Hi Serhei, On Thu, Oct 17, 2024 at 02:54:34PM -0400, Serhei Makarov wrote: > Since we obtain diagnostics about unwind method, another logical place > to show them is in eu-stack. > > * src/stack.c (show_unwound_source): New global variable. > (struct frame): Add unwound_source field. > (frame

[PATCH v2 4/5] src: add unwind origin diagnostics to eu-stack

2024-10-17 Thread Serhei Makarov
Since we obtain diagnostics about unwind method, another logical place to show them is in eu-stack. * src/stack.c (show_unwound_source): New global variable. (struct frame): Add unwound_source field. (frame_callback): Copy over unwound_source from Dwfl_Frame. (print_frame): Take unwound_sour