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


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  c6a9e42ce45887180e2918ab53b323282193000d (commit)
      from  e2e6193d65a20e6b7fccba288e5d1bc45b78d194 (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=c6a9e42ce45887180e2918ab53b323282193000d

commit c6a9e42ce45887180e2918ab53b323282193000d
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Jan 9 19:57:13 2014 +0000

    gdb.mi/mi-info-os.exp: Fix cross-debugger testing
    
    A live target is required for `-info-os' to work in non-native
    configurations.
    
     (gdb)
     Expecting: ^(-info-os[
     ]+)?(.*\^done,OSDataTable=.*[
     ]+[(]gdb[)]
     [ ]*)
     -info-os
     ^error,msg="Don't know how to get OS data.  Try \"help target\"."
     (gdb)
     FAIL: gdb.mi/mi-info-os.exp: -info-os
    
    If GDB does have a native configuration included, but we're testing
    remote, it'll be worse, as if we're not connected yet, -info-os will
    run against the default run target, and pass, falsely giving the
    impression the remote bits were exercised.
    
    gdb/testsuite/
    2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
    	    Pedro Alves  <palves@redhat.com>
    
    	* gdb.mi/mi-info-os.exp: Connect to the target with
            mi_gdb_target_load.

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

Summary of changes:
 gdb/testsuite/ChangeLog             |    6 ++++++
 gdb/testsuite/gdb.mi/mi-info-os.exp |   20 ++++++++++++++++++++
 2 files changed, 26 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]