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 0ea8d78bd3f Buffer overflow in evax_bfd_print_eobj new 4aabc416643 Rearrange block.c to avoid a forward declaration new f52688890ed Avoid extra allocations in block new 683aecac8c3 Don't allow NULL as an argument to block_scope new 392c1cbd745 Don't allow NULL as an argument to block_using new 78004096137 Don't allow NULL as an argument to block_static_block new 8f14fd11203 Don't allow NULL as an argument to block_global_block new 46baa3c6cf6 Convert block_objfile to method new 7f5937df01c Convert block_gdbarch to method new a4dfe747564 Convert block_inlined_p to method new 3c45e9f915a Convert more block functions to methods new 3c9d050626d Convert block_linkage_function to method new 99f3dfd0f94 Convert block_containing_function to method new d24e14a0c62 Convert block_static_block and block_global_block to methods new cade9c8a459 Convert set_block_compunit_symtab to method new 7bf30a44477 Convert block_static_link to method new 0688bf443c6 Store 'name' in block_iterator new 81326ac0763 Combine both styles of block iterator new 0f50815c894 Introduce a block iterator wrapper new 1c49bb455c2 Convert explicit iterator uses to foreach new a1b294260f4 Remove ALL_BLOCK_SYMBOLS_WITH_NAME new 548a89df231 Remove ALL_BLOCK_SYMBOLS new 69fb3874a70 Fix memory leak in mdebugread.c new 44bb9f9e7a7 Use 'new' for block and global_block new 56c0cd61588 Have global_block inherit from block new 522553837be Remove allocate_block and allocate_global_block new b32797e8b99 Make block members 'private' new 0d1912950e3 Convert contained_in to method
The 27 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/ada-exp.y | 2 +- gdb/ada-lang.c | 37 ++--- gdb/ax-gdb.c | 2 +- gdb/block.c | 279 +++++++++++++++--------------------- gdb/block.h | 270 +++++++++++++++++++--------------- gdb/blockframe.c | 10 +- gdb/breakpoint.c | 4 +- gdb/buildsym.c | 20 +-- gdb/coffread.c | 5 +- gdb/compile/compile-c-symbols.c | 19 ++- gdb/compile/compile-cplus-symbols.c | 6 +- gdb/compile/compile-loc2c.c | 2 +- gdb/cp-namespace.c | 10 +- gdb/cp-support.c | 32 +++-- gdb/d-namespace.c | 6 +- gdb/dbxread.c | 4 +- gdb/dwarf2/expr.c | 2 +- gdb/dwarf2/loc.c | 6 +- gdb/dwarf2/read.c | 4 +- gdb/expprint.c | 2 +- gdb/f-valprint.c | 4 +- gdb/findvar.c | 10 +- gdb/frame.c | 2 +- gdb/guile/scm-block.c | 11 +- gdb/infrun.c | 4 +- gdb/inline-frame.c | 6 +- gdb/jit.c | 11 +- gdb/linespec.c | 6 +- gdb/mdebugread.c | 28 ++-- gdb/mi/mi-cmd-stack.c | 4 +- gdb/parse.c | 4 +- gdb/printcmd.c | 8 +- gdb/python/py-block.c | 26 ++-- gdb/rust-lang.c | 2 +- gdb/rust-lang.h | 5 +- gdb/rust-parse.c | 6 +- gdb/stack.c | 19 +-- gdb/symtab.c | 83 ++++++----- gdb/tracepoint.c | 4 +- gdb/varobj.c | 2 +- 40 files changed, 458 insertions(+), 509 deletions(-)