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 0/8] Break at each iteration for breakpoints placed on a while statement


Kevin Buettner <kevinb@redhat.com> writes:

> This patch set changes the current behavior of breakpoints placed on
> while loops. (It actually restores past behavior; see below.)

Hi Pedro,
your recent change https://sourceware.org/ml/gdb-patches/2016-03/msg00462.html
triggers a test failure in gdb.base/jit.exp on arm-linux that breakpoint
on the loop "WAIT_FOR_GDB" isn't hit.  The problem is also found by
buildbot, https://sourceware.org/ml/gdb-testers/2016-q1/msg10203.html

The problem is what this patch series is trying to fix, so I think we
do need this patch series.  Do you plan to review them? (I ask you this
because you gave comments to one of these patches) or I can review
them if you don't have cycles.

-- 
Yao (éå)


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