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 5b512234c87 bpf: opcodes: fix regression in BPF disassembler new f717822dd7b Set PYTHONMALLOC in the test suite new 38797d2e73d gdb/testsuite/rocm: Add the hip_devices_support_debug_multi [...] new e2140f3072c gdb/amdgpu: Fix debugging multiple inferiors using the ROCm [...]
The 3 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 | 8 +- gdb/testsuite/gdb.rocm/multi-inferior-gpu.cpp | 113 ++++++++++++++++++++++++++ gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp | 89 ++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 4 + gdb/testsuite/lib/rocm.exp | 20 +++++ 5 files changed, 231 insertions(+), 3 deletions(-) create mode 100644 gdb/testsuite/gdb.rocm/multi-inferior-gpu.cpp create mode 100644 gdb/testsuite/gdb.rocm/multi-inferior-gpu.exp