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 f2cc668e2b0 Fix mkdir_recursive on windows when CWD is root new 6997fbcd06f gdb/amd-dbgapi: use gdb::unordered_map new 7f7e6755c55 gdb: add target displaced stepping support new b9935b23e47 gdb/amd-dbgapi: add displaced stepping support
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 | 143 ++++++++++++++++++++- gdb/displaced-stepping.c | 43 +++++++ gdb/displaced-stepping.h | 67 ++++++++++ gdb/infrun.c | 42 +++--- gdb/target-debug.h | 18 +++ gdb/target-delegates-gen.c | 108 ++++++++++++++++ gdb/target.h | 19 +++ .../{simple.cpp => displaced-stepping.cpp} | 0 .../{simple.exp => displaced-stepping.exp} | 14 +- 9 files changed, 420 insertions(+), 34 deletions(-) copy gdb/testsuite/gdb.rocm/{simple.cpp => displaced-stepping.cpp} (100%) copy gdb/testsuite/gdb.rocm/{simple.exp => displaced-stepping.exp} (68%)