This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from e21d048f8a [gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.exp
new 14ca8ecfcb [gdb/testsuite] Fix imported-unit.exp FAIL without psymtabs
new 6a3ab9239a [PATCH 2/4]: moxie: use generic pcrel support
new d9f1988553 [PATCH 3/4]: m32c: remove duplicate define and prototype
new 9ad4cfa8c3 [PATCH 4/4]: Add generic prototype for md_pcrel_from_section
new 4c09b8c4e7 [PATCH 1/4]: microblaze: remove duplicate prototypes
new 3810f182ee Remove objfile parameter from read_gdb_index_from_buffer
new 0f2265e246 gdb: stop using host-dependent signal numbers in windows-tdep.c
new 93366324f5 Remove the "next" field from windows_thread_info
new e56f8ccb07 Rename win32_thread_info to windows_thread_info
new 55a1e039f9 Rename windows_thread_info::id to "tid"
new ae1f888075 Share windows_thread_info between gdb and gdbserver
new e9534bd257 Use new and delete for windows_thread_info
new 62fe396b1c Change two windows_thread_info members to "bool"
new 2950fdf742 Make windows_thread_info::name a unique_xmalloc_ptr
new 7c7411bcab Use lwp, not tid, for Windows thread id
new 98a0328732 Share Windows thread-suspend and -resume code
new 8e61ebec34 Change type of argument to windows-nat.c:thread_rec
new 0a4afda3c6 Handle pending stops from the Windows kernel
new 65bafd5b15 Call CloseHandle from ~windows_thread_info
new 4834dad062 Wrap shared windows-nat code in windows_nat namespace
new 28688adf8f Share thread_rec between gdb and gdbserver
new 9d8679cc71 Share get_image_name between gdb and gdbserver
new 3c76026df8 Share some Windows-related globals
new d41b524f45 Normalize handle_output_debug_string API
new a00caa1279 Fix up complaints.h for namespace use
new a816ba1897 Share handle_load_dll and handle_unload_dll declarations
new 29de418dee Remove some globals from windows-nat.c
new 8d30e39577 Share handle_exception
new e758e19c59 Share some inferior-related Windows code
new d2977bc425 Introduce fetch_pending_stop
new 2c1d95e869 Move wait_for_debug_event to nat/windows-nat.c
new 71fbdbafe0 Make last_wait_event static
new d6225aff7a Add read_pc / write_pc support to win32-low
new e54e59297a Introduce win32_target_ops::decr_pc_after_break
new 523d4f80c3 Implement stopped_by_sw_breakpoint for Windows gdbserver
new 360ad8b350 Add pending stop support to gdbserver's Windows port
new 6b0f946d41 Automatic date update in version.in
new 3071b197da x86: Correct -mlfence-before-indirect-branch= documentation
The 38 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/version.h | 2 +-
gas/ChangeLog | 50 +++
gas/config/tc-aarch64.h | 1 -
gas/config/tc-arc.h | 1 -
gas/config/tc-arm.h | 1 -
gas/config/tc-avr.h | 1 -
gas/config/tc-bfin.h | 1 -
gas/config/tc-bpf.h | 1 -
gas/config/tc-csky.h | 1 -
gas/config/tc-d10v.h | 4 +-
gas/config/tc-d30v.h | 2 -
gas/config/tc-epiphany.h | 1 -
gas/config/tc-fr30.h | 1 -
gas/config/tc-frv.h | 1 -
gas/config/tc-iq2000.h | 1 -
gas/config/tc-lm32.h | 1 -
gas/config/tc-m32c.h | 5 -
gas/config/tc-m32r.h | 1 -
gas/config/tc-mcore.h | 1 -
gas/config/tc-mep.h | 1 -
gas/config/tc-metag.h | 1 -
gas/config/tc-microblaze.h | 15 -
gas/config/tc-mmix.h | 1 -
gas/config/tc-moxie.h | 8 -
gas/config/tc-msp430.h | 2 -
gas/config/tc-mt.h | 1 -
gas/config/tc-or1k.h | 1 -
gas/config/tc-ppc.h | 1 -
gas/config/tc-rl78.h | 1 -
gas/config/tc-rx.h | 1 -
gas/config/tc-s390.h | 1 -
gas/config/tc-sh.h | 1 -
gas/config/tc-xc16x.h | 1 -
gas/config/tc-xstormy16.h | 1 -
gas/doc/c-i386.texi | 6 +-
gas/tc.h | 3 +
gdb/ChangeLog | 251 +++++++++++
gdb/amd64-windows-tdep.c | 10 +-
gdb/complaints.h | 6 +-
gdb/configure.nat | 4 +-
gdb/dwarf2/read.c | 8 +-
gdb/i386-windows-tdep.c | 27 +-
gdb/nat/windows-nat.c | 406 +++++++++++++++++
gdb/nat/windows-nat.h | 248 +++++++++++
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.dwarf2/imported-unit.exp | 26 +-
gdb/testsuite/lib/gdb.exp | 18 +
gdb/windows-nat.c | 693 +++++++++++------------------
gdb/windows-tdep.c | 214 ++++++---
gdb/windows-tdep.h | 9 +
gdbserver/ChangeLog | 146 ++++++
gdbserver/configure.srv | 7 +-
gdbserver/win32-arm-low.cc | 32 +-
gdbserver/win32-i386-low.cc | 73 ++-
gdbserver/win32-low.cc | 447 +++++++------------
gdbserver/win32-low.h | 63 ++-
56 files changed, 1881 insertions(+), 936 deletions(-)
create mode 100644 gdb/nat/windows-nat.c
create mode 100644 gdb/nat/windows-nat.h
--
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_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ec670b9b 0: update: binutils-gcc-linux: all
new 6c565faa 0: update: binutils-gcc-linux: all
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 (ec670b9b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 183 +-
02-prepare_abe/console.log | 126 +-
03-build_abe-binutils/console.log | 11482 +++++----
04-build_abe-stage1/console.log | 20132 ++++++++--------
05-build_linux/console.log | 5366 ++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 37331 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results | 2 +-
13 files changed, 37311 insertions(+), 37357 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_kernel/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 6dd34f30 0: update: llvm-linux: boot
new 3c6fc9bc 0: update: llvm-linux: boot
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 (6dd34f30)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 102 +-
02-build_llvm/console.log | 12592 +++++++++++++++++-----------------
03-build_linux/console.log | 708 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 13906 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 13911 insertions(+), 13911 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_kernel/llvm-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 5637288c 0: update: llvm-linux: boot
new e28043c4 0: update: llvm-linux: boot
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 (5637288c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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-build_llvm/console.log | 12861 ++++++++++++++--------------
03-build_linux/console.log | 750 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13782 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
9 files changed, 13795 insertions(+), 13748 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_kernel/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 55509f90 0: update: llvm-linux: 16
new 6fe3c6bd 0: update: llvm-linux: 16
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 (55509f90)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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-build_llvm/console.log | 12807 +++++++++++++--------------
03-build_linux/console.log | 844 +-
05-check_regression/console.log | 28 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 10 +-
06-update_baseline/results.regressions | 20 +-
console.log | 13817 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
9 files changed, 13846 insertions(+), 13836 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 devel/ranger
in repository gcc.
from 277d95af38d Misc header cleanups.
new 9eac184417b Implement global_ranger::range_on_edge to intersect with gl [...]
new 302ef01db3d Take into account PHI args in the loop_ranger.
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:
gcc/gimple-range-cfg.cc | 1 -
gcc/gimple-range-cfg.h | 2 +-
gcc/gimple-ranger.cc | 111 +++++++++++++++++++++++++++++++++++-------------
gcc/gimple-ranger.h | 12 ++++--
4 files changed, 91 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.