This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 2097ae2584c1018a7a58d93d9edd7f6d1d9654c8


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  2097ae2584c1018a7a58d93d9edd7f6d1d9654c8 (commit)
      from  1ada499f30b82fe7ab3636154ce0d39ebc06ec55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2097ae2584c1018a7a58d93d9edd7f6d1d9654c8

commit 2097ae2584c1018a7a58d93d9edd7f6d1d9654c8
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Nov 15 08:05:22 2014 -0800

    expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.
    
    This patch just renames one function.
    Its only caller is in stack.c where we're printing a backtrace
    with non-zero info_verbose and we want to make sure all the needed
    symtabs are expanded before printing the backtrace
    so that debug symbol reading messages don't pollute the backtrace.
    
    I think the new name of the function makes clearer to the reader
    what is going on.
    
    gdb/ChangeLog:
    
    	* symtab.c (expand_symtab_containing_pc): Renamed from
    	find_pc_sect_symtab_via_partial.  All callers updated.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/stack.c   |    2 +-
 gdb/symtab.c  |   20 ++++++++++----------
 gdb/symtab.h  |    5 ++---
 4 files changed, 18 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]