public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds
@ 2016-12-20 20:16 sergiodj+buildbot
  2016-12-20 20:16 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
                   ` (20 more replies)
  0 siblings, 21 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:16 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 9bfe0298332782a9c082fb475bdf8eeeef8cf45e ***

Author: Pedro Alves <palves@redhat.com>
Branch: gdb-7.12-branch
Commit: 9bfe0298332782a9c082fb475bdf8eeeef8cf45e

gdb: Fix C and C++03 builds

The readline/sjlj-exceptions fix added an unconditional use of
noexcept, but that's only valid C++11, and 7.12 must build with C and
C++03 too.  Fix this by adding a GDB_EXCEPT macro that compiles away
to nothing in C, and to throw() in C++03, which I've confirmed fixes
the original issue just the same as noexcept, with GCC 7 + -std=gnu+03
+ sjlj-exceptions.

gdb/ChangeLog:
2016-12-20  Pedro Alves  <palves@redhat.com>

	PR gdb/20977
	* event-top.c (GDB_NOEXCEPT): Define.
	(gdb_rl_callback_read_char_wrapper_noexcept): Use GDB_NOEXCEPT
	instead of noexcept and use (void) instead of ().
	(gdb_rl_callback_handler): Use GDB_NOEXCEPT instead of noexcept.


^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
@ 2016-12-20 20:16 ` sergiodj+buildbot
  2016-12-20 20:28 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/5054>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-m32, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
  2016-12-20 20:16 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
@ 2016-12-20 20:28 ` sergiodj+buildbot
  2016-12-20 20:30 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/5059>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
  2016-12-20 20:16 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
  2016-12-20 20:28 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2016-12-20 20:30 ` sergiodj+buildbot
  2016-12-20 20:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/1102>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-native-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: add-inferior
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-12-20 20:30 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-20 20:38 ` sergiodj+buildbot
  2016-12-20 20:50 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/5051>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: thread apply 2 print $_siginfo.si_signo
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-12-20 20:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2016-12-20 20:50 ` sergiodj+buildbot
  2016-12-20 20:58 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/5089>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-12-20 20:50 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2016-12-20 20:58 ` sergiodj+buildbot
  2016-12-20 21:03 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 20:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/5076>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/random-signal.exp: attach: stop with control-c
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-i686, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-12-20 20:58 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-20 21:03 ` sergiodj+buildbot
  2016-12-20 21:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 21:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/5074>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-x86_64-cc-with-index, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-12-20 21:03 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2016-12-20 21:03 ` sergiodj+buildbot
  2016-12-21  5:58 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 21:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/5027>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-i686-native-extended-gdbserver, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-12-20 21:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2016-12-21  5:58 ` sergiodj+buildbot
  2016-12-21  7:09 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-21  5:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686-native-extended-gdbserver/builds/4719>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-i686-native-extended-gdbserver/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-i686, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-12-21  5:58 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-12-21  7:09 ` sergiodj+buildbot
  2016-12-23  7:46 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-21  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686/builds/4737>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-i686/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2016-12-21  7:09 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-12-23  7:46 ` sergiodj+buildbot
  2016-12-23  8:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  7:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-gdbserver-m64/builds/4739>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-native-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2016-12-23  7:46 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-23  8:53 ` sergiodj+buildbot
  2016-12-23  9:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  8:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-extended-gdbserver-m64/builds/4754>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-native-extended-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2016-12-23  8:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-23  9:08 ` sergiodj+buildbot
  2016-12-23 17:26 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  9:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/4748>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-cc-with-index/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-x86_64-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2016-12-23  9:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
@ 2016-12-23 17:26 ` sergiodj+buildbot
  2016-12-25  2:44 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-23 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-x86_64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-x86_64-m64/builds/4583>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-x86_64-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Failed to update master GDB git repository.  The build can continue. ***

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-cc-with-index, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (13 preceding siblings ...)
  2016-12-23 17:26 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
@ 2016-12-25  2:44 ` sergiodj+buildbot
  2016-12-25  3:50 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  2:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-cc-with-index/builds/4663>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-cc-with-index/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
new FAIL: gdb.arch/powerpc-power.exp: Found +4: .long 0x7c642ed8
new FAIL: gdb.arch/powerpc-power.exp: Found +12: .long 0x7d642ed9
new FAIL: gdb.arch/powerpc-power.exp: Found +20: .long 0x7c642fd8
new FAIL: gdb.arch/powerpc-power.exp: Found +28: .long 0x7d642fd9
new FAIL: gdb.arch/powerpc-power.exp: Found +548: waitasec
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork one
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint.exp: info checkpoints two
new FAIL: gdb.base/checkpoint.exp: kill all one
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork one
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
new FAIL: gdb.base/checkpoint-ns.exp: kill all one
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 10
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/display.exp: info disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/display.exp: disp *p_i
new FAIL: gdb.base/display.exp: p p_i = 0x0
new FAIL: gdb.base/display.exp: display bad address
new FAIL: gdb.base/display.exp: p p_i = &i
new FAIL: gdb.base/display.exp: display good address
new FAIL: gdb.base/display.exp: watch off
new FAIL: gdb.base/display.exp: finish
new FAIL: gdb.base/display.exp: step
new FAIL: gdb.base/display.exp: cont
new FAIL: gdb.base/display.exp: printf "%d%d",i
new FAIL: gdb.base/display.exp: print/k j
new FAIL: gdb.base/display.exp: debug test output 1
new FAIL: gdb.base/display.exp: debug test output 1a
new FAIL: gdb.base/display.exp: debug test output 2
new FAIL: gdb.base/display.exp: debug test output 2a
new FAIL: gdb.base/display.exp: debug test output 3
new FAIL: gdb.base/display.exp: x/0 j
new FAIL: gdb.base/display.exp: ignored s
new FAIL: gdb.base/display.exp: print/a $pc
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
new FAIL: gdb.base/pc-fp.exp: info register pc fp
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to recurse
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/stap-probe.exp: without semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.base/stap-probe.exp: with semaphore, optimized: set multi-location probe breakpoint
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/value-double-free.exp: print empty
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: disabled watchpoint skipped
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_disabling_watchpoints
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: set static local watch
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: static local watch did not self-delete
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: watchpoint on buf hit
new FAIL: gdb.base/watchpoint.exp: watch $pc
new FAIL: gdb.base/watchpoint.exp: disable watchpoint `$pc'
new FAIL: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
new FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
new FAIL: gdb.base/watchpoint.exp: delete watchpoint `$pc'
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
new FAIL: gdb.base/watchpoint.exp: watch -location .x
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
new FAIL: gdb.base/watchpoint.exp: continue with watch foo4
new FAIL: gdb.base/watchpoint.exp: rwatch disallowed for register based expression
new FAIL: gdb.base/watchpoint.exp: awatch disallowed for register based expression
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted off: hardware watchpoint triggers
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: always-inserted off: get hw watchpoint PC
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed
new FAIL: gdb.base/watch-read.exp: set write watchpoint on global variable
new FAIL: gdb.base/watch-read.exp: write watchpoint triggers
new FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value changes
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes
new FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
new FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 5
new FAIL: gdb.compile/compile.exp: Test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: Test delimiter with -r
new FAIL: gdb.compile/compile.exp: Test delimiter with -raw
new FAIL: gdb.compile/compile.exp: Test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: print global_scope
new FAIL: gdb.cp/annota2.exp: watch triggered on a.x
new FAIL: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota3.exp: watch triggered on a.x
new FAIL: gdb.cp/annota3.exp: annotate-quit
new FAIL: gdb.cp/gdb2495.exp: Call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame
new FAIL: gdb.cp/gdb2495.exp: info breakpoints
new FAIL: gdb.cp/gdb2495.exp:
new FAIL: gdb.cp/gdb2495.exp: Turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: Call a function that raises an exception with unwinding off..
new FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.dwarf2/bad-regnum.exp: info addr foo1
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write
new FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address
new FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: reverse-finish from void_func trips breakpoint at entry
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: no spurious proceed after breakpoint stop
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from void_func
new FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: reverse-next over call trips user breakpoint at function entry
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: stopped at the right callee call
new FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: continue
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 2 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 3 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 4 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 5 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 6 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 7 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 8 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 9 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 10 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 11 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 12 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 13 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 14 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 15 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 16 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 17 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 18 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 19 out of 20 on watched_data
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 20 out of 20 on watched_data
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (14 preceding siblings ...)
  2016-12-25  2:44 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2016-12-25  3:50 ` sergiodj+buildbot
  2016-12-25  5:18 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  3:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4670>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (15 preceding siblings ...)
  2016-12-25  3:50 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-25  5:18 ` sergiodj+buildbot
  2016-12-25  5:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-m64/builds/4693>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (16 preceding siblings ...)
  2016-12-25  5:18 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
@ 2016-12-25  5:18 ` sergiodj+buildbot
  2016-12-25  6:37 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3542>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-attach.exp: attach to program 2
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 2
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: thread apply 2 print $_siginfo.si_signo
new FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: detach
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 4 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-s390x-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (17 preceding siblings ...)
  2016-12-25  5:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-25  6:37 ` sergiodj+buildbot
  2016-12-25  6:40 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
  2016-12-25  7:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  6:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/3534>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Debian-s390x-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (18 preceding siblings ...)
  2016-12-25  6:37 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-25  6:40 ` sergiodj+buildbot
  2016-12-25  7:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  6:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/3536>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch gdb-7.12-branch
  2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
                   ` (19 preceding siblings ...)
  2016-12-25  6:40 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2016-12-25  7:02 ` sergiodj+buildbot
  20 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  7:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4681>

Commit(s) tested:
	9bfe0298332782a9c082fb475bdf8eeeef8cf45e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix C and C++03 builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9bfe0298332782a9c082fb475bdf8eeeef8cf45e/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2017-01-21  0:05 [binutils-gdb/gdb-7.12-branch] Fix some error-handling bugs in python frame filters sergiodj+buildbot
@ 2017-01-21  0:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2017-01-21  0:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4834>

Commit(s) tested:
	df1fe27b672d7aa054eaad8b51f86302f7e46c65

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix some error-handling bugs in python frame filters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/df/df1fe27b672d7aa054eaad8b51f86302f7e46c65/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2017-01-01  8:58 [binutils-gdb/gdb-7.12-branch] update copyright year range in GDB files sergiodj+buildbot
@ 2017-01-01 16:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2017-01-01 16:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4710>

Commit(s) tested:
	16d400ab4a742988aad12f6476323bb234efb3e3

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	update copyright year range in GDB files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/16/16d400ab4a742988aad12f6476323bb234efb3e3/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-09 18:16 [binutils-gdb/gdb-7.12-branch] Create tdep->rx_psw_type and tdep->rx_fpsw_type lazily sergiodj+buildbot
@ 2016-12-20 15:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 15:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4619>

Commit(s) tested:
	fa897675de62473e5c04330c5d5b782cd1ae04e9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Create tdep->rx_psw_type and tdep->rx_fpsw_type lazily

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/fa/fa897675de62473e5c04330c5d5b782cd1ae04e9/>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-09 17:42 [binutils-gdb/gdb-7.12-branch] Create tdep->rl78_psw_type lazily sergiodj+buildbot
@ 2016-12-20 13:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-12-20 13:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4618>

Commit(s) tested:
	68647b569da041a33a6504cd80f51fbd43bfa134

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Create tdep->rl78_psw_type lazily

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/68/68647b569da041a33a6504cd80f51fbd43bfa134/>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-11-11  7:48 [binutils-gdb/gdb-7.12-branch] sim: mips: fix dv-tx3904cpu build error sergiodj+buildbot
@ 2016-11-23  3:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-11-23  3:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4398>

Commit(s) tested:
	cd48ce152d6710af146ffc7897a82586513fc534

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: mips: fix dv-tx3904cpu build error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/cd/cd48ce152d6710af146ffc7897a82586513fc534/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-11-11  8:11 [binutils-gdb/gdb-7.12-branch] sim: mips: fix builds for r3900 cpus due to missing check_u64 sergiodj+buildbot
@ 2016-11-22 22:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-11-22 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4397>

Commit(s) tested:
	67be32e53449ef13a91e006c5a4d19d721d6b58a

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: mips: fix builds for r3900 cpus due to missing check_u64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/67/67be32e53449ef13a91e006c5a4d19d721d6b58a/>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-25  4:37 [binutils-gdb/gdb-7.12-branch] PR gdb/20653 - small cleanup in string_to_explicit_location sergiodj+buildbot
@ 2016-10-25 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-25 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4264>

Commit(s) tested:
	909de2c5cc91b815d671f7018da2a925fbd19aaf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR gdb/20653 - small cleanup in string_to_explicit_location

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=3513b78a9660a75ef73073ddf073edcd73287e60>

*** Diff to previous build ***
============================
new FAIL: gdb.compile/compile.exp: Test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: Test delimiter with -r
new FAIL: gdb.compile/compile.exp: Test delimiter with -raw
new FAIL: gdb.compile/compile.exp: Test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: print global_scope
PASS -> FAIL: gdb.cp/gdb2495.exp: info breakpoints
new FAIL: gdb.cp/gdb2495.exp:
PASS -> FAIL: gdb.cp/gdb2495.exp: Turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write
new FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: ctf: info locals
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-25  3:26 [binutils-gdb/gdb-7.12-branch] [GDBserver] Fix conversion warning sergiodj+buildbot
@ 2016-10-25 13:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-25 13:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4263>

Commit(s) tested:
	a945860b6cb4f8a26343ac5dcb0b42fe5fb2f68a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[GDBserver] Fix conversion warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a945860b6cb4f8a26343ac5dcb0b42fe5fb2f68a>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-14  7:58 [binutils-gdb/gdb-7.12-branch] Include strings.h where available sergiodj+buildbot
@ 2016-10-14 23:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-14 23:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4248>

Commit(s) tested:
	9e7fe25aebc4fe4a2c1af15447b44f50c3c97b2f

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Include strings.h where available

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9e7fe25aebc4fe4a2c1af15447b44f50c3c97b2f>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-12 12:26 [binutils-gdb/gdb-7.12-branch] [AArch64] Track FP registers in prologue analyzer sergiodj+buildbot
@ 2016-10-12 14:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4233>

Commit(s) tested:
	8268cfa384409770cd6988e54b386ae286c0f3d1

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[AArch64] Track FP registers in prologue analyzer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 8268cfa384409770cd6988e54b386ae286c0f3d1>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-07 18:04 [binutils-gdb/gdb-7.12-branch] Bump GDB version number to 7.12.0.DATE-git sergiodj+buildbot
@ 2016-10-09  4:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  4:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4221>

Commit(s) tested:
	856c9a7506cb86bedeb1402f03266b5b6fb2c431

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump GDB version number to 7.12.0.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 856c9a7506cb86bedeb1402f03266b5b6fb2c431>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-07 17:29 [binutils-gdb/gdb-7.12-branch] Set GDB version number to 7.12 sergiodj+buildbot
@ 2016-10-09  2:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4220>

Commit(s) tested:
	013fd7c2f84387f218364f6cc95e16708dfba28e

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set GDB version number to 7.12.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 013fd7c2f84387f218364f6cc95e16708dfba28e>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 21:39 [binutils-gdb/gdb-7.12-branch] frame.h: Forward-declare struct ui_out sergiodj+buildbot
@ 2016-10-08  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4210>

Commit(s) tested:
	f2ddf8f6caffc513751ebfb3608c3a453aed5103

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	frame.h: Forward-declare struct ui_out

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f2ddf8f6caffc513751ebfb3608c3a453aed5103>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 19:26 [binutils-gdb/gdb-7.12-branch] mips-tdep: Make FCRs always 32-bit sergiodj+buildbot
@ 2016-10-08  5:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  5:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4209>

Commit(s) tested:
	1ce1f6debf17be7a5121efa0684f0ec1449f8fc4

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	mips-tdep: Make FCRs always 32-bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1ce1f6debf17be7a5121efa0684f0ec1449f8fc4>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 19:23 [binutils-gdb/gdb-7.12-branch] mips-tdep: Rearrange comments in `mips_pseudo_register_type' sergiodj+buildbot
@ 2016-10-08  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4208>

Commit(s) tested:
	f92cb42932ec343d328f7dbd54d9ca5b542e322e

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	mips-tdep: Rearrange comments in `mips_pseudo_register_type'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f92cb42932ec343d328f7dbd54d9ca5b542e322e>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 19:21 [binutils-gdb/gdb-7.12-branch] testsuite: solib-disc: Use `standard_output_file' sergiodj+buildbot
@ 2016-10-08  0:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  0:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4207>

Commit(s) tested:
	8ff5432c0c9912efc43f92837243aecfcf1c1098

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	testsuite: solib-disc: Use `standard_output_file'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 8ff5432c0c9912efc43f92837243aecfcf1c1098>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 15:41 [binutils-gdb/gdb-7.12-branch] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression sergiodj+buildbot
@ 2016-10-07 12:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 12:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4202>

Commit(s) tested:
	3929b7e909b48a20d5dac6631e519f3b6b2ac84e

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 3929b7e909b48a20d5dac6631e519f3b6b2ac84e>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 13:29 [binutils-gdb/gdb-7.12-branch] Fix PR11094: JIT breakpoint is not properly recreated on reruns sergiodj+buildbot
@ 2016-10-07  8:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  8:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4200>

Commit(s) tested:
	f8da6fe399c8dafa98e7dbed36d3562a919768f5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR11094: JIT breakpoint is not properly recreated on reruns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f8da6fe399c8dafa98e7dbed36d3562a919768f5>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-06 13:25 [binutils-gdb/gdb-7.12-branch] Fix a few gdb.base/jit-simple.exp problems sergiodj+buildbot
@ 2016-10-07  5:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4199>

Commit(s) tested:
	e027976f02ce8ed4cf0da79238226c03a640f2b3

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix a few gdb.base/jit-simple.exp problems

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e027976f02ce8ed4cf0da79238226c03a640f2b3>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-10-03 23:07 [binutils-gdb/gdb-7.12-branch] Introduce cleanup to restore current_uiout sergiodj+buildbot
@ 2016-10-04  4:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-10-04  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4180>

Commit(s) tested:
	33de0b1741b1939dd5384e54a858e71d2029a365

Author(s) (in the same order as the commits):
	Simon Marchi <simark@simark.ca>

Subject:
	Introduce cleanup to restore current_uiout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 33de0b1741b1939dd5384e54a858e71d2029a365>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-29 22:19 [binutils-gdb/gdb-7.12-branch] PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression sergiodj+buildbot
@ 2016-09-30 10:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 10:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4167>

Commit(s) tested:
	b31567caa5d7ed8e9ad69f59a562c0494c0b3cbe

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b31567caa5d7ed8e9ad69f59a562c0494c0b3cbe>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-29  7:11 [binutils-gdb/gdb-7.12-branch] Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed sergiodj+buildbot
@ 2016-09-29 17:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-29 17:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4164>

Commit(s) tested:
	629ad95de4e61ac78f49e1abf4592dbc1fe84d96

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 629ad95de4e61ac78f49e1abf4592dbc1fe84d96>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-27 12:20 [binutils-gdb/gdb-7.12-branch] Detect the magic address of EXC_RETURN in ARM coretx-m profile sergiodj+buildbot
@ 2016-09-28  0:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-28  0:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4158>

Commit(s) tested:
	4b48dc411a11fd38b7e5d0e8aeecf1bb1f7b90d8

Author(s) (in the same order as the commits):
	Fredrik Hederstierna <fredrik.hederstierna@verisure.com>

Subject:
	Detect the magic address of EXC_RETURN in ARM coretx-m profile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4b48dc411a11fd38b7e5d0e8aeecf1bb1f7b90d8>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-21 16:27 [binutils-gdb/gdb-7.12-branch] Keep reserved bits in CPSR on write sergiodj+buildbot
@ 2016-09-21 19:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 19:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4105>

Commit(s) tested:
	61f97a2f940e36d4b4c87ef5b28a49e6834f8e68

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Keep reserved bits in CPSR on write

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 61f97a2f940e36d4b4c87ef5b28a49e6834f8e68>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-07  3:24 [binutils-gdb/gdb-7.12-branch] new-ui command: gdb internal errors if input is already pending sergiodj+buildbot
@ 2016-09-09 18:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-09 18:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4060>

Commit(s) tested:
	f9a7ee181f7500b2f87687bf0c72b4b963e06acb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	new-ui command: gdb internal errors if input is already pending

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f9a7ee181f7500b2f87687bf0c72b4b963e06acb>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-07  2:09 [binutils-gdb/gdb-7.12-branch] Introduce make_cleanup_restore_current_ui sergiodj+buildbot
@ 2016-09-08 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-08 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4059>

Commit(s) tested:
	751b0f7dcfee83f60c1224790b9665c92be50fd8

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce make_cleanup_restore_current_ui

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 751b0f7dcfee83f60c1224790b9665c92be50fd8>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-01  8:54 [binutils-gdb/gdb-7.12-branch] Fix lwp_suspend/unsuspend imbalance in linux_wait_1 sergiodj+buildbot
@ 2016-09-01 20:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-09-01 20:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4035>

Commit(s) tested:
	305a161d11c4b5801a0e135fec5d77f3d64f121f

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Fix lwp_suspend/unsuspend imbalance in linux_wait_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 305a161d11c4b5801a0e135fec5d77f3d64f121f>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-31 10:26 [binutils-gdb/gdb-7.12-branch] Fix order of inferiors in "thread apply all" sergiodj+buildbot
@ 2016-08-31 18:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-31 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4030>

Commit(s) tested:
	bb109f2e48adf783a861eb0d1de6f495e6b5288a

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix order of inferiors in "thread apply all"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bb109f2e48adf783a861eb0d1de6f495e6b5288a>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-26 19:14 [binutils-gdb/gdb-7.12-branch] xtensa: Avoid designated inits, for C++ compliance sergiodj+buildbot
@ 2016-08-29 15:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-29 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4018>

Commit(s) tested:
	e529eb722d213875230dbcd0c856390f840f1863

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	xtensa: Avoid designated inits, for C++ compliance

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e529eb722d213875230dbcd0c856390f840f1863>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
@ 2016-08-26 10:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-26 10:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4005>

Commit(s) tested:
	f2f45a7252a4bd977c135cc77536cbc0e9669cf2

Author(s) (in the same order as the commits):
	Adhemerval Zanella <adhemerval.zanella@linaro.org>

Subject:
	Sync proc_service definition with GLIBC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=6a09c96217e944c68645a0315707fa6df0f4aec5>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker1
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24 22:31 [binutils-gdb/gdb-7.12-branch] Allow resetting an empty inferior-tty sergiodj+buildbot
@ 2016-08-25 10:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 10:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4001>

Commit(s) tested:
	2b3eaab2c3eadd12bbd56499c00dca8cefb81552

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Allow resetting an empty inferior-tty

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2b3eaab2c3eadd12bbd56499c00dca8cefb81552>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  8:29 [binutils-gdb/gdb-7.12-branch] x32: Fix gdb.trace/mi-trace-frame-collected.exp sergiodj+buildbot
@ 2016-08-25  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-25  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3996>

Commit(s) tested:
	644e90fe669bbfe1d15d1018b4fc136af3aab424

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	x32: Fix gdb.trace/mi-trace-frame-collected.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 644e90fe669bbfe1d15d1018b4fc136af3aab424>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  6:02 [binutils-gdb/gdb-7.12-branch] x32: gdb: Fix 'call' insn relocation with qRelocInsn sergiodj+buildbot
@ 2016-08-24 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3995>

Commit(s) tested:
	c0c1412c584bc98d651354a029a50d054996bcef

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	x32: gdb: Fix 'call' insn relocation with qRelocInsn

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c0c1412c584bc98d651354a029a50d054996bcef>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  3:01 [binutils-gdb/gdb-7.12-branch] x32: gdbserver's agent bytecode JIT: fix "call" emission sergiodj+buildbot
@ 2016-08-24 19:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 19:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3994>

Commit(s) tested:
	7b42e25f7cac78821b6efea2890fe725c59250fc

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	x32: gdbserver's agent bytecode JIT: fix "call" emission

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7b42e25f7cac78821b6efea2890fe725c59250fc>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  1:34 [binutils-gdb/gdb-7.12-branch] x32 Fast tracepoints: Customize jump pad address sergiodj+buildbot
@ 2016-08-24 17:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3992>

Commit(s) tested:
	69389fd9fba29ab078f63d366612028fd1de25ab

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	x32 Fast tracepoints: Customize jump pad address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 69389fd9fba29ab078f63d366612028fd1de25ab>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-23 19:14 [binutils-gdb/gdb-7.12-branch] Fix PR20494 - User input stops being echoed in CLI sergiodj+buildbot
@ 2016-08-24 14:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 14:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3989>

Commit(s) tested:
	e24e88f9de8e4d34c052864c42aed10778f0174a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR20494 - User input stops being echoed in CLI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e24e88f9de8e4d34c052864c42aed10778f0174a>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-23 17:02 [binutils-gdb/gdb-7.12-branch] Fix signals-state-child.exp in remote testing sergiodj+buildbot
@ 2016-08-24  0:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-24  0:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3986>

Commit(s) tested:
	22dc25f77bdff5954af60abd7a098ea6e76ad1f9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix signals-state-child.exp in remote testing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 22dc25f77bdff5954af60abd7a098ea6e76ad1f9>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-23  8:36 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
@ 2016-08-23 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3979>

Commit(s) tested:
	601a2a8f639f9ef6dab86118a87fa67861f2091e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/20505 - Make vDSO detection work with core files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=d763be04114f572fb6fdc65afd8bd1c7c51428b5>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: continue to end
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: trace stop
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-19 21:36 [binutils-gdb/gdb-7.12-branch] [AArch64] Match instruction "STP with base register" in prologue sergiodj+buildbot
@ 2016-08-22 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-22 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3973>

Commit(s) tested:
	ded7f5d81cab3eb02cca835f0c9bd9525f35f268

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[AArch64] Match instruction "STP with base register" in prologue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ded7f5d81cab3eb02cca835f0c9bd9525f35f268>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-19 19:27 [binutils-gdb/gdb-7.12-branch] null-terminate string in linespec_location_completer sergiodj+buildbot
@ 2016-08-22 13:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-22 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3971>

Commit(s) tested:
	d71004b8fe2ab0f3e1fc6dede74821f7c287f521

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	null-terminate string in linespec_location_completer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d71004b8fe2ab0f3e1fc6dede74821f7c287f521>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-18 23:09 [binutils-gdb/gdb-7.12-branch] ppc: Fix record of HTM instructions sergiodj+buildbot
@ 2016-08-19  4:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-19  4:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3958>

Commit(s) tested:
	1c9c56667193b56ad5fa30ac0ae731f1d63cd6c5

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	ppc: Fix record of HTM instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1c9c56667193b56ad5fa30ac0ae731f1d63cd6c5>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-17 15:30 [binutils-gdb/gdb-7.12-branch] Make "end" field in feature specs required again sergiodj+buildbot
@ 2016-08-17 21:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-17 21:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3952>

Commit(s) tested:
	951b1f2c88fcd6735392af0d1553f28db9c6b7ea

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Make "end" field in feature specs required again.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 951b1f2c88fcd6735392af0d1553f28db9c6b7ea>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-14  2:03 [binutils-gdb/gdb-7.12-branch] sim: bfin: split out common mach/model defines into arch.h [PR sim/20438] sergiodj+buildbot
@ 2016-08-15 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-15 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3941>

Commit(s) tested:
	253daf2f8e1d136d8bfd591d711e63832f507235

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: bfin: split out common mach/model defines into arch.h [PR sim/20438]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=20d86b0ac649658213919e14926f9978ed21220f>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: continue to end
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: trace stop
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-12 15:06 [binutils-gdb/gdb-7.12-branch] Fix warning in gdb.base/signals-state-child.c sergiodj+buildbot
@ 2016-08-13 21:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-13 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3937>

Commit(s) tested:
	c0c8e5aea12c938a1e73c1d32912b094c3329288

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix warning in gdb.base/signals-state-child.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c0c8e5aea12c938a1e73c1d32912b094c3329288>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-11  4:18 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/19187 (process record over a fork causes internal error) sergiodj+buildbot
@ 2016-08-12  3:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  3:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3927>

Commit(s) tested:
	4dfacf706adacbefbc38d7ba59212566f77bd051

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/19187 (process record over a fork causes internal error)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=c457c9f8ade12c32d42a8254bd8a1bedef0f6a91>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker1
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-11  3:36 [binutils-gdb/gdb-7.12-branch] Plumb enum remove_bp_reason all the way to target_remove_breakpoint sergiodj+buildbot
@ 2016-08-12  1:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  1:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3926>

Commit(s) tested:
	aac9c6220f36cea74d13cd02cce6c64d49f41f34

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Plumb enum remove_bp_reason all the way to target_remove_breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=ab8a3297e67f94b573d974456edf5f8c2be99415>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: server exits
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-11  2:08 [binutils-gdb/gdb-7.12-branch] Introduce 'enum remove_bp_reason' sergiodj+buildbot
@ 2016-08-12  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3925>

Commit(s) tested:
	bbbbef233724142bd4ff5c288863a62c98b01ff1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce 'enum remove_bp_reason'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bbbbef233724142bd4ff5c288863a62c98b01ff1>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-11  1:57 [binutils-gdb/gdb-7.12-branch] Simplify remove_breakpoint interface sergiodj+buildbot
@ 2016-08-11 15:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-11 15:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3924>

Commit(s) tested:
	7c50accb20e77971c775fdb7f5f1bfa605397e80

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Simplify remove_breakpoint interface

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7c50accb20e77971c775fdb7f5f1bfa605397e80>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-10 19:27 [binutils-gdb/gdb-7.12-branch] Quiet ARI gettext checks sergiodj+buildbot
@ 2016-08-10 22:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 22:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3918>

Commit(s) tested:
	9be00a778d646d92b7940d74425b58d93cb73d0d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Quiet ARI gettext checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9be00a778d646d92b7940d74425b58d93cb73d0d>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-10  4:56 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20418 - Problems with synchronous commands and new-ui sergiodj+buildbot
@ 2016-08-10 16:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 16:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3917>

Commit(s) tested:
	b24bdfa398beba87b48fffeb3b1f9bcfe7bf924d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/20418 - Problems with synchronous commands and new-ui

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b24bdfa398beba87b48fffeb3b1f9bcfe7bf924d>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-10  2:14 [binutils-gdb/gdb-7.12-branch] Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-continue, etc.) errors sergiodj+buildbot
@ 2016-08-10 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3916>

Commit(s) tested:
	4d38db46f6f6480ee33844164383ce40e5fc2440

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-continue, etc.) errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4d38db46f6f6480ee33844164383ce40e5fc2440>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-09 22:55 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions sergiodj+buildbot
@ 2016-08-10  0:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-10  0:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3913>

Commit(s) tested:
	35fcb4fc81e51295d14125785765e0ea3e132cd9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 35fcb4fc81e51295d14125785765e0ea3e132cd9>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-09 16:53 [binutils-gdb/gdb-7.12-branch] Synchronize libiberty sources with FSF GCC mainline version sergiodj+buildbot
@ 2016-08-09 22:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 22:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3910>

Commit(s) tested:
	1b6ec8ead3bce335087d6a2a6dc92c3d80d57a98

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Synchronize libiberty sources with FSF GCC mainline version.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1b6ec8ead3bce335087d6a2a6dc92c3d80d57a98>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-09 15:04 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value sergiodj+buildbot
@ 2016-08-09 20:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 20:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3909>

Commit(s) tested:
	def1145e5b736f7b50179a967d83211251153692

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for def1145e5b736f7b50179a967d83211251153692>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-09 11:33 [binutils-gdb/gdb-7.12-branch] Regenerate some target description files sergiodj+buildbot
@ 2016-08-09 12:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 12:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3907>

Commit(s) tested:
	d3437d69a3d3fcc28ddb1c17cf2938a422e26222

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Regenerate some target description files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d3437d69a3d3fcc28ddb1c17cf2938a422e26222>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-05 19:41 [binutils-gdb/gdb-7.12-branch] Fix PR remote/20398: File-IO write always outputs "Quit" sergiodj+buildbot
@ 2016-08-06 20:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-06 20:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3901>

Commit(s) tested:
	26fdfd0a18cf9032183a498a6c68b16f5042b1a4

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR remote/20398: File-IO write always outputs "Quit"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 26fdfd0a18cf9032183a498a6c68b16f5042b1a4>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-05 18:42 [binutils-gdb/gdb-7.12-branch] gdb/NEWS: Mention that C++ is now the default sergiodj+buildbot
@ 2016-08-06  6:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-06  6:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3900>

Commit(s) tested:
	842b243cf65277bca93740df9905a3c221bb1973

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/NEWS: Mention that C++ is now the default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 842b243cf65277bca93740df9905a3c221bb1973>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-05 17:24 [binutils-gdb/gdb-7.12-branch] gdb/configure --help: suggest --disable-build-with-cxx instead of --enable sergiodj+buildbot
@ 2016-08-05 22:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-05 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3898>

Commit(s) tested:
	2b8c86008c05d4ca21971fe4f680288cd28108c1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2b8c86008c05d4ca21971fe4f680288cd28108c1>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-04 12:07 [binutils-gdb/gdb-7.12-branch] Determine target description for native aarch64 sergiodj+buildbot
@ 2016-08-05  8:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-05  8:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3894>

Commit(s) tested:
	f2b5d52a1d4484e55cd36de24554b51c2133386b

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Determine target description for native aarch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f2b5d52a1d4484e55cd36de24554b51c2133386b>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-04 11:11 [binutils-gdb/gdb-7.12-branch] Quiet ptrace error ESRCH in regsets_fetch_inferior_registers sergiodj+buildbot
@ 2016-08-04 15:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3892>

Commit(s) tested:
	367ed8910ee791720f99a28ad0320f430bd910d9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Quiet ptrace error ESRCH in regsets_fetch_inferior_registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 367ed8910ee791720f99a28ad0320f430bd910d9>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-03 19:43 [binutils-gdb/gdb-7.12-branch] PR python/18565 - make Frame.function work for inline frames sergiodj+buildbot
@ 2016-08-04 10:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 10:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3890>

Commit(s) tested:
	ff4a25a115a0f477174eb0b4763d186a590c035a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR python/18565 - make Frame.function work for inline frames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ff4a25a115a0f477174eb0b4763d186a590c035a>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-03 19:10 [binutils-gdb/gdb-7.12-branch] Avoid potential memory leak in find_frame_funname sergiodj+buildbot
@ 2016-08-04 10:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 10:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3889>

Commit(s) tested:
	d2ed2edaf76fc10505214290d04c3cf312acfbca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid potential memory leak in find_frame_funname

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d2ed2edaf76fc10505214290d04c3cf312acfbca>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-03 16:56 [binutils-gdb/gdb-7.12-branch] Update NEWS to mention Python breakpoint events sergiodj+buildbot
@ 2016-08-03 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-03 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3885>

Commit(s) tested:
	10bb85f1e551930724e87e636659b36500f44a0c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update NEWS to mention Python breakpoint events

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 10bb85f1e551930724e87e636659b36500f44a0c>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-01 19:25 [binutils-gdb/gdb-7.12-branch] Bump GDB version number to 7.11.90.DATE-git sergiodj+buildbot
@ 2016-08-02 11:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-02 11:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3878>

Commit(s) tested:
	7ff72836aecd3e64f3d5ef4e5e444c82ad2c7086

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump GDB version number to 7.11.90.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7ff72836aecd3e64f3d5ef4e5e444c82ad2c7086>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-01 19:05 [binutils-gdb/gdb-7.12-branch] Set GDB version number to 7.11.90 sergiodj+buildbot
@ 2016-08-02  9:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-02  9:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3877>

Commit(s) tested:
	aa485aad155831ed57df0eeca78b82aa6ea9b0ce

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set GDB version number to 7.11.90.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for aa485aad155831ed57df0eeca78b82aa6ea9b0ce>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-01 18:28 [binutils-gdb/gdb-7.12-branch] gdb/NEWS: rename "since GDB 7.11" into "in GDB 7.12" sergiodj+buildbot
@ 2016-08-02  6:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-02  6:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3876>

Commit(s) tested:
	ad08bd595b31907b8cd414fa900055bacd68e112

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/NEWS: rename "since GDB 7.11" into "in GDB 7.12".

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ad08bd595b31907b8cd414fa900055bacd68e112>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-01 16:47 [binutils-gdb/gdb-7.12-branch] Set development mode to "off" by default sergiodj+buildbot
@ 2016-08-01 21:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-01 21:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3873>

Commit(s) tested:
	b5346540576559e0ec59b61962eacfa17fc395df

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set development mode to "off" by default.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b5346540576559e0ec59b61962eacfa17fc395df>





^ permalink raw reply	[flat|nested] 90+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-01 16:14 [binutils-gdb/gdb-7.12-branch] Bump version to 7.11.90.DATE-git sergiodj+buildbot
@ 2016-08-01 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 90+ messages in thread
From: sergiodj+buildbot @ 2016-08-01 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/3872>

Commit(s) tested:
	d1c4e52ec0c8d13a04588e3abfb3d6b1df942905

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump version to 7.11.90.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d1c4e52ec0c8d13a04588e3abfb3d6b1df942905>





^ permalink raw reply	[flat|nested] 90+ messages in thread

end of thread, other threads:[~2017-01-21  0:05 UTC | newest]

Thread overview: 90+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
2016-12-20 20:16 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
2016-12-20 20:28 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2016-12-20 20:30 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2016-12-20 20:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2016-12-20 20:50 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2016-12-20 20:58 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-20 21:03 ` Failures on Fedora-i686, " sergiodj+buildbot
2016-12-20 21:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2016-12-21  5:58 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-12-21  7:09 ` Failures on Debian-i686, " sergiodj+buildbot
2016-12-23  7:46 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-12-23  8:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-23  9:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
2016-12-23 17:26 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2016-12-25  2:44 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2016-12-25  3:50 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2016-12-25  5:18 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
2016-12-25  5:18 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-25  6:37 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-12-25  6:40 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2016-12-25  7:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2017-01-21  0:05 [binutils-gdb/gdb-7.12-branch] Fix some error-handling bugs in python frame filters sergiodj+buildbot
2017-01-21  0:05 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2017-01-01  8:58 [binutils-gdb/gdb-7.12-branch] update copyright year range in GDB files sergiodj+buildbot
2017-01-01 16:13 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-12-09 18:16 [binutils-gdb/gdb-7.12-branch] Create tdep->rx_psw_type and tdep->rx_fpsw_type lazily sergiodj+buildbot
2016-12-20 15:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-12-09 17:42 [binutils-gdb/gdb-7.12-branch] Create tdep->rl78_psw_type lazily sergiodj+buildbot
2016-12-20 13:19 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-11-11  8:11 [binutils-gdb/gdb-7.12-branch] sim: mips: fix builds for r3900 cpus due to missing check_u64 sergiodj+buildbot
2016-11-22 22:31 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-11-11  7:48 [binutils-gdb/gdb-7.12-branch] sim: mips: fix dv-tx3904cpu build error sergiodj+buildbot
2016-11-23  3:05 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-25  4:37 [binutils-gdb/gdb-7.12-branch] PR gdb/20653 - small cleanup in string_to_explicit_location sergiodj+buildbot
2016-10-25 16:35 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-25  3:26 [binutils-gdb/gdb-7.12-branch] [GDBserver] Fix conversion warning sergiodj+buildbot
2016-10-25 13:43 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-14  7:58 [binutils-gdb/gdb-7.12-branch] Include strings.h where available sergiodj+buildbot
2016-10-14 23:07 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-12 12:26 [binutils-gdb/gdb-7.12-branch] [AArch64] Track FP registers in prologue analyzer sergiodj+buildbot
2016-10-12 14:11 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-07 18:04 [binutils-gdb/gdb-7.12-branch] Bump GDB version number to 7.12.0.DATE-git sergiodj+buildbot
2016-10-09  4:11 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-07 17:29 [binutils-gdb/gdb-7.12-branch] Set GDB version number to 7.12 sergiodj+buildbot
2016-10-09  2:50 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 21:39 [binutils-gdb/gdb-7.12-branch] frame.h: Forward-declare struct ui_out sergiodj+buildbot
2016-10-08  8:10 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 19:26 [binutils-gdb/gdb-7.12-branch] mips-tdep: Make FCRs always 32-bit sergiodj+buildbot
2016-10-08  5:44 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 19:23 [binutils-gdb/gdb-7.12-branch] mips-tdep: Rearrange comments in `mips_pseudo_register_type' sergiodj+buildbot
2016-10-08  3:16 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 19:21 [binutils-gdb/gdb-7.12-branch] testsuite: solib-disc: Use `standard_output_file' sergiodj+buildbot
2016-10-08  0:50 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 15:41 [binutils-gdb/gdb-7.12-branch] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression sergiodj+buildbot
2016-10-07 12:42 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 13:29 [binutils-gdb/gdb-7.12-branch] Fix PR11094: JIT breakpoint is not properly recreated on reruns sergiodj+buildbot
2016-10-07  8:03 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-06 13:25 [binutils-gdb/gdb-7.12-branch] Fix a few gdb.base/jit-simple.exp problems sergiodj+buildbot
2016-10-07  5:41 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-10-03 23:07 [binutils-gdb/gdb-7.12-branch] Introduce cleanup to restore current_uiout sergiodj+buildbot
2016-10-04  4:35 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-29 22:19 [binutils-gdb/gdb-7.12-branch] PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression sergiodj+buildbot
2016-09-30 10:43 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-29  7:11 [binutils-gdb/gdb-7.12-branch] Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed sergiodj+buildbot
2016-09-29 17:34 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-27 12:20 [binutils-gdb/gdb-7.12-branch] Detect the magic address of EXC_RETURN in ARM coretx-m profile sergiodj+buildbot
2016-09-28  0:52 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-21 16:27 [binutils-gdb/gdb-7.12-branch] Keep reserved bits in CPSR on write sergiodj+buildbot
2016-09-21 19:28 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-07  3:24 [binutils-gdb/gdb-7.12-branch] new-ui command: gdb internal errors if input is already pending sergiodj+buildbot
2016-09-09 18:30 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-07  2:09 [binutils-gdb/gdb-7.12-branch] Introduce make_cleanup_restore_current_ui sergiodj+buildbot
2016-09-08 21:51 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-01  8:54 [binutils-gdb/gdb-7.12-branch] Fix lwp_suspend/unsuspend imbalance in linux_wait_1 sergiodj+buildbot
2016-09-01 20:38 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-31 10:26 [binutils-gdb/gdb-7.12-branch] Fix order of inferiors in "thread apply all" sergiodj+buildbot
2016-08-31 18:16 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-26 19:14 [binutils-gdb/gdb-7.12-branch] xtensa: Avoid designated inits, for C++ compliance sergiodj+buildbot
2016-08-29 15:00 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
2016-08-26 10:57 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24 22:31 [binutils-gdb/gdb-7.12-branch] Allow resetting an empty inferior-tty sergiodj+buildbot
2016-08-25 10:24 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  8:29 [binutils-gdb/gdb-7.12-branch] x32: Fix gdb.trace/mi-trace-frame-collected.exp sergiodj+buildbot
2016-08-25  5:29 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  6:02 [binutils-gdb/gdb-7.12-branch] x32: gdb: Fix 'call' insn relocation with qRelocInsn sergiodj+buildbot
2016-08-24 23:09 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  3:01 [binutils-gdb/gdb-7.12-branch] x32: gdbserver's agent bytecode JIT: fix "call" emission sergiodj+buildbot
2016-08-24 19:04 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  1:34 [binutils-gdb/gdb-7.12-branch] x32 Fast tracepoints: Customize jump pad address sergiodj+buildbot
2016-08-24 17:44 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-23 19:14 [binutils-gdb/gdb-7.12-branch] Fix PR20494 - User input stops being echoed in CLI sergiodj+buildbot
2016-08-24 14:28 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-23 17:02 [binutils-gdb/gdb-7.12-branch] Fix signals-state-child.exp in remote testing sergiodj+buildbot
2016-08-24  0:40 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-23  8:36 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20505 - Make vDSO detection work with core files sergiodj+buildbot
2016-08-23 12:46 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-19 21:36 [binutils-gdb/gdb-7.12-branch] [AArch64] Match instruction "STP with base register" in prologue sergiodj+buildbot
2016-08-22 19:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-19 19:27 [binutils-gdb/gdb-7.12-branch] null-terminate string in linespec_location_completer sergiodj+buildbot
2016-08-22 13:42 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-18 23:09 [binutils-gdb/gdb-7.12-branch] ppc: Fix record of HTM instructions sergiodj+buildbot
2016-08-19  4:58 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-17 15:30 [binutils-gdb/gdb-7.12-branch] Make "end" field in feature specs required again sergiodj+buildbot
2016-08-17 21:13 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-14  2:03 [binutils-gdb/gdb-7.12-branch] sim: bfin: split out common mach/model defines into arch.h [PR sim/20438] sergiodj+buildbot
2016-08-15 11:46 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-12 15:06 [binutils-gdb/gdb-7.12-branch] Fix warning in gdb.base/signals-state-child.c sergiodj+buildbot
2016-08-13 21:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-11  4:18 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/19187 (process record over a fork causes internal error) sergiodj+buildbot
2016-08-12  3:11 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-11  3:36 [binutils-gdb/gdb-7.12-branch] Plumb enum remove_bp_reason all the way to target_remove_breakpoint sergiodj+buildbot
2016-08-12  1:40 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-11  2:08 [binutils-gdb/gdb-7.12-branch] Introduce 'enum remove_bp_reason' sergiodj+buildbot
2016-08-12  0:47 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-11  1:57 [binutils-gdb/gdb-7.12-branch] Simplify remove_breakpoint interface sergiodj+buildbot
2016-08-11 15:57 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-10 19:27 [binutils-gdb/gdb-7.12-branch] Quiet ARI gettext checks sergiodj+buildbot
2016-08-10 22:15 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-10  4:56 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20418 - Problems with synchronous commands and new-ui sergiodj+buildbot
2016-08-10 16:28 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-10  2:14 [binutils-gdb/gdb-7.12-branch] Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-continue, etc.) errors sergiodj+buildbot
2016-08-10 15:59 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-09 22:55 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions sergiodj+buildbot
2016-08-10  0:23 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-09 16:53 [binutils-gdb/gdb-7.12-branch] Synchronize libiberty sources with FSF GCC mainline version sergiodj+buildbot
2016-08-09 22:10 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-09 15:04 [binutils-gdb/gdb-7.12-branch] Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out value sergiodj+buildbot
2016-08-09 20:51 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-09 11:33 [binutils-gdb/gdb-7.12-branch] Regenerate some target description files sergiodj+buildbot
2016-08-09 12:58 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-05 19:41 [binutils-gdb/gdb-7.12-branch] Fix PR remote/20398: File-IO write always outputs "Quit" sergiodj+buildbot
2016-08-06 20:00 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-05 18:42 [binutils-gdb/gdb-7.12-branch] gdb/NEWS: Mention that C++ is now the default sergiodj+buildbot
2016-08-06  6:37 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-05 17:24 [binutils-gdb/gdb-7.12-branch] gdb/configure --help: suggest --disable-build-with-cxx instead of --enable sergiodj+buildbot
2016-08-05 22:18 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-04 12:07 [binutils-gdb/gdb-7.12-branch] Determine target description for native aarch64 sergiodj+buildbot
2016-08-05  8:02 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-04 11:11 [binutils-gdb/gdb-7.12-branch] Quiet ptrace error ESRCH in regsets_fetch_inferior_registers sergiodj+buildbot
2016-08-04 15:55 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-03 19:43 [binutils-gdb/gdb-7.12-branch] PR python/18565 - make Frame.function work for inline frames sergiodj+buildbot
2016-08-04 10:34 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-03 19:10 [binutils-gdb/gdb-7.12-branch] Avoid potential memory leak in find_frame_funname sergiodj+buildbot
2016-08-04 10:11 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-03 16:56 [binutils-gdb/gdb-7.12-branch] Update NEWS to mention Python breakpoint events sergiodj+buildbot
2016-08-03 18:44 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-01 19:25 [binutils-gdb/gdb-7.12-branch] Bump GDB version number to 7.11.90.DATE-git sergiodj+buildbot
2016-08-02 11:41 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-01 19:05 [binutils-gdb/gdb-7.12-branch] Set GDB version number to 7.11.90 sergiodj+buildbot
2016-08-02  9:29 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-01 18:28 [binutils-gdb/gdb-7.12-branch] gdb/NEWS: rename "since GDB 7.11" into "in GDB 7.12" sergiodj+buildbot
2016-08-02  6:35 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-01 16:47 [binutils-gdb/gdb-7.12-branch] Set development mode to "off" by default sergiodj+buildbot
2016-08-01 21:20 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-01 16:14 [binutils-gdb/gdb-7.12-branch] Bump version to 7.11.90.DATE-git sergiodj+buildbot
2016-08-01 18:38 ` Failures on Fedora-ppc64le-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).