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


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  f989a1c8ec5d25586c937cc39948b032e07cf1c0 (commit)
      from  263b257428741e10dc4a127cc46c57379307f421 (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=f989a1c8ec5d25586c937cc39948b032e07cf1c0

commit f989a1c8ec5d25586c937cc39948b032e07cf1c0
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Apr 29 08:27:31 2014 -0600

    rename "set debugvarobj" to "set debug varobj"
    
    I think "set debugvarobj" has the wrong name.
    It ought to be "set debug varobj", like gdb's other debug settings.
    
    This patch makes the change.
    
    I chose not to install deprecated aliases, since this is only a debug
    setting; but if someone feels strongly about it I will add them.
    
    Built and regtested on x86-64 Fedora 20.
    
    2014-04-29  Tom Tromey  <tromey@redhat.com>
    
    	* varobj.c (_initialize_varobj): Rename to "set debug varobj" and
    	"show debug varobj".
    
    2014-04-29  Tom Tromey  <tromey@redhat.com>
    
    	* gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
    	"show debug varobj".

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

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