This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit+7.5] [patchv2] Write bpt at the ON_STACK bpt address
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Edjunior Barbosa Machado <emachado at linux dot vnet dot ibm dot com>
- Cc: Sergio Durigan Junior <sergiodj at redhat dot com>, Philippe Waroquiers <philippe dot waroquiers at skynet dot be>, Pedro Alves <palves at redhat dot com>, Joel Brobecker <brobecker at adacore dot com>, gdb-patches at sourceware dot org, "Maciej W. Rozycki" <macro at codesourcery dot com>, Tom Tromey <tromey at redhat dot com>
- Date: Fri, 3 Aug 2012 13:22:35 +0200
- Subject: Re: [commit+7.5] [patchv2] Write bpt at the ON_STACK bpt address
- References: <5012B1B6.1030003@redhat.com> <1343339398.2258.119.camel@soleil> <20120727184633.GA14182@host2.jankratochvil.net> <20120731073643.GA18696@host2.jankratochvil.net> <501B03E4.1020209@linux.vnet.ibm.com> <m3vch0gacz.fsf@redhat.com> <501B17EA.90000@linux.vnet.ibm.com>
On Fri, 03 Aug 2012 02:14:34 +0200, Edjunior Barbosa Machado wrote:
> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
most probably it is due to ppc-linux-nat.c and s390-nat.c changes still left
on archer-jankratochvil-watchpoint3 and not yet upstreamed with the x86* post
[patch 1/2] Fix watchpoints across fork #2
http://sourceware.org/ml/gdb-patches/2012-01/msg00748.html
It is not a regression, I think it is OK for 7.6 (+Red Hat branches can get
a backport for 7.5).
Sorry,
Jan