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 1d509aa625 infrun: step through indirect branch thunks new b85310e1ec btrace: fix output of "set record btrace" new 69f90c75b3 record: fix typo in "set record" output new 4a4495d62d btrace: set/show record btrace cpu
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/ChangeLog | 38 ++++++++ gdb/NEWS | 4 + gdb/btrace.c | 72 +++++++++++----- gdb/btrace.h | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 63 ++++++++++++++ gdb/python/py-record-btrace.c | 9 +- gdb/record-btrace.c | 182 +++++++++++++++++++++++++++++++++++++-- gdb/record-btrace.h | 4 + gdb/record.c | 2 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.btrace/cpu.exp | 76 ++++++++++++++++ 12 files changed, 429 insertions(+), 35 deletions(-) create mode 100644 gdb/testsuite/gdb.btrace/cpu.exp