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 82433e3e27 ChangeLog entries for the previous commit. new cf532bd136 [PATCH] Support for DW_FORM_strx tag new cc06b66897 Remove exception_none new c6fdd8b205 Make SJLJ exceptions more efficient new 680d7fd5fc Avoid undefined behavior in Guile exception handling new 94aeb44b00 Make exception handling more efficient new 3d1cbb7893 Fix memory leak in exception code
The 6 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 | 112 +++++++++++++++++++++++++++++++++++++++++ gdb/breakpoint.c | 22 ++++---- gdb/cli/cli-interp.c | 6 +-- gdb/common/common-exceptions.c | 15 +++--- gdb/common/common-exceptions.h | 25 +++++---- gdb/common/new-op.c | 4 +- gdb/dwarf2read.c | 11 +++- gdb/event-top.c | 16 +++--- gdb/exceptions.c | 9 ++-- gdb/exceptions.h | 10 ++-- gdb/exec.c | 6 +-- gdb/guile/guile-internal.h | 38 ++++++++++++-- gdb/guile/scm-block.c | 4 +- gdb/guile/scm-breakpoint.c | 33 ++++++++---- gdb/guile/scm-cmd.c | 4 +- gdb/guile/scm-disasm.c | 4 +- gdb/guile/scm-exception.c | 10 ++-- gdb/guile/scm-frame.c | 73 +++++++++++++++++++-------- gdb/guile/scm-lazy-string.c | 2 +- gdb/guile/scm-math.c | 2 +- gdb/guile/scm-param.c | 8 +-- gdb/guile/scm-ports.c | 4 +- gdb/guile/scm-symbol.c | 20 +++++--- gdb/guile/scm-symtab.c | 4 +- gdb/guile/scm-type.c | 42 +++++++++++----- gdb/guile/scm-value.c | 53 +++++++++++++------ gdb/infcall.c | 8 +-- gdb/linespec.c | 8 +-- gdb/main.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 2 +- gdb/python/py-breakpoint.c | 12 ++--- gdb/python/py-inferior.c | 12 ++--- gdb/python/py-utils.c | 2 +- gdb/python/py-value.c | 12 ++--- gdb/python/python-internal.h | 2 +- gdb/testsuite/lib/dwarf.exp | 2 + gdb/xml-support.c | 15 +++--- 38 files changed, 441 insertions(+), 175 deletions(-)