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. 961427268a863e614a79f25449e79d54696690ad


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  961427268a863e614a79f25449e79d54696690ad (commit)
      from  aebf9d247e4026189a0f612ee03c19cdf4bf86ac (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=961427268a863e614a79f25449e79d54696690ad

commit 961427268a863e614a79f25449e79d54696690ad
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Mar 28 11:08:31 2013 -0600

    constify search_symbols
    
    This constifies the parameters to search_symbols and fixes up the
    fallout.
    
    Tested by rebuilding.
    
    2014-06-30  Tom Tromey  <tromey@redhat.com>
    
    	* symtab.c (operator_chars): Make parameters and return type
    	const.
    	(file_matches): Make "files" const.
    	(struct search_symbols_data) <files>: Now const.
    	(search_symbols): Make "regexp" and "files" parameters const.
    	Update.
    	(symtab_symbol_info): Remove cast.
    	(rbreak_command): Update.
    	* symtab.h (search_symbols): Update.

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

Summary of changes:
 gdb/ChangeLog |   12 ++++++++++++
 gdb/symtab.c  |   35 +++++++++++++++++++----------------
 gdb/symtab.h  |    4 ++--
 3 files changed, 33 insertions(+), 18 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]