public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC
@ 2016-08-25 13:07 sergiodj+buildbot
  2016-08-25 13:08 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
                   ` (16 more replies)
  0 siblings, 17 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 13:07 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT f2f45a7252a4bd977c135cc77536cbc0e9669cf2 ***

Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Branch: gdb-7.12-branch
Commit: f2f45a7252a4bd977c135cc77536cbc0e9669cf2

Sync proc_service definition with GLIBC

GLIBC BZ#20311 [1] proc_service.h install patch also remove 'const'
attributes from ps_get_thread_area and comment #15 discuss why to remove
the const attribute (basically since it a callback with the struct
ps_prochandle owned by the client it should be able to modify it if
it the case).

On default build this is not the issue and current g++ does not trigger
any issue with this mismatch declaration.  However, on some bootstrap
build configuration where gdbserver is build with gcc instead this
triggers:

error: conflicting types for 'ps_get_thread_area'

This patch fixes it by syncing the declaration with GLIBC.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=20311

gdb/ChangeLog:

2016-08-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>

	* aarch64-linux-nat.c (ps_get_thread_area): Remove const from
	struct ps_prochandle.
	* amd64-linux-nat.c (ps_get_thread_area): Likewise.
	* arm-linux-nat.c (ps_get_thread_area): Likewise.
	* gdb_proc_service.h (ps_get_thread_area): Likewise.
	* i386-linux-nat.c (ps_get_thread_area): Likewise.
	* m68klinux-nat.c (ps_get_thread_area): Likewise.
	* mips-linux-nat.c (ps_get_thread_area): Likewise.
	* nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
	* nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
	* xtensa-linux-nat.c (ps_get_thread_area): Likewise.

gdb/gdbserver/ChangeLog:

2016-08-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>

	PR server/20491
	* gdb_proc_service.h (ps_get_thread_area): Remove const from struct
	ps_prochandle.
	* linux-aarch64-low.c (ps_get_thread_area): Likewise.
	* linux-arm-low.c (ps_get_thread_area): Likewise.
	* linux-crisv32-low.c (ps_get_thread_area): Likewise.
	* linux-m68k-low.c (ps_get_thread_area): Likewise.
	* linux-mips-low.c (ps_get_thread_area): Likewise.
	* linux-nios2-low.c (ps_get_thread_area): Likewise.
	* linux-tic6x-low.c (ps_get_thread_area): Likewise.
	* linux-x86-low.c (ps_get_thread_area): Likewise.
	* linux-xtensa-low.c (ps_get_thread_area): Likewise.


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

* Failures on Fedora-x86_64-native-gdbserver-m32, 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-25 13:08 ` sergiodj+buildbot
  2016-08-25 16:00 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 13:08 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/4204>

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-x86_64-native-gdbserver-m32/.git/tree/?h=gdb-7.12-branch&id=829a71594c2792164c34096cb33014dfe5d8b44b>

*** 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: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
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.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] 94+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, 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-25 13:08 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
@ 2016-08-25 16:00 ` sergiodj+buildbot
  2016-08-25 17:06 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 16:00 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/4202>

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-x86_64-native-extended-gdbserver-m32/.git/tree/?h=gdb-7.12-branch&id=728ebc1d28cce2709f4ecfa4ceaadd6520955bbb>

*** 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: 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] 94+ messages in thread

* Failures on Ubuntu-AArch64-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-25 13:08 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
  2016-08-25 16:00 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2016-08-25 17:06 ` sergiodj+buildbot
  2016-08-25 17:42 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 17:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

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

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/Ubuntu-AArch64-m64/.git/tree/?h=gdb-7.12-branch&id=27cfa75f93060353c85355c7a963cdc287c4f081>

*** 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] 94+ messages in thread

* Failures on Fedora-i686, branch gdb-7.12-branch
  2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-08-25 17:06 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
@ 2016-08-25 17:42 ` sergiodj+buildbot
  2016-08-25 17:51 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

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-i686/.git/tree/?h=gdb-7.12-branch&id=0e15ecd87421376896ca8e67eb8c9945fc7de26d>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
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: 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: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
============================


*** 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] 94+ messages in thread

* Failures on Debian-x86_64-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
                   ` (3 preceding siblings ...)
  2016-08-25 17:42 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2016-08-25 17:51 ` sergiodj+buildbot
  2016-08-25 18:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 17:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-x86_64

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

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/Debian-x86_64-m64/.git/tree/?h=gdb-7.12-branch&id=508cf35069d0174b49b0b5f69bbf432a4f94015b>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
============================


*** 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] 94+ messages in thread

* Failures on Debian-s390x-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
                   ` (4 preceding siblings ...)
  2016-08-25 17:51 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
@ 2016-08-25 18:16 ` sergiodj+buildbot
  2016-08-25 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 18:16 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/2841>

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):
	<Error fetching commit ID for f2f45a7252a4bd977c135cc77536cbc0e9669cf2>





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

* Failures on Fedora-x86_64-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
                   ` (5 preceding siblings ...)
  2016-08-25 18:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-25 18:40 ` sergiodj+buildbot
  2016-08-25 18:53 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 18:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

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-x86_64-m64/.git/tree/?h=gdb-7.12-branch&id=93a15edb6f6039d03a32a65d0ad5046d21711f84>

*** 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/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
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: 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] 94+ messages in thread

* Failures on Debian-s390x-native-extended-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
                   ` (7 preceding siblings ...)
  2016-08-25 18:53 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-25 18:53 ` sergiodj+buildbot
  2016-08-25 19:04 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 18:53 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/2848>

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/Debian-s390x-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=9b73c91f5b6afc82277b73c9c223a4b73c12d54f>

*** Diff to previous build ***
============================
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] 94+ messages in thread

* Failures on Debian-x86_64-native-extended-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
                   ` (6 preceding siblings ...)
  2016-08-25 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2016-08-25 18:53 ` sergiodj+buildbot
  2016-08-25 18:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-x86_64

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

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/Debian-x86_64-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=985f76a0fe2d404ba137333e2eb3e89974817f81>

*** 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] 94+ messages in thread

* Failures on Fedora-s390x-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
                   ` (8 preceding siblings ...)
  2016-08-25 18:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-25 19:04 ` sergiodj+buildbot
  2016-08-25 20:08 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 19:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

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-s390x-m64/.git/tree/?h=gdb-7.12-branch&id=19f50fdff26a6851572ad1483dceff100975cc9b>

*** 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] 94+ messages in thread

* Failures on Debian-i686, branch gdb-7.12-branch
  2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2016-08-25 19:04 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2016-08-25 20:08 ` sergiodj+buildbot
  2016-08-25 21:19 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 20:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

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/Debian-i686/.git/tree/?h=gdb-7.12-branch&id=a4016bd3665f71d0668fa7a113bd884ddad799af>

*** 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/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
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/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
============================


*** 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] 94+ messages in thread

* Failures on Debian-i686-native-extended-gdbserver, branch gdb-7.12-branch
  2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2016-08-25 20:08 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-08-25 21:19 ` sergiodj+buildbot
  2016-08-25 22:29 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

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/Debian-i686-native-extended-gdbserver/.git/tree/?h=gdb-7.12-branch&id=05c74278fd99450637fae375b4e75d8aa8584aa7>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: 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] 94+ messages in thread

* Failures on Fedora-ppc64be-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
                   ` (11 preceding siblings ...)
  2016-08-25 21:19 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-08-25 22:29 ` sergiodj+buildbot
  2016-08-25 23:31 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 22:29 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/4076>

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):
	<Error fetching commit ID for f2f45a7252a4bd977c135cc77536cbc0e9669cf2>





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

* Failures on Fedora-ppc64be-native-extended-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
                   ` (12 preceding siblings ...)
  2016-08-25 22:29 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-25 23:31 ` sergiodj+buildbot
  2016-08-25 23:50 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 23:31 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/4084>

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):
	<Error fetching commit ID for f2f45a7252a4bd977c135cc77536cbc0e9669cf2>





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

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.12-branch
  2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
                   ` (13 preceding siblings ...)
  2016-08-25 23:31 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-25 23:50 ` sergiodj+buildbot
  2016-08-26 10:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  2016-08-26 10:57 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25 23:50 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/4081>

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-ppc64be-cc-with-index/.git/tree/?h=gdb-7.12-branch&id=efd1930d8926e99a640057931e3ad2f10b98ed5d>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
============================


*** 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] 94+ messages in thread

* Failures on Fedora-ppc64le-native-extended-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
                   ` (14 preceding siblings ...)
  2016-08-25 23:50 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
@ 2016-08-26 10:27 ` sergiodj+buildbot
  2016-08-26 10:57 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  16 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-26 10:27 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/4018>

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-extended-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=2e002accfde7103ba66dc8ebb879d1c0990e13dc>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
============================


*** 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] 94+ 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
                   ` (15 preceding siblings ...)
  2016-08-26 10:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-08-26 10:57 ` sergiodj+buildbot
  16 siblings, 0 replies; 94+ 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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2017-01-21  2:29 [binutils-gdb/gdb-7.12-branch] Fix python-interactive with Python 3.6 sergiodj+buildbot
@ 2017-01-25  0:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2017-01-25  0:24 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/4926>

Commit(s) tested:
	3fc6097b073698a50d0ab70c6c8205a83cd9383c

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

Subject:
	Fix python-interactive with Python 3.6

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

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





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

* Failures on Fedora-ppc64be-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-22 22:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2017-01-22 22:01 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/4903>

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-ppc64be-native-gdbserver-m64/df/df1fe27b672d7aa054eaad8b51f86302f7e46c65/>





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

* Failures on Fedora-ppc64be-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 15:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2017-01-01 15:17 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/4778>

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-ppc64be-native-gdbserver-m64/16/16d400ab4a742988aad12f6476323bb234efb3e3/>





^ permalink raw reply	[flat|nested] 94+ 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
@ 2016-12-23  7:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ 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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-12-12 11:35 [binutils-gdb/gdb-7.12-branch] Remove assert on exec_bfd in cris_delayed_get_disassembler sergiodj+buildbot
@ 2016-12-18  2:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-12-18  2:08 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/4697>

Commit(s) tested:
	d47caa54a3fbdcf90b68c240b214d59d8befda7c

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

Subject:
	Remove assert on exec_bfd in cris_delayed_get_disassembler

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





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

* Failures on Fedora-ppc64be-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-16 16:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-12-16 16:20 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/4688>

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-ppc64be-native-gdbserver-m64/fa/fa897675de62473e5c04330c5d5b782cd1ae04e9/>





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

* Failures on Fedora-ppc64be-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-16 12:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-12-16 12:07 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/4687>

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-ppc64be-native-gdbserver-m64/68/68647b569da041a33a6504cd80f51fbd43bfa134/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** 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] 94+ messages in thread

* Failures on Fedora-ppc64be-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-20  0:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-11-20  0:08 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/4469>

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-ppc64be-native-gdbserver-m64/cd/cd48ce152d6710af146ffc7897a82586513fc534/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/interrupt.exp: echo data
new FAIL: gdb.base/interrupt.exp: Send Control-C, second time
new FAIL: gdb.base/interrupt.exp: signal SIGINT
============================


*** 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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-25 14:07 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/4334>

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):
	<Error fetching commit ID for 909de2c5cc91b815d671f7018da2a925fbd19aaf>





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

* Failures on Fedora-ppc64be-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 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-14 21:04 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/4318>

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):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=66497422f941e127981bc52742b02b19048086ac>

*** 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/hello.exp: String after assignment check
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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 13:17 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/4304>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  5:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  5:33 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/4292>

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>

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





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

* Failures on Fedora-ppc64be-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  3:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  3:19 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/4291>

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>

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





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

* Failures on Fedora-ppc64be-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  4:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  4:43 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/4281>

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>





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

* Failures on Fedora-ppc64be-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  2:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  2:29 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/4280>

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>





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

* Failures on Fedora-ppc64be-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  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  0:13 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/4279>

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>





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

* Failures on Fedora-ppc64be-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-07 21:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 21:55 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/4278>

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>





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

* Failures on Fedora-ppc64be-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  9:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  9:51 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/4273>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  5:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  5:16 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/4271>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  2:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  2:56 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/4270>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  3:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-10-04  3:39 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/4251>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 10:30 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/4238>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-29 17:05 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/4235>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-28  0:11 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/4229>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 18:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 18:48 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/4176>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-21 13:28 [binutils-gdb/gdb-7.12-branch] ppc: Fix record support of Store String Word instructions sergiodj+buildbot
@ 2016-09-21 14:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 14:39 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/4174>

Commit(s) tested:
	4e2b3c62a39b99edcd20c25774c1eee01ea6fad5

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

Subject:
	ppc: Fix record support of Store String Word instructions

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

*** 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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-09-17  5:25 [binutils-gdb/gdb-7.12-branch] Backport lastest POWER9 support to match final ISA 3.0 documentation sergiodj+buildbot
@ 2016-09-19  5:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-19  5:27 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/4163>

Commit(s) tested:
	36d46af3d3e7dadcbac433ea42d0247a517cd782

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Backport lastest POWER9 support to match final ISA 3.0 documentation.

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





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

* Failures on Fedora-ppc64be-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-07 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-07 22:51 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/4131>

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-ppc64be-1>) ***





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

* Failures on Fedora-ppc64be-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-07 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-07 20:01 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/4130>

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-ppc64be-1>) ***





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

* Failures on Fedora-ppc64be-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:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-09-01 20:07 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/4106>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 17:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-31 17: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/4101>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-30 12:43 [binutils-gdb/gdb-7.12-branch] gdb.base/default.exp regression sergiodj+buildbot
@ 2016-08-30 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-30 17:29 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/4096>

Commit(s) tested:
	b82dedc7696daab1b7a4a28530f3eb94c6b4e62d

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

Subject:
	gdb.base/default.exp regression

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





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

* Failures on Fedora-ppc64be-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 14:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-29 14:28 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/4089>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  9:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-25  9:10 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/4072>

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):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=1055020b3481d88c404ed5f91612b983a6e4b579>

*** 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] 94+ messages in thread

* Failures on Fedora-ppc64be-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-24 19:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 19:31 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/4067>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 18:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 18:32 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/4066>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 17:50 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/4065>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  2:15 [binutils-gdb/gdb-7.12-branch] x32: Avoid unsigned long when installing fast tracepoint jump pads sergiodj+buildbot
@ 2016-08-24 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 17:32 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/4064>

Commit(s) tested:
	53e8498437380263d5321bf841c6de526e676347

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

Subject:
	x32: Avoid unsigned long when installing fast tracepoint jump pads

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





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

* Failures on Fedora-ppc64be-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:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 17:11 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/4063>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-24  0:49 [binutils-gdb/gdb-7.12-branch] x32 Fast tracepoints: IPA target descriptions sergiodj+buildbot
@ 2016-08-24 15:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24 15:26 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/4062>

Commit(s) tested:
	7157552b0f8b4bb74910d85808244029c89229ff

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

Subject:
	x32 Fast tracepoints: IPA target descriptions

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





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

* Failures on Fedora-ppc64be-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  9:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24  9:34 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/4060>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-24  0:12 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/4057>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-23 12:02 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/4050>

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):
	<Error fetching commit ID for 601a2a8f639f9ef6dab86118a87fa67861f2091e>





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

* Failures on Fedora-ppc64be-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 15:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-22 15:11 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/4044>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  5:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-22  5:32 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/4042>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-19  4:09 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/4029>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-17 21:05 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/4023>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-15 21:31 [binutils-gdb/gdb-7.12-branch] [GDB] Fix builds broken by proc-service changes sergiodj+buildbot
@ 2016-08-17 20:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-17 20:37 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/4022>

Commit(s) tested:
	2e9ffae9c70279ba7b226b9bf5f2f9b20968375c

Author(s) (in the same order as the commits):
	Matthew Wahab <matthew.wahab@arm.com>

Subject:
	[GDB] Fix builds broken by proc-service changes.

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





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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-15 15:08 [binutils-gdb/gdb-7.12-branch] Fix heap-buffer-overflow in explicit_location_lex_one sergiodj+buildbot
@ 2016-08-15 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-15 20:17 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/4019>

Commit(s) tested:
	23d4200c35e9325436f8bb3f9382dd5e4847a21f

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

Subject:
	Fix heap-buffer-overflow in explicit_location_lex_one

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





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

* Failures on Fedora-ppc64be-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-14 11:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-14 11:38 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/4012>

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):
	<Error fetching commit ID for 253daf2f8e1d136d8bfd591d711e63832f507235>





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

* Failures on Fedora-ppc64be-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:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-13 21:17 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/4008>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch
  2016-08-12  6:37 [binutils-gdb/gdb-7.12-branch] Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSER) sergiodj+buildbot
@ 2016-08-12 10:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-12 10:50 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/4004>

Commit(s) tested:
	e565c44e294111fdc2b84396917b0c4ffed916fb

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

Subject:
	Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSER)

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





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

* Failures on Fedora-ppc64be-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  2:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  2:31 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/3998>

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):
	<Error fetching commit ID for 4dfacf706adacbefbc38d7ba59212566f77bd051>





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

* Failures on Fedora-ppc64be-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:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  1:13 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/3997>

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):
	<Error fetching commit ID for aac9c6220f36cea74d13cd02cce6c64d49f41f34>





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

* Failures on Fedora-ppc64be-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:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-12  0:16 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/3996>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-11 12:10 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/3995>

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):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-native-gdbserver-m64/.git/tree/?h=gdb-7.12-branch&id=5f8101fddb630ead0066257ed9996b3463e7f9ac>

*** Diff to previous build ***
============================
new FAIL: gdb.dwarf2/bitfield-parent-optimized-out.exp: p var.bitfield
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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 21:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 21:48 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/3989>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 17:29 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/3988>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 16:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-10 16:59 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/3987>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  1:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-10  1:44 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/3984>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 21:44 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/3981>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 20:18 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/3980>

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>





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

* Failures on Fedora-ppc64be-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:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-09 12:41 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/3978>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  6:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-06  6:58 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/3972>

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>





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

* Failures on Fedora-ppc64be-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  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-06  4:51 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/3971>

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>





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

* Failures on Fedora-ppc64be-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 19:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-05 19:45 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/3969>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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-04 22:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 22:35 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/3965>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 15:05 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/3963>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-04 10:30 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/3961>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  9:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-04  9:50 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/3960>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-03 18:18 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/3956>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  8:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-02  8:24 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/3949>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  6:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-02  6:13 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/3948>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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  5:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-02  5:28 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/3947>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 19:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-01 19:23 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/3944>

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] 94+ messages in thread

* Failures on Fedora-ppc64be-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 17:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 94+ messages in thread
From: sergiodj+buildbot @ 2016-08-01 17:01 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/3943>

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] 94+ messages in thread

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

Thread overview: 94+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25 13:07 [binutils-gdb/gdb-7.12-branch] Sync proc_service definition with GLIBC sergiodj+buildbot
2016-08-25 13:08 ` Failures on Fedora-x86_64-native-gdbserver-m32, branch gdb-7.12-branch sergiodj+buildbot
2016-08-25 16:00 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2016-08-25 17:06 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
2016-08-25 17:42 ` Failures on Fedora-i686, " sergiodj+buildbot
2016-08-25 17:51 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2016-08-25 18:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-08-25 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2016-08-25 18:53 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-25 18:53 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-25 19:04 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2016-08-25 20:08 ` Failures on Debian-i686, " sergiodj+buildbot
2016-08-25 21:19 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-08-25 22:29 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-08-25 23:31 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-25 23:50 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
2016-08-26 10:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-08-26 10:57 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2017-01-21  2:29 [binutils-gdb/gdb-7.12-branch] Fix python-interactive with Python 3.6 sergiodj+buildbot
2017-01-25  0:24 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2017-01-21  0:05 [binutils-gdb/gdb-7.12-branch] Fix some error-handling bugs in python frame filters sergiodj+buildbot
2017-01-22 22:01 ` Failures on Fedora-ppc64be-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 15:17 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-12-20 20:16 [binutils-gdb/gdb-7.12-branch] gdb: Fix C and C++03 builds sergiodj+buildbot
2016-12-23  7:46 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-12-12 11:35 [binutils-gdb/gdb-7.12-branch] Remove assert on exec_bfd in cris_delayed_get_disassembler sergiodj+buildbot
2016-12-18  2:08 ` Failures on Fedora-ppc64be-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-16 16:20 ` Failures on Fedora-ppc64be-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-16 12:07 ` Failures on Fedora-ppc64be-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-20  0:08 ` Failures on Fedora-ppc64be-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 14:07 ` Failures on Fedora-ppc64be-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 21:04 ` Failures on Fedora-ppc64be-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 13:17 ` Failures on Fedora-ppc64be-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  5:33 ` Failures on Fedora-ppc64be-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  3:19 ` Failures on Fedora-ppc64be-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  4:43 ` Failures on Fedora-ppc64be-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  2:29 ` Failures on Fedora-ppc64be-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  0:13 ` Failures on Fedora-ppc64be-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-07 21:55 ` Failures on Fedora-ppc64be-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  9:51 ` Failures on Fedora-ppc64be-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  5:16 ` Failures on Fedora-ppc64be-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  2:56 ` Failures on Fedora-ppc64be-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  3:39 ` Failures on Fedora-ppc64be-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:30 ` Failures on Fedora-ppc64be-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:05 ` Failures on Fedora-ppc64be-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:11 ` Failures on Fedora-ppc64be-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 18:48 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-21 13:28 [binutils-gdb/gdb-7.12-branch] ppc: Fix record support of Store String Word instructions sergiodj+buildbot
2016-09-21 14:39 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-09-17  5:25 [binutils-gdb/gdb-7.12-branch] Backport lastest POWER9 support to match final ISA 3.0 documentation sergiodj+buildbot
2016-09-19  5:27 ` Failures on Fedora-ppc64be-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-07 22:51 ` Failures on Fedora-ppc64be-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-07 20:01 ` Failures on Fedora-ppc64be-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:07 ` Failures on Fedora-ppc64be-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 17:46 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-30 12:43 [binutils-gdb/gdb-7.12-branch] gdb.base/default.exp regression sergiodj+buildbot
2016-08-30 17:29 ` Failures on Fedora-ppc64be-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 14:28 ` Failures on Fedora-ppc64be-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  9:10 ` Failures on Fedora-ppc64be-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-24 19:31 ` Failures on Fedora-ppc64be-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 18:32 ` Failures on Fedora-ppc64be-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 17:50 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  2:15 [binutils-gdb/gdb-7.12-branch] x32: Avoid unsigned long when installing fast tracepoint jump pads sergiodj+buildbot
2016-08-24 17:32 ` Failures on Fedora-ppc64be-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:11 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-24  0:49 [binutils-gdb/gdb-7.12-branch] x32 Fast tracepoints: IPA target descriptions sergiodj+buildbot
2016-08-24 15:26 ` Failures on Fedora-ppc64be-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  9:34 ` Failures on Fedora-ppc64be-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:12 ` Failures on Fedora-ppc64be-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:02 ` Failures on Fedora-ppc64be-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 15:11 ` Failures on Fedora-ppc64be-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  5:32 ` Failures on Fedora-ppc64be-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:09 ` Failures on Fedora-ppc64be-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:05 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-15 21:31 [binutils-gdb/gdb-7.12-branch] [GDB] Fix builds broken by proc-service changes sergiodj+buildbot
2016-08-17 20:37 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-15 15:08 [binutils-gdb/gdb-7.12-branch] Fix heap-buffer-overflow in explicit_location_lex_one sergiodj+buildbot
2016-08-15 20:17 ` Failures on Fedora-ppc64be-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-14 11:38 ` Failures on Fedora-ppc64be-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:17 ` Failures on Fedora-ppc64be-native-gdbserver-m64, branch gdb-7.12-branch sergiodj+buildbot
2016-08-12  6:37 [binutils-gdb/gdb-7.12-branch] Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSER) sergiodj+buildbot
2016-08-12 10:50 ` Failures on Fedora-ppc64be-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  2:31 ` Failures on Fedora-ppc64be-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:13 ` Failures on Fedora-ppc64be-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:16 ` Failures on Fedora-ppc64be-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 12:10 ` Failures on Fedora-ppc64be-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 21:48 ` Failures on Fedora-ppc64be-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 17:29 ` Failures on Fedora-ppc64be-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 16:59 ` Failures on Fedora-ppc64be-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  1:44 ` Failures on Fedora-ppc64be-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 21:44 ` Failures on Fedora-ppc64be-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:18 ` Failures on Fedora-ppc64be-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:41 ` Failures on Fedora-ppc64be-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  6:58 ` Failures on Fedora-ppc64be-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  4:51 ` Failures on Fedora-ppc64be-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 19:45 ` Failures on Fedora-ppc64be-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-04 22:35 ` Failures on Fedora-ppc64be-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:05 ` Failures on Fedora-ppc64be-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:30 ` Failures on Fedora-ppc64be-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  9:50 ` Failures on Fedora-ppc64be-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:18 ` Failures on Fedora-ppc64be-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  8:24 ` Failures on Fedora-ppc64be-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  6:13 ` Failures on Fedora-ppc64be-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  5:28 ` Failures on Fedora-ppc64be-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 19:23 ` Failures on Fedora-ppc64be-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 17:01 ` Failures on Fedora-ppc64be-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).