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 75a2da57a1b readelf: Reset file position to beginning for thin archive members new 05c06f318fd Linux: Access memory even if threads are running
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: gdb/ChangeLog | 19 ++ gdb/linux-nat.c | 265 +++++++++++++++++---- gdb/testsuite/ChangeLog | 9 + ...-dummy-frame-removal.c => access-mem-running.c} | 52 ++-- gdb/testsuite/gdb.base/access-mem-running.exp | 124 ++++++++++ .../gdb.threads/access-mem-running-thread-exit.c | 123 ++++++++++ .../gdb.threads/access-mem-running-thread-exit.exp | 166 +++++++++++++ 7 files changed, 676 insertions(+), 82 deletions(-) copy gdb/testsuite/gdb.base/{premature-dummy-frame-removal.c => access-mem-running [...] create mode 100644 gdb/testsuite/gdb.base/access-mem-running.exp create mode 100644 gdb/testsuite/gdb.threads/access-mem-running-thread-exit.c create mode 100644 gdb/testsuite/gdb.threads/access-mem-running-thread-exit.exp