Index: gdb/testsuite/gdb.mi/mi2-var-child.exp |
diff --git a/gdb/testsuite/gdb.mi/mi2-var-child.exp b/gdb/testsuite/gdb.mi/mi2-var-child.exp |
index fdf12f7598b766ee240bdd883b6709ad26292f46..4f1ba77b72ff45fa13abd416d50654c4d022531f 100644 |
--- a/gdb/testsuite/gdb.mi/mi2-var-child.exp |
+++ b/gdb/testsuite/gdb.mi/mi2-var-child.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 1999-2004, 2009, 2012 Free Software Foundation, Inc. |
+# Copyright 1999-2013 Free Software Foundation, Inc. |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -63,14 +63,14 @@ mi_list_varobj_children "struct_declarations" { |
{struct_declarations.integer integer 0 int} |
{struct_declarations.character character 0 char} |
{struct_declarations.char_ptr char_ptr 1 "char \\*"} |
- {struct_declarations.long_int long_int 0 "long int"} |
+ {struct_declarations.long_int long_int 0 "long"} |
{struct_declarations.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*"} |
- {struct_declarations.long_array long_array 10 "long int \\[10\\]"} |
+ {struct_declarations.long_array long_array 10 "long \\[10\\]"} |
{struct_declarations.func_ptr func_ptr 0 "void \\(\\*\\)\\((void)?\\)"} |
{struct_declarations.func_ptr_struct func_ptr_struct 0 \ |
- "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long int\\))?"} |
+ "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long\\))?"} |
{struct_declarations.func_ptr_ptr func_ptr_ptr 0 \ |
- "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long int)?\\)"} |
+ "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long)?\\)"} |
{struct_declarations.u1 u1 4 "union \\{\\.\\.\\.\\}"} |
{struct_declarations.s2 s2 4 "struct \\{\\.\\.\\.\\}"} |
} "get children of struct_declarations" |
@@ -150,7 +150,7 @@ mi_gdb_test "-var-info-num-children struct_declarations.int_ptr_ptr" \ |
# Test: c_variable-4.15 |
# Desc: children of struct_declarations.long_array |
-mi_list_array_varobj_children "struct_declarations.long_array" 10 "long int" \ |
+mi_list_array_varobj_children "struct_declarations.long_array" 10 "long" \ |
"get children of struct_declarations.long_array" |
# Test: c_variable-4.16 |
@@ -199,7 +199,7 @@ mi_gdb_test "-var-info-num-children struct_declarations.func_ptr_ptr" \ |
mi_list_varobj_children "struct_declarations.u1" { |
{struct_declarations.u1.a a 0 int} |
{struct_declarations.u1.b b 1 {char \*}} |
- {struct_declarations.u1.c c 0 {long int}} |
+ {struct_declarations.u1.c c 0 {long}} |
{struct_declarations.u1.d d 0 {enum foo}} |
} "get children of struct_declarations.u1" |
@@ -215,7 +215,7 @@ mi_list_varobj_children "struct_declarations.s2" { |
{struct_declarations.s2.u2 u2 3 {union \{\.\.\.\}}} |
{struct_declarations.s2.g g 0 int} |
{struct_declarations.s2.h h 0 char} |
- {struct_declarations.s2.i i 10 {long int \[10\]}} |
+ {struct_declarations.s2.i i 10 {long \[10\]}} |
} "get children of struct_declarations.s2" |
#gdbtk_test c_variable-4.25 {children of struct_declarations.s2} { |
@@ -289,7 +289,7 @@ mi_gdb_test "-var-info-num-children struct_declarations.u1.d" \ |
# Desc: children of struct_declarations.s2.u2 |
mi_list_varobj_children "struct_declarations.s2.u2" { |
{"struct_declarations.s2.u2.u1s1" "u1s1" 4 {struct \{\.\.\.\}}} |
- {struct_declarations.s2.u2.f f 0 "long int"} |
+ {struct_declarations.s2.u2.f f 0 "long"} |
{struct_declarations.s2.u2.u1s2 u1s2 2 {struct \{\.\.\.\}}} |
} "get children of struct_declarations.s2.u2" |
@@ -327,7 +327,7 @@ mi_gdb_test "-var-info-num-children struct_declarations.s2.h" \ |
# Desc: children of struct_declarations.s2.i |
set t {} |
for {set i 0} {$i < 10} {incr i} { |
- lappend t [list struct_declarations.s2.i.$i $i 0 "long int"] |
+ lappend t [list struct_declarations.s2.i.$i $i 0 "long"] |
} |
mi_list_varobj_children struct_declarations.s2.i $t \ |
"get children of struct_declarations.s2.i" |
@@ -481,14 +481,14 @@ mi_list_varobj_children "weird" { |
{weird.integer integer 0 int} |
{weird.character character 0 char} |
{weird.char_ptr char_ptr 1 "char \\*"} |
- {weird.long_int long_int 0 "long int"} |
+ {weird.long_int long_int 0 "long"} |
{weird.int_ptr_ptr int_ptr_ptr 1 "int \\*\\*"} |
- {weird.long_array long_array 10 "long int \\[10\\]"} |
+ {weird.long_array long_array 10 "long \\[10\\]"} |
{weird.func_ptr func_ptr 0 "void \\(\\*\\)\\((void)?\\)"} |
{weird.func_ptr_struct func_ptr_struct 0 \ |
- "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long int\\))?"} |
+ "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long\\))?"} |
{weird.func_ptr_ptr func_ptr_ptr 0 \ |
- "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long int)?\\)"} |
+ "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long)?\\)"} |
{weird.u1 u1 4 "union \\{\\.\\.\\.\\}"} |
{weird.s2 s2 4 "struct \\{\\.\\.\\.\\}"} |
} "get children of weird" |
@@ -502,7 +502,7 @@ mi_gdb_test "-var-info-num-children weird" \ |
# Test: c_variable-4.84 |
# Desc: children of weird->long_array |
-mi_list_array_varobj_children weird.long_array 10 "long int" \ |
+mi_list_array_varobj_children weird.long_array 10 "long" \ |
"get children of weird.long_array" |
#gdbtk_test c_variable-4.84 {children of weird->long_array} { |
# get_children weird.long_array |
@@ -865,7 +865,7 @@ mi_create_varobj "psnp->long_ptr" "psnp->long_ptr" \ |
# Test: c_variable-5.20 |
# Desc: children of psnp->long_ptr |
mi_list_varobj_children "psnp->long_ptr" { |
- {{psnp->long_ptr.\*psnp->long_ptr} {\*psnp->long_ptr} 1 {long int \*\*\*}} |
+ {{psnp->long_ptr.\*psnp->long_ptr} {\*psnp->long_ptr} 1 {long \*\*\*}} |
} "get children of psnp->long_ptr" |
# Test: c_variable-5.21 |
@@ -877,7 +877,7 @@ mi_gdb_test "-var-info-num-children psnp->long_ptr" \ |
# Test: c_variable-5.22 |
# Desc: children of *(psnp->long_ptr) |
mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr" { |
- {{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr} {\*\*psnp->long_ptr} 1 {long int \*\*}} |
+ {{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr} {\*\*psnp->long_ptr} 1 {long \*\*}} |
} "get children of psnp->long_ptr.*psnp->long_ptr" |
@@ -891,7 +891,7 @@ mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr" \ |
# Desc: children of *(*(psnp->long_ptr)) |
mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr" { |
{{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr.\*\*\*psnp->long_ptr} \ |
- {\*\*\*psnp->long_ptr} 1 {long int \*}} |
+ {\*\*\*psnp->long_ptr} 1 {long \*}} |
} "get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr" |
# Test: c_variable-5.25 |
@@ -904,7 +904,7 @@ mi_gdb_test "-var-info-num-children psnp->long_ptr.*psnp->long_ptr.**psnp->long_ |
# Desc: children of *(*(*(psnp->long_ptr))) |
mi_list_varobj_children "psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr" { |
{{psnp->long_ptr.\*psnp->long_ptr.\*\*psnp->long_ptr.\*\*\*psnp->long_ptr.\*\*\*\*psnp->long_ptr} |
- {\*\*\*\*psnp->long_ptr} 0 {long int}} |
+ {\*\*\*\*psnp->long_ptr} 0 {long}} |
} "get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr" |
# Test: c_variable-5.27 |
@@ -948,7 +948,7 @@ mi_gdb_test "-var-info-num-children psnp->ptrs" \ |
# Desc: children of psnp->ptrs[0] |
mi_list_varobj_children "psnp->ptrs.0" { |
{psnp->ptrs.0.char_ptr char_ptr 1 {char \*\*\*\*}} |
- {psnp->ptrs.0.long_ptr long_ptr 1 {long int \*\*\*\*}} |
+ {psnp->ptrs.0.long_ptr long_ptr 1 {long \*\*\*\*}} |
{psnp->ptrs.0.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}} |
{psnp->ptrs.0.next next 4 {struct _struct_n_pointer \*}} |
} "get children of psnp->ptrs.0" |
@@ -963,7 +963,7 @@ mi_gdb_test "-var-info-num-children psnp->ptrs.0" \ |
# Desc: children of psnp->ptrs[0]->next |
mi_list_varobj_children "psnp->ptrs.0.next" { |
{psnp->ptrs.0.next.char_ptr char_ptr 1 {char \*\*\*\*}} |
- {psnp->ptrs.0.next.long_ptr long_ptr 1 {long int \*\*\*\*}} |
+ {psnp->ptrs.0.next.long_ptr long_ptr 1 {long \*\*\*\*}} |
{psnp->ptrs.0.next.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}} |
{psnp->ptrs.0.next.next next 4 {struct _struct_n_pointer \*}} |
} "get children of psnp->ptrs.0.next" |
@@ -1053,7 +1053,7 @@ mi_gdb_test "-var-info-num-children psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ |
# Desc: children of psnp->ptrs[0]->next->next |
mi_list_varobj_children "psnp->ptrs.0.next.next" { |
{psnp->ptrs.0.next.next.char_ptr char_ptr 1 {char \*\*\*\*}} |
- {psnp->ptrs.0.next.next.long_ptr long_ptr 1 {long int \*\*\*\*}} |
+ {psnp->ptrs.0.next.next.long_ptr long_ptr 1 {long \*\*\*\*}} |
{psnp->ptrs.0.next.next.ptrs ptrs 3 {struct _struct_n_pointer \*\[3\]}} |
{psnp->ptrs.0.next.next.next next 4 {struct _struct_n_pointer \*}} |
} "get children of psnp->ptrs.0.next.next" |