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 aed77b16f17 Fix bug in previous remote unique_ptr change new 4ea7412e536 gdb.threads/step-over-thread-exit.exp improvements new d0b59149795 Ensure selected thread after thread exit stop new 249d0812878 displaced_step_finish: Don't fetch the regcache of exited threads new 45fd40cf542 Step over thread exit, always delete the thread non-silently new 7d1fd671358 Fix thread target ID of exited waves new 33179c5b57c Fix handling of vanishing threads that were stepping/stopping
The 6 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/amd-dbgapi-target.c | 321 +++++++++++++++++---- gdb/infrun.c | 31 +- gdb/observable.c | 1 + gdb/observable.h | 5 + gdb/regcache.c | 2 + gdb/testsuite/gdb.threads/step-over-thread-exit.c | 16 +- .../gdb.threads/step-over-thread-exit.exp | 127 ++++++-- gdb/thread.c | 2 + 8 files changed, 413 insertions(+), 92 deletions(-)