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. 3881fb67b7017669b3acaba919914954c16270a8


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  3881fb67b7017669b3acaba919914954c16270a8 (commit)
      from  ca71f0dbc6c2315cc17c79d53ec6e902e10eb438 (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=3881fb67b7017669b3acaba919914954c16270a8

commit 3881fb67b7017669b3acaba919914954c16270a8
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Aug 7 16:10:51 2014 +0800

    set print symbol off in py-value.exp and scm-value.exp
    
    I see the following fails on arm-none-eabi target,
    
    print sn^M
    $14 = 0x0 <_ftext>^M
    (gdb) FAIL: gdb.python/py-value.exp: print sn
    
    print sn^M
    $14 = 0x0 <_ftext>^M
    (gdb) FAIL: gdb.guile/scm-value.exp: print sn
    
    as <_ftext> is unexpected.  This patch is to set print symbol off to
    avoid printing this.
    
    gdb/testsuite:
    
    2014-08-24  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.guile/scm-value.exp (test_lazy_strings): Set print
    	symbol off.
    	* gdb.python/py-value.exp (test_lazy_strings): Likewise.

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

Summary of changes:
 gdb/testsuite/ChangeLog               |    6 ++++++
 gdb/testsuite/gdb.guile/scm-value.exp |    4 ++++
 gdb/testsuite/gdb.python/py-value.exp |    4 ++++
 3 files changed, 14 insertions(+), 0 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]