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 55fc9233a83 Don't require "Bss=" in qOffsets response new f9aa48dc545 gdb, amd64: extend the amd64 prologue analyzer to skip regi [...] new 8862ee58868 gdb, amd64: return after amd64_analyze_frame_setup if curre [...] new 57ce06ac23a gdb, amd64: extend the amd64 prologue analyzer to skip stack alloc new 95f21c0d25a gdb, amd64: return after amd64_analyze_register_saves if cu [...]
The 4 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/amd64-tdep.c | 128 ++++++++++++- .../amd64-extended-prologue-analysis-no-cfi.S | 117 ++++++++++++ .../amd64-extended-prologue-analysis-offset.S | 112 +++++++++++ .../gdb.arch/amd64-extended-prologue-analysis.S | 143 +++++++++++++++ .../gdb.arch/amd64-extended-prologue-analysis.c | 56 ++++++ .../gdb.arch/amd64-extended-prologue-analysis.exp | 204 +++++++++++++++++++++ 6 files changed, 759 insertions(+), 1 deletion(-) mode change 100644 => 100755 gdb/amd64-tdep.c create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis-no-cfi.S create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis-offset.S create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.S create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.c create mode 100644 gdb/testsuite/gdb.arch/amd64-extended-prologue-analysis.exp