This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression


On Thu, Oct 6, 2016 at 12:03 PM, Metzger, Markus T
<markus.t.metzger@intel.com> wrote:
> As to whether the callers of frame_unwind_caller_id need to expect an exception,
> I can't say for sure but I don't think it likely.  There are a few such checks in GDB
> already and none of them seems to expect an exception.
>

I suspect it may happen when we collect part of the stack in tracepoint,
switch to read data from traceframes, and do unwinding.  Something on
stack may be unavailable for building frame_id.

To be clear, your patch is OK to go in.  Please push it into master and
7.12.  Thanks for your patience on keeping pinging this patch, and
sorry the delayed review.

-- 
Yao (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]