This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_vect-spec2k6/gnu-aarch64-master-O3_LTO
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_vect-spec2k6/gnu-aarch64-master-O3_LTO.
discards 7023718 onsuccess: #118: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 133b458 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 7893270 onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 7bb2904 onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards c5aae58 onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 215fb38 force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
discards 484b48b force: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new 3c68fd9 force: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new f37decb force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new 443cd64 onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 3118968 onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new a4a54b5 onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 47c93a0 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 55c5cbf onsuccess: #118: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 (7023718)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk-code_vect-spec2k6/gn [...]
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 7 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:
--
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 dc63d5682e4 Fix memory leak in RiscV assembler.
new bd93891c9ae gdb: remove solib::pspace field
new 59912fb2d22 gdb: add Python events for program space addition and removal
The 2 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/NEWS | 7 ++
gdb/breakpoint.c | 4 +-
gdb/bsd-uthread.c | 2 +-
gdb/doc/python.texi | 29 +++++
gdb/observable.c | 2 +
gdb/observable.h | 13 ++-
gdb/progspace.c | 3 +
gdb/python/py-all-events.def | 2 +
gdb/python/py-event-types.def | 10 ++
gdb/python/py-progspace.c | 63 +++++++++++
gdb/solib.c | 10 +-
gdb/solist.h | 3 -
.../{py-pp-cast.c => py-progspace-events.c} | 58 ++++++++--
gdb/testsuite/gdb.python/py-progspace-events.exp | 125 +++++++++++++++++++++
.../py-progspace-events.py} | 16 ++-
15 files changed, 316 insertions(+), 31 deletions(-)
copy gdb/testsuite/gdb.python/{py-pp-cast.c => py-progspace-events.c} (54%)
create mode 100644 gdb/testsuite/gdb.python/py-progspace-events.exp
copy gdb/testsuite/{gdb.mi/mi-py-modify-bp.py => gdb.python/py-progspace-events.py} (64%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.