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 43a599b56c Automatic date update in version.in new 4a4c04f1f4 Check all inline frames if they are marked for skip new 45d735237b Add a test case for skip with inlined functions
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/ChangeLog | 6 ++ gdb/infcmd.c | 20 +++++- gdb/infrun.c | 54 +++++++++++++++- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.base/{skip.c => skip-inline.c} | 24 ++++---- gdb/testsuite/gdb.base/skip-inline.exp | 78 ++++++++++++++++++++++++ 6 files changed, 171 insertions(+), 16 deletions(-) copy gdb/testsuite/gdb.base/{skip.c => skip-inline.c} (78%) create mode 100644 gdb/testsuite/gdb.base/skip-inline.exp