This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a71501e25ff Testcase for detaching while stepping over breakpoint
new 6955136728a PR27311 again, ld.bfd (symbol from plugin): undefined reference
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 6 +++++-
ld/ChangeLog | 5 +++++
ld/testsuite/ld-ifunc/ifunc.exp | 4 ++--
4 files changed, 18 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 749c50f1 0: update: gcc-2b5af1034829f69be5e91fc39c10cea267a93025: 1
new 83115eec 0: update: gcc-548b75d82229cf30052db3ad13e34115335cd9d8: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (749c50f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 239 +-
04-build_abe-bootstrap_debug/console.log | 70950 ++++++++++++++--------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 2 +-
console.log | 71357 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 71284 insertions(+), 71408 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0e33957abf8 Automatic date update in version.in
new 2ab76a181f3 Fix attaching in non-stop mode (PR gdb/27055)
new 621cc310717 Fix "target extended-remote" + "maint set target-non-stop" [...]
new 92234eb192f Testcase for attaching in non-stop mode
new b0083dd72fc Fix a couple vStopped pending ack bugs
new 7e9cf1fe361 gdbserver: spurious SIGTRAP w/ detach while step-over in progress
new d758e62c0ec Factor out after-stop event handling code from stop_all_threads
new 9147506842a prepare_for_detach: don't release scoped_restore at the end
new 8ff531399b7 prepare_for_detach and ongoing displaced stepping
new e87f0fe8237 detach and breakpoint removal
new ac7d717c1eb detach with in-line step over in progress
new 408f66864a1 detach in all-stop with threads running
new a71501e25ff Testcase for detaching while stepping over breakpoint
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 61 ++
gdb/infcmd.c | 13 +
gdb/infrun.c | 635 ++++++++++++---------
gdb/infrun.h | 4 +
gdb/linux-nat.c | 5 +
gdb/remote.c | 39 +-
gdb/target.c | 9 -
gdb/target.h | 7 +
gdb/testsuite/ChangeLog | 10 +
.../tids.c => gdb.threads/attach-non-stop.c} | 40 +-
gdb/testsuite/gdb.threads/attach-non-stop.exp | 148 +++++
gdb/testsuite/gdb.threads/detach-step-over.c | 112 ++++
gdb/testsuite/gdb.threads/detach-step-over.exp | 290 ++++++++++
gdbserver/ChangeLog | 10 +
gdbserver/linux-low.cc | 29 +-
gdbserver/server.cc | 9 +
16 files changed, 1117 insertions(+), 304 deletions(-)
copy gdb/testsuite/{gdb.multi/tids.c => gdb.threads/attach-non-stop.c} (64%)
create mode 100644 gdb/testsuite/gdb.threads/attach-non-stop.exp
create mode 100644 gdb/testsuite/gdb.threads/detach-step-over.c
create mode 100644 gdb/testsuite/gdb.threads/detach-step-over.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 99a7aadb 0: update: gcc-0f42bb8722204fb83dcd001cc4254ad25b969402: 1
new 68693a08 0: update: gcc-a4f8e2fc771bea21aaac44433e75510362e208c1: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (99a7aadb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 20 +-
02-prepare_abe/console.log | 162 +-
04-build_abe-bootstrap_ubsan/console.log | 91412 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 91608 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 91623 insertions(+), 91595 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.