public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"
@ 2016-09-02 22:03 sergiodj+buildbot
  2016-09-03 11:10 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-02 22:03 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4 ***

Author: Yao Qi <yao.qi@linaro.org>
Branch: master
Commit: 3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

reinsert_breakpoint is used for software single step, so it is more
clear to rename it to single_step_breakpoint.  This was pointed out in
the review https://sourceware.org/ml/gdb-patches/2016-05/msg00429.html
I don't rename "other_breakpoint" in this patch.

gdb/gdbserver:

2016-09-02  Yao Qi  <yao.qi@linaro.org>

	* linux-low.c: Replace "reinsert_breakpoints" with
	"single_step_breakpoints".  Replace "reinsert breakpoints"
	with "single-step breakpoints".
	* mem-break.c: Likewise.
	* mem-break.h: Likewise.


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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
@ 2016-09-03 11:10 ` sergiodj+buildbot
  2016-09-03 11:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
  2016-09-03 11:10 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
@ 2016-09-03 11:10 ` sergiodj+buildbot
  2016-09-03 11:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
  2016-09-03 11:10 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
  2016-09-03 11:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 11:16 ` sergiodj+buildbot
  2016-09-03 11:17 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11: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/2878>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Debian-i686, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-09-03 11:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 11:17 ` sergiodj+buildbot
  2016-09-03 11:46 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Debian-i686/.git/tree/?h=master&id=a04f33262afe6accdba91f37855036543e6a78a8>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-nonstop.exp: probe for target remote
============================


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

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686/xfails/master/xfail.table;hb=b49a91b>




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

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-09-03 11:17 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-09-03 11:46 ` sergiodj+buildbot
  2016-09-03 11:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-09-03 11:46 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 11:54 ` sergiodj+buildbot
  2016-09-03 12:04 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 11:54 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/2885>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Debian-x86_64-native-extended-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-09-03 11:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 12:04 ` sergiodj+buildbot
  2016-09-03 12:13 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 12:04 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/4099>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Debian-i686-native-extended-gdbserver, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-09-03 12:04 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 12:13 ` sergiodj+buildbot
  2016-09-03 12:16 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 12:13 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/4050>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Debian-i686-native-extended-gdbserver/.git/tree/?h=master&id=9f1d457032bb411143197ace91e98daba9012670>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
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
============================


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

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686-native-extended-gdbserver/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Debian-i686-native-extended-gdbserver/xfails/master/xfail.table;hb=b49a91b>




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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-09-03 12:13 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-09-03 12:16 ` sergiodj+buildbot
  2016-09-03 12:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 12: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/4113>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-09-03 12:16 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 12:26 ` sergiodj+buildbot
  2016-09-03 12:35 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 12:26 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/4055>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2016-09-03 12:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-03 12:35 ` sergiodj+buildbot
  2016-09-05 18:02 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
  2016-09-05 18:31 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-03 12:35 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/4121>

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

* Failures on Fedora-ppc64le-cc-with-index, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2016-09-03 12:35 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-09-05 18:02 ` sergiodj+buildbot
  2016-09-05 18:31 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-05 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-cc-with-index/.git/tree/?h=master&id=21106a70d67baf600571163533513f123bd2a5cc>

*** Diff to previous build ***
============================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
============================


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

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail;hb=0e90fe3>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail.table;hb=0e90fe3>




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

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2016-09-05 18:02 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2016-09-05 18:31 ` sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2016-09-05 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4

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

Subject:
	[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

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





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

end of thread, other threads:[~2016-09-02 19:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 22:03 [binutils-gdb] [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" sergiodj+buildbot
2016-09-03 11:10 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-03 11:10 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2016-09-03 11:16 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-09-03 11:17 ` Failures on Debian-i686, " sergiodj+buildbot
2016-09-03 11:46 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2016-09-03 11:54 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-09-03 12:04 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-09-03 12:13 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-09-03 12:16 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-09-03 12:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-09-03 12:35 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-09-05 18:02 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2016-09-05 18:31 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " 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).