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. 95cf3b38cd2fae4a53c8ff12bef21b2ae3fdd0cb


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  95cf3b38cd2fae4a53c8ff12bef21b2ae3fdd0cb (commit)
      from  86a80a50f2cb244e6b9ec18b93675972baa50d78 (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=95cf3b38cd2fae4a53c8ff12bef21b2ae3fdd0cb

commit 95cf3b38cd2fae4a53c8ff12bef21b2ae3fdd0cb
Author: David Taylor <dtaylor@emc.com>
Date:   Thu May 1 18:09:43 2014 +0100

    compare-sections: New -r option.
    
    When connecting to a remote system, we use the compare-sections
    command to verify that the box is running the code that we think it is
    running.  Since the system is up and running and *NOT* 'freshly
    downloaded without yet executing anything', read-write sections, of
    course, differ from what they were in the executable file.
    
    Comparing read-write sections takes time and more importantly the
    MIS-MATCHED output is confusing to some users.
    
    The compare-sections command compares all loadable sections including
    read-write sections.  This patch gives the user the option to compare
    just the loadable read-only sections.
    
    gdb/
    2014-05-01  David Taylor  <dtaylor@emc.com>
    
    	* remote.c (compare_sections_command): Add -r option to compare
    	all loadable read-only sections.
    
    gdb/doc/
    2014-05-01  David Taylor  <dtaylor@emc.com>
    
    	* gdb.texinfo (compare-sections): Document the new -r (read-only)
    	option.

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

Summary of changes:
 gdb/ChangeLog       |    5 +++++
 gdb/doc/ChangeLog   |    5 +++++
 gdb/doc/gdb.texinfo |    5 +++--
 gdb/remote.c        |   13 ++++++++++++-
 4 files changed, 25 insertions(+), 3 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]