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


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  f84bc21877ea3a58cd77929d9b365fd156df1b33 (commit)
      from  8662d513466e5743274a36d12f6b63a524e68c0a (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=f84bc21877ea3a58cd77929d9b365fd156df1b33

commit f84bc21877ea3a58cd77929d9b365fd156df1b33
Author: Keven Boell <keven.boell@intel.com>
Date:   Thu Nov 21 10:54:47 2013 +0100

    testsuite: introduce index in varobj child eval.
    
    In some languages, e.g. fortran, arrays start with index 1
    instead 0. This patch changes the MI library to support testing
    varobj children of fortran arrays.
    
    2013-11-21  Keven Boell  <keven.boell@intel.com>
    
    testsuite/
    
    	* lib/mi-support.exp (mi_list_varobj_children_range): Add
    	call to mi_list_array_varobj_children_with_index.
    	(mi_list_array_varobj_children_with_index): New function.
    	Add parameter to specify array start.

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

Summary of changes:
 gdb/testsuite/ChangeLog          |    7 +++++++
 gdb/testsuite/lib/mi-support.exp |   11 ++++++++++-
 2 files changed, 17 insertions(+), 1 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]