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. bd9269f70c70b1218b0eb73a6f487d6ca481e5ac


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  bd9269f70c70b1218b0eb73a6f487d6ca481e5ac (commit)
      from  f8c1d06b82ab0fd56bcffc9030cb44b5a946113e (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=bd9269f70c70b1218b0eb73a6f487d6ca481e5ac

commit bd9269f70c70b1218b0eb73a6f487d6ca481e5ac
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Sep 11 11:43:04 2014 +0100

    Introduce common/symbol.h
    
    This introduces common/symbol.h.  This file declares a function that
    the shared code can use and that the clients must implement.  It also
    changes some shared code to use these functions.
    
    gdb/ChangeLog:
    
    	* common/symbol.h: New file.
    	* Makefile.in (HFILES_NO_SRCDIR): Add common/symbol.h.
    	* minsyms.c (find_minimal_symbol_address): New function.
    	* common/agent.c: Include common/symbol.h.
    	[!GDBSERVER]: Don't include objfiles.h.
    	(agent_look_up_symbols): Use find_minimal_symbol_address.
    
    gdb/gdbserver/ChangeLog:
    
    	* symbol.c: New file.
    	* Makefile.in (SFILES): Add symbol.c.
    	(OBS): Add symbol.o.

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

Summary of changes:
 gdb/ChangeLog             |   10 ++++++++++
 gdb/Makefile.in           |    2 +-
 gdb/common/agent.c        |   15 +++------------
 gdb/common/symbol.h       |   37 +++++++++++++++++++++++++++++++++++++
 gdb/gdbserver/ChangeLog   |    7 +++++++
 gdb/gdbserver/Makefile.in |    4 ++--
 gdb/gdbserver/symbol.c    |   32 ++++++++++++++++++++++++++++++++
 gdb/minsyms.c             |   16 ++++++++++++++++
 8 files changed, 108 insertions(+), 15 deletions(-)
 create mode 100644 gdb/common/symbol.h
 create mode 100644 gdb/gdbserver/symbol.c


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]