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] Fix PR 17206


On 07/28/2014 10:26 PM, Pedro Alves wrote:
> From a high-level perspective, the issue triggered when you did
> "until" and PC pointed somewhere we had no debug info for, and there
> was no breakpoint at PC that needed to be stepped over.  That is
> main use case and code path that we didn't have a test for.
> 
> Note that although it happened to be a range-stepping-related assertion
> that triggered, the code was wrong even without range-stepping.  E.g.,
> if the instruction at PC is a conditional jmp to PC (like a spinlock),
> even without range-stepping, "until" should continue stepping until
> PC moves past the jump (that's the whole point of until), while
> it was stopping after one single-step, thus still pointing at the
> same PC.
> 
> So I think "until-nodebug.exp" would be a good name for this test.

That is OK to me.  This bug is on 7.8 branch too.  The patch is pushed
to mainline and 7.8 branch.  I've added it to
https://sourceware.org/gdb/wiki/GDB_7.8_Release

-- 
Yao (éå)


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