Re: [PATCH 2/5] libdwfl: only use thread->unwound for initial frame

2019-10-29 Thread Mark Wielaard
Hi Omar, On Mon, Oct 07, 2019 at 02:05:36AM -0700, Omar Sandoval wrote: > thread->unwound is only used for set_initial_registers (via > dwfl_thread_state_registers, dwfl_thread_state_register_pc, and a > special case in core_set_initial_registers). At that point, > thread->unwound is always the in

[PATCH 2/5] libdwfl: only use thread->unwound for initial frame

2019-10-07 Thread Omar Sandoval
From: Omar Sandoval thread->unwound is only used for set_initial_registers (via dwfl_thread_state_registers, dwfl_thread_state_register_pc, and a special case in core_set_initial_registers). At that point, thread->unwound is always the initial frame, so there's no need to update it as we unwind t