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. 70afc5b72d36dabf0a152e219ac981b2b45c138a


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  70afc5b72d36dabf0a152e219ac981b2b45c138a (commit)
      from  b972bd9c133c8acd3f5ce8d05a4fdfc85aee2c15 (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=70afc5b72d36dabf0a152e219ac981b2b45c138a

commit 70afc5b72d36dabf0a152e219ac981b2b45c138a
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]