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 gdb-7.8-branch updated. bae47b2f6cf574791095fe9ab28389a3a7c5760b


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, gdb-7.8-branch has been updated
       via  bae47b2f6cf574791095fe9ab28389a3a7c5760b (commit)
      from  304138779e55c9e114f0594e599b8db9e2073c1e (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=bae47b2f6cf574791095fe9ab28389a3a7c5760b

commit bae47b2f6cf574791095fe9ab28389a3a7c5760b
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Wed Jun 18 03:46:37 2014 -0700

    Align behavior of xmethod commands with that of pretty-printer commands.
    
    Currently, the xmethod commands lookup xmethod matchers in the current
    progspace even if the locus regular expression matches the progspace's
    filename.  Pretty printer commands do not match the current progspace's
    filename.
    
    gdb/
    
    	* python/lib/gdb/command/xmethods.py
    	(get_method_matchers_in_loci):  Lookup xmethod matchers in the
    	current progspace only if the string "progspace" matches LOCUS_RE.
    
    gdb/testsuite
    
    	* gdb.python/py-xmethods.exp: Use "progspace" instead of the
    	progspace's filename in 'info', 'enable' and 'disable' command
    	tests.

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

Summary of changes:
 gdb/ChangeLog                            |    6 ++++++
 gdb/python/lib/gdb/command/xmethods.py   |   10 ++++++----
 gdb/testsuite/ChangeLog                  |    6 ++++++
 gdb/testsuite/gdb.python/py-xmethods.exp |   14 +++++++-------
 4 files changed, 25 insertions(+), 11 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]