diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-18 15:28:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-18 15:28:24 +0000 |
commit | 1d51a733d5f20fe7ad6e89103f50742da2991586 (patch) | |
tree | bdda359166f7b83a6321ed3c3dee9b7d6bae95a4 /gdb/testsuite/gdb.mi/mi-var-child.exp | |
parent | edf0c1b7caed4e2bfb9a84fd9c226c6720da1d97 (diff) | |
download | gdb-1d51a733d5f20fe7ad6e89103f50742da2991586.zip gdb-1d51a733d5f20fe7ad6e89103f50742da2991586.tar.gz gdb-1d51a733d5f20fe7ad6e89103f50742da2991586.tar.bz2 |
* printcmd.c (print_address_demangle): Remove special case for 0.
testsuite
* gdb.mi/mi2-var-display.exp: Update.
* gdb.mi/mi-var-display.exp: Update.
* gdb.mi/mi-var-child.exp: Update.
* gdb.cp/expand-psymtabs-cxx.exp: Update.
* gdb.cp/cp-relocate.exp (get_func_address): Update.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-var-child.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-var-child.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-var-child.exp b/gdb/testsuite/gdb.mi/mi-var-child.exp index 7e58ad7..fb98c1d 100644 --- a/gdb/testsuite/gdb.mi/mi-var-child.exp +++ b/gdb/testsuite/gdb.mi/mi-var-child.exp @@ -808,9 +808,9 @@ mi_list_varobj_children {struct_declarations --simple-values} \ {struct_declarations.long_array long_array 12 "long int \\[12\\]"} \ [list struct_declarations.func_ptr func_ptr 0 "void \\(\\*\\)\\((void)?\\)" "(@$hex: |)$hex <nothing>"] \ {struct_declarations.func_ptr_struct func_ptr_struct 0 \ - "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long int\\))?" 0} \ + "struct _struct_decl \\(\\*\\)(\\(int, char \\*, long int\\))?" 0x0} \ {struct_declarations.func_ptr_ptr func_ptr_ptr 0 \ - "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long int)?\\)" 0} \ + "struct _struct_decl \\*\\(\\*\\)\\((int, char \\*, long int)?\\)" 0x0} \ {struct_declarations.u1 u1 4 "union \\{\\.\\.\\.\\}"} \ {struct_declarations.s2 s2 4 "struct \\{\\.\\.\\.\\}"} \ ] "listing of children, simple types: names, type and values, complex types: names and types" |