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. 4c122fc3154566369237c6194def4bd88a074f7e


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  4c122fc3154566369237c6194def4bd88a074f7e (commit)
      from  0a62cfe5676e271b40b5f85efeecbdd36d63a375 (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=4c122fc3154566369237c6194def4bd88a074f7e

commit 4c122fc3154566369237c6194def4bd88a074f7e
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Aug 30 17:46:21 2014 +0800

    Set print symbol off in mi-var-display.exp
    
    Hi,
    I see the following fail on arm-none-eabi target,
    
    -var-evaluate-expression -f nat foo^M
    ^done,value="0x3 <_ftext+2>"^M
    (gdb) ^M
    FAIL: gdb.mi/mi-var-display.exp: eval variable -f nat foo
    
    the "<_ftext+2>" isn't expected in the test, so "set print symbol off"
    can prevent printing it.  It is obvious and I'll commit it in three
    days if no comments.
    
    gdb/testsuite:
    
    2014-09-09  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.mi/mi-var-display.exp: Set print symbol off.

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

Summary of changes:
 gdb/testsuite/ChangeLog                 |    4 ++++
 gdb/testsuite/gdb.mi/mi-var-display.exp |    3 +++
 2 files changed, 7 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]