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 35a9be22c13 Reindent wchar_printer::print_char new 6c5225a8489 gdb/testsuite: add rocm-test-utils.h new ecf2f95de1e gdb/amd-dbgapi: add basic watchpoint support
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/amd-dbgapi-target.c | 272 +++++++++++++++++- gdb/breakpoint.c | 4 +- gdb/breakpoint.h | 4 + .../code-object-load-while-breakpoint-hit.cpp | 13 +- .../gdb.rocm/fork-exec-gpu-to-non-gpu-execer.cpp | 11 +- .../gdb.rocm/fork-exec-non-gpu-to-gpu-execee.cpp | 12 +- gdb/testsuite/gdb.rocm/multi-inferior-gpu.cpp | 11 +- .../gdb.rocm/precise-memory-warning-sigsegv.cpp | 11 +- .../precise-memory-warning-watchpoint.cpp} | 22 +- ...v.exp => precise-memory-warning-watchpoint.exp} | 22 +- gdb/testsuite/gdb.rocm/precise-memory.cpp | 11 +- gdb/testsuite/gdb.rocm/rocm-test-utils.h | 52 ++++ .../watchpoint-at-end-of-shader.cpp} | 30 +- .../gdb.rocm/watchpoint-at-end-of-shader.exp | 114 ++++++++ gdb/testsuite/gdb.rocm/watchpoint-basic.cpp | 69 +++++ gdb/testsuite/gdb.rocm/watchpoint-basic.exp | 307 +++++++++++++++++++++ 16 files changed, 876 insertions(+), 89 deletions(-) copy gdb/testsuite/{gdb.base/source-open.c => gdb.rocm/precise-memory-warning-watc [...] copy gdb/testsuite/gdb.rocm/{precise-memory-warning-sigsegv.exp => precise-memory- [...] create mode 100644 gdb/testsuite/gdb.rocm/rocm-test-utils.h copy gdb/testsuite/{gdb.base/list-dot-nodebug.c => gdb.rocm/watchpoint-at-end-of-s [...] create mode 100644 gdb/testsuite/gdb.rocm/watchpoint-at-end-of-shader.exp create mode 100644 gdb/testsuite/gdb.rocm/watchpoint-basic.cpp create mode 100644 gdb/testsuite/gdb.rocm/watchpoint-basic.exp