Lines Matching full:base
672 Running ./gdb.base/a2-run.exp ...
673 Running ./gdb.base/advance.exp ...
674 PASS: gdb.base/advance.exp: advance line number
675 PASS: gdb.base/advance.exp: malformed advance
676 PASS: gdb.base/advance.exp: advance func
677 PASS: gdb.base/advance.exp: advance function not called by current frame
678 PASS: gdb.base/advance.exp: set breakpoint at call to func3
679 PASS: gdb.base/advance.exp: continue to call to func3 in main
680 PASS: gdb.base/advance.exp: advance function called as param
681 PASS: gdb.base/advance.exp: advance with no argument
682 Running ./gdb.base/alias.exp ...
683 PASS: gdb.base/alias.exp: alias -a set2=set
684 PASS: gdb.base/alias.exp: set2 print elements 42
685 PASS: gdb.base/alias.exp: verify set2
686 PASS: gdb.base/alias.exp: abbrev set2 not present in help command list
687 PASS: gdb.base/alias.exp: alias -a set3= set
688 PASS: gdb.base/alias.exp: set3 print elements 43
689 PASS: gdb.base/alias.exp: verify set3
690 PASS: gdb.base/alias.exp: abbrev set3 not present in help command list
691 PASS: gdb.base/alias.exp: alias -a set4 =set
692 PASS: gdb.base/alias.exp: set4 print elements 44
693 PASS: gdb.base/alias.exp: verify set4
694 PASS: gdb.base/alias.exp: abbrev set4 not present in help command list
695 PASS: gdb.base/alias.exp: alias -a set5 = set
696 PASS: gdb.base/alias.exp: set5 print elements 45
697 PASS: gdb.base/alias.exp: verify set5
698 PASS: gdb.base/alias.exp: abbrev set5 not present in help command list
699 PASS: gdb.base/alias.exp: alias -a -- set6 = set
700 PASS: gdb.base/alias.exp: set6 print elements 46
701 PASS: gdb.base/alias.exp: verify set6
702 PASS: gdb.base/alias.exp: abbrev set6 not present in help command list
703 PASS: gdb.base/alias.exp: alias -a -- -a = set
704 PASS: gdb.base/alias.exp: -a print elements 47
705 PASS: gdb.base/alias.exp: verify -a
706 PASS: gdb.base/alias.exp: abbrev -a not present in help command list
707 PASS: gdb.base/alias.exp: alias set2=set
708 PASS: gdb.base/alias.exp: alias foo=bar
709 PASS: gdb.base/alias.exp: alias spe = set p elem
710 PASS: gdb.base/alias.exp: spe 50
711 PASS: gdb.base/alias.exp: verify spe
712 PASS: gdb.base/alias.exp: alias set pr elms = set p elem
713 PASS: gdb.base/alias.exp: set pr elms 51
714 PASS: gdb.base/alias.exp: verify set pr elms
715 PASS: gdb.base/alias.exp: help set print
716 Running ./gdb.base/all-bin.exp ...
717 PASS: gdb.base/all-bin.exp: continuing after dummy()
718 PASS: gdb.base/all-bin.exp: print value of v_int+v_char
719 PASS: gdb.base/all-bin.exp: print value of v_int+v_short
720 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_char
721 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_char
722 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_short
723 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_short
724 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_int
725 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_int
726 PASS: gdb.base/all-bin.exp: print value of v_int+v_long
727 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_long
728 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_long
729 PASS: gdb.base/all-bin.exp: print value of v_int+v_float
730 PASS: gdb.base/all-bin.exp: print value of v_int+v_double
731 PASS: gdb.base/all-bin.exp: print value of v_int<=v_char
732 PASS: gdb.base/all-bin.exp: print value of v_int<=v_short
733 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_char
734 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_char
735 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_short
736 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_short
737 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_int
738 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_int
739 PASS: gdb.base/all-bin.exp: print value of v_int<=v_long
740 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_long
741 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_long
742 PASS: gdb.base/all-bin.exp: print value of v_int<=v_float
743 PASS: gdb.base/all-bin.exp: print value of v_int<=v_double
744 PASS: gdb.base/all-bin.exp: set v_char=0
745 PASS: gdb.base/all-bin.exp: set v_double=0
746 PASS: gdb.base/all-bin.exp: set v_unsigned_long=0
747 PASS: gdb.base/all-bin.exp: print value of v_int&&v_char
748 PASS: gdb.base/all-bin.exp: print value of v_int&&v_short
749 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_char
750 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_char
751 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_short
752 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_short
753 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_int
754 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_int
755 PASS: gdb.base/all-bin.exp: print value of v_int&&v_long
756 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_long
757 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_long
758 PASS: gdb.base/all-bin.exp: print value of v_int&&v_float
759 PASS: gdb.base/all-bin.exp: print value of v_int&&v_double
760 Running ./gdb.base/annota1.exp ...
761 Running ./gdb.base/annota3.exp ...
762 Running ./gdb.base/anon.exp ...
763 PASS: gdb.base/anon.exp: set breakpoint in anon.c
764 PASS: gdb.base/anon.exp: continue to breakpoint: continue to breakpoint in anon.c
765 PASS: gdb.base/anon.exp: print val.data.six
766 Running ./gdb.base/args.exp ...
767 Running ./gdb.base/argv0-symlink.exp ...
768 PASS: gdb.base/argv0-symlink.exp: kept file symbolic link name
769 FAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
770 Running ./gdb.base/arithmet.exp ...
771 PASS: gdb.base/arithmet.exp: set variable x=14
772 PASS: gdb.base/arithmet.exp: set variable y=2
773 PASS: gdb.base/arithmet.exp: set variable z=2
774 PASS: gdb.base/arithmet.exp: set variable w=3
775 PASS: gdb.base/arithmet.exp: print x
776 PASS: gdb.base/arithmet.exp: print y
777 PASS: gdb.base/arithmet.exp: print z
778 PASS: gdb.base/arithmet.exp: print w
779 PASS: gdb.base/arithmet.exp: print x+y
780 PASS: gdb.base/arithmet.exp: print x-y
781 PASS: gdb.base/arithmet.exp: print x*y
782 PASS: gdb.base/arithmet.exp: print x/y
783 PASS: gdb.base/arithmet.exp: print x%y
784 PASS: gdb.base/arithmet.exp: print x+y+z
785 PASS: gdb.base/arithmet.exp: print x-y-z
786 PASS: gdb.base/arithmet.exp: print x*y*z
787 PASS: gdb.base/arithmet.exp: print x/y/z
788 PASS: gdb.base/arithmet.exp: print x%y%z
789 PASS: gdb.base/arithmet.exp: set variable x=10
790 PASS: gdb.base/arithmet.exp: set variable y=4
791 PASS: gdb.base/arithmet.exp: print x+y-z
792 PASS: gdb.base/arithmet.exp: print x+y*z
793 PASS: gdb.base/arithmet.exp: print x+y%w
794 PASS: gdb.base/arithmet.exp: print x+y/w
795 PASS: gdb.base/arithmet.exp: print x-y*z
796 PASS: gdb.base/arithmet.exp: print x-y%z
797 PASS: gdb.base/arithmet.exp: print x-y/z
798 PASS: gdb.base/arithmet.exp: print x*y/z
799 PASS: gdb.base/arithmet.exp: print x*y%w
800 PASS: gdb.base/arithmet.exp: print x/y%w
801 PASS: gdb.base/arithmet.exp: print x-(y+w)
802 PASS: gdb.base/arithmet.exp: print x/(y*w)
803 PASS: gdb.base/arithmet.exp: print x-(y/w)
804 PASS: gdb.base/arithmet.exp: print (x+y)*w
805 Running ./gdb.base/arrayidx.exp ...
806 PASS: gdb.base/arrayidx.exp: Set print array-indexes to off
807 PASS: gdb.base/arrayidx.exp: Print array with array-indexes off
808 PASS: gdb.base/arrayidx.exp: Set print array-indexes to on
809 PASS: gdb.base/arrayidx.exp: Print array with array-indexes on
810 Running ./gdb.base/assign.exp ...
811 PASS: gdb.base/assign.exp: continuing after dummy()
812 PASS: gdb.base/assign.exp: v_int=57
813 PASS: gdb.base/assign.exp: set v_int to 6
814 PASS: gdb.base/assign.exp: v_int+=57
815 PASS: gdb.base/assign.exp: set v_int to 6 (2)
816 PASS: gdb.base/assign.exp: v_int-=57
817 PASS: gdb.base/assign.exp: set v_int to 6 (3)
818 PASS: gdb.base/assign.exp: v_int*=5
819 PASS: gdb.base/assign.exp: set v_int to 6 (4)
820 PASS: gdb.base/assign.exp: v_int/=4
821 PASS: gdb.base/assign.exp: set v_int to 6 (5)
822 PASS: gdb.base/assign.exp: v_int%=4
823 PASS: gdb.base/assign.exp: set v_int to 6 (6)
824 PASS: gdb.base/assign.exp: v_int+=char
825 PASS: gdb.base/assign.exp: set v_int to 6 (7)
826 PASS: gdb.base/assign.exp: v_int+=signed_char
827 PASS: gdb.base/assign.exp: set v_int to 6 (8)
828 PASS: gdb.base/assign.exp: v_int+=unsigned_char
829 PASS: gdb.base/assign.exp: set v_int to 6 (9)
830 PASS: gdb.base/assign.exp: v_int+=short
831 PASS: gdb.base/assign.exp: set v_int to 6 (10)
832 PASS: gdb.base/assign.exp: v_int+=signed_short
833 PASS: gdb.base/assign.exp: set v_int to 6 (11)
834 PASS: gdb.base/assign.exp: v_int=+unsigned_short
835 PASS: gdb.base/assign.exp: set v_int to 6 (12)
836 PASS: gdb.base/assign.exp: v_int+=signed_int
837 PASS: gdb.base/assign.exp: set v_int to 6 (13)
838 PASS: gdb.base/assign.exp: v_int+=unsigned_int
839 PASS: gdb.base/assign.exp: set v_int to 6 (14)
840 PASS: gdb.base/assign.exp: v_int+=long
841 PASS: gdb.base/assign.exp: set v_int to 6 (15)
842 PASS: gdb.base/assign.exp: v_int+=signed_long
843 PASS: gdb.base/assign.exp: set v_int to 6 (16)
844 PASS: gdb.base/assign.exp: v_int+=unsigned_long
845 PASS: gdb.base/assign.exp: set v_int to 6 (17)
846 PASS: gdb.base/assign.exp: v_int+=v_float
847 PASS: gdb.base/assign.exp: set v_int to 6 (18)
848 PASS: gdb.base/assign.exp: v_int+=double
849 Running ./gdb.base/async.exp ...
850 Running ./gdb.base/async-shell.exp ...
851 Running ./gdb.base/attach.exp ...
852 Running ./gdb.base/attach-pie-misread.exp ...
853 Running ./gdb.base/attach-pie-noexec.exp ...
854 Running ./gdb.base/attach-twice.exp ...
855 Running ./gdb.base/auxv.exp ...
856 PASS: gdb.base/auxv.exp: set print sevenbit-strings
857 PASS: gdb.base/auxv.exp: set width 0
858 PASS: gdb.base/auxv.exp: tbreak 78
859 PASS: gdb.base/auxv.exp: continue
860 PASS: gdb.base/auxv.exp: info auxv on live process
861 PASS: gdb.base/auxv.exp: gcore
862 PASS: gdb.base/auxv.exp: continue
863 PASS: gdb.base/auxv.exp: continue
864 UNSUPPORTED: gdb.base/auxv.exp: generate native core dump
865 UNSUPPORTED: gdb.base/auxv.exp: info auxv on native core dump
866 UNSUPPORTED: gdb.base/auxv.exp: matching auxv data from live and core
867 FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump
868 FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump
869 FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
870 Running ./gdb.base/bang.exp ...
871 PASS: gdb.base/bang.exp: run program
872 Running ./gdb.base/bfp-test.exp ...
873 PASS: gdb.base/bfp-test.exp: continue to breakpoint: return
874 PASS: gdb.base/bfp-test.exp: The original value of b32 is 1.5
875 PASS: gdb.base/bfp-test.exp: The original value of b64 is 2.25
876 PASS: gdb.base/bfp-test.exp: The original value of b128 is 3.375
877 PASS: gdb.base/bfp-test.exp: Try to change b32 to -1.5 with 'print b32=-1.5f'
878 PASS: gdb.base/bfp-test.exp: Try to change b64 to -2.25 with 'print b64=-2.25f'
879 PASS: gdb.base/bfp-test.exp: Try to change b128 to -3.375 with 'print b128=-3.375l'
880 PASS: gdb.base/bfp-test.exp: set variable b32 = 10.5f
881 PASS: gdb.base/bfp-test.exp: set variable b64 = 20.25f
882 PASS: gdb.base/bfp-test.exp: set variable b128 = 30.375l
883 PASS: gdb.base/bfp-test.exp: The value of b32 is changed to 10.5
884 PASS: gdb.base/bfp-test.exp: The value of b64 is changed to 20.25
885 PASS: gdb.base/bfp-test.exp: The value of b128 is changed to 30.375
886 PASS: gdb.base/bfp-test.exp: set variable b32 = 100.5a
887 PASS: gdb.base/bfp-test.exp: set variable b64 = 200.25x
888 PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fl
889 PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fff
890 Running ./gdb.base/bigcore.exp ...
891 UNTESTED: gdb.base/bigcore.exp: Remote system
892 Running ./gdb.base/bitfields2.exp ...
893 PASS: gdb.base/bitfields2.exp: set print sevenbit-strings
894 PASS: gdb.base/bitfields2.exp: break tester prior to break1
895 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break1
896 PASS: gdb.base/bitfields2.exp: continuing to break1 #0
897 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s1 = 1
898 PASS: gdb.base/bitfields2.exp: continuing to break1 #1
899 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u1 = 1
900 PASS: gdb.base/bitfields2.exp: continuing to break1 #2
901 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s2 = 1
902 PASS: gdb.base/bitfields2.exp: continuing to break1 #3
903 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u2 = 1
904 PASS: gdb.base/bitfields2.exp: continuing to break1 #4
905 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s3 = 1
906 PASS: gdb.base/bitfields2.exp: continuing to break1 #5
907 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u3 = 1
908 PASS: gdb.base/bitfields2.exp: break tester prior to break2
909 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break2
910 PASS: gdb.base/bitfields2.exp: continuing to break2 #0
911 PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u1, flags.u3, and flags.s3 to all 1s
912 PASS: gdb.base/bitfields2.exp: continuing to break2 #1
913 PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u2, flags.s1, flags.s2 to all 1s
914 PASS: gdb.base/bitfields2.exp: break tester prior to break3
915 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break3
916 PASS: gdb.base/bitfields2.exp: continuing to break3 #0
917 PASS: gdb.base/bitfields2.exp: maximum unsigned bitfield values
918 PASS: gdb.base/bitfields2.exp: break tester prior to break4
919 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break4
920 PASS: gdb.base/bitfields2.exp: continuing to break4 #0
921 PASS: gdb.base/bitfields2.exp: maximum signed bitfield values
922 PASS: gdb.base/bitfields2.exp: continuing to break4 #1
923 PASS: gdb.base/bitfields2.exp: determining signed-ness of bitfields
924 PASS: gdb.base/bitfields2.exp: most negative signed bitfield values
925 PASS: gdb.base/bitfields2.exp: continuing to break4 #2
926 PASS: gdb.base/bitfields2.exp: signed bitfields containing -1
927 PASS: gdb.base/bitfields2.exp: break tester prior to break5
928 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break5
929 PASS: gdb.base/bitfields2.exp: continuing to break5 #0
930 PASS: gdb.base/bitfields2.exp: set long long unsigned bitfield
931 PASS: gdb.base/bitfields2.exp: set long long signed bitfield positive
932 PASS: gdb.base/bitfields2.exp: long long bitfield values after set
933 PASS: gdb.base/bitfields2.exp: set long long signed bitfield negative
934 PASS: gdb.base/bitfields2.exp: long long bitfield values after set negative
935 Running ./gdb.base/bitfields.exp ...
936 PASS: gdb.base/bitfields.exp: set print sevenbit-strings
937 PASS: gdb.base/bitfields.exp: print flags
938 PASS: gdb.base/bitfields.exp: continuing to break1 #1
939 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s1)
940 PASS: gdb.base/bitfields.exp: continuing to break1 #2
941 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u1)
942 PASS: gdb.base
943 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s2)
944 PASS: gdb.base/bitfields.exp: continuing to break1 #4
945 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u2)
946 PASS: gdb.base/bitfields.exp: continuing to break1 #5
947 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s3)
948 PASS: gdb.base/bitfields.exp: continuing to break1 #6
949 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u3)
950 PASS: gdb.base/bitfields.exp: continuing to break1 #7
951 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s9)
952 PASS: gdb.base/bitfields.exp: continuing to break1 #8
953 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u9)
954 PASS: gdb.base/bitfields.exp: continuing to break1 #9
955 PASS: gdb.base/bitfields.exp: bitfield uniqueness (sc)
956 PASS: gdb.base/bitfields.exp: bitfield containment #1
957 PASS: gdb.base/bitfields.exp: continuing to break2
958 PASS: gdb.base/bitfields.exp: bitfield containment #2
959 PASS: gdb.base/bitfields.exp: unsigned bitfield ranges
960 PASS: gdb.base/bitfields.exp: signed bitfields, max positive values
961 PASS: gdb.base/bitfields.exp: continuing to break4 #1
962 PASS: gdb.base/bitfields.exp: determining signed-ness of bitfields
963 PASS: gdb.base/bitfields.exp: signed bitfields, max negative values
964 PASS: gdb.base/bitfields.exp: continuing to break4 #2
965 PASS: gdb.base/bitfields.exp: signed bitfields with -1
966 PASS: gdb.base/bitfields.exp: continuing to break5
967 PASS: gdb.base/bitfields.exp: distinct bitfields in container
968 PASS: gdb.base/bitfields.exp: print container.one.u3
969 PASS: gdb.base/bitfields.exp: print container.two.u3
970 PASS: gdb.base/bitfields.exp: set internal var
971 PASS: gdb.base/bitfields.exp: set $myvar.a = 0
972 PASS: gdb.base/bitfields.exp: set $myvar.inner.b = 1
973 PASS: gdb.base/bitfields.exp: set $myvar.inner.deep.c = 0
974 PASS: gdb.base/bitfields.exp: set $myvar.inner.deep.d = -1
975 PASS: gdb.base/bitfields.exp: set $myvar.inner.e = 1
976 PASS: gdb.base/bitfields.exp: set $myvar.f = 1
977 PASS: gdb.base/bitfields.exp: print $myvar.a
978 PASS: gdb.base/bitfields.exp: print $myvar.inner.b
979 PASS: gdb.base/bitfields.exp: print $myvar.inner.deep.c
980 PASS: gdb.base/bitfields.exp: print $myvar.inner.deep.d
981 PASS: gdb.base/bitfields.exp: print $myvar.inner.e
982 PASS: gdb.base/bitfields.exp: print $myvar.f
983 Running ./gdb.base/bitops.exp ...
984 PASS: gdb.base/bitops.exp: print value of !1
985 PASS: gdb.base/bitops.exp: print value of !0
986 PASS: gdb.base/bitops.exp: print value of !100
987 PASS: gdb.base/bitops.exp: print value of !1000
988 PASS: gdb.base/bitops.exp: print value of !10
989 PASS: gdb.base/bitops.exp: print value of !2
990 PASS: gdb.base/bitops.exp: print value of 10 | 5
991 PASS: gdb.base/bitops.exp: print value of 10 & 5
992 PASS: gdb.base/bitops.exp: print value of 10 ^ 5
993 PASS: gdb.base/bitops.exp: print value of -!0
994 PASS: gdb.base/bitops.exp: print value of ~-!0
995 PASS: gdb.base/bitops.exp: print value of 3 * 2 / 4.0 * 2.0
996 PASS: gdb.base/bitops.exp: print value of 8 << 2 >> 4
997 PASS: gdb.base/bitops.exp: print value of -1 < 0 > 1
998 PASS: gdb.base/bitops.exp: print value of 15 ^ 10 ^ 5 ^ 7
999 PASS: gdb.base/bitops.exp: print value of 3.5 < 4.0
1000 PASS: gdb.base/bitops.exp: print value of 3.5 < -4.0
1001 PASS: gdb.base/bitops.exp: print value of 2 > -3
1002 PASS: gdb.base/bitops.exp: print value of -3>4
1003 PASS: gdb.base/bitops.exp: print value of (-3 > 4)
1004 PASS: gdb.base/bitops.exp: print value of 3>=2.5
1005 PASS: gdb.base/bitops.exp: print value of 3>=4.5
1006 PASS: gdb.base/bitops.exp: print value of 3==3.0
1007 PASS: gdb.base/bitops.exp: print value of 3==4.0
1008 PASS: gdb.base/bitops.exp: print value of 3!=3.0
1009 PASS: gdb.base/bitops.exp: print value of 3!=5.0
1010 PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2
1011 PASS: gdb.base/bitops.exp: print value of 1.0 || 0
1012 PASS: gdb.base/bitops.exp: print value of 0.0 || 1.0
1013 PASS: gdb.base/bitops.exp: print value of 0.0 || 0
1014 PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8
1015 PASS: gdb.base/bitops.exp: print value of 0 == 8 > 128 >> 1 + 2 * 2
1016 Running ./gdb.base/break-always.exp ...
1017 PASS: gdb.base/break-always.exp: set breakpoint always-inserted on
1018 PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted
1019 PASS: gdb.base/break-always.exp: set breakpoint on bar
1020 PASS: gdb.base/break-always.exp: set 2nd breakpoint on bar
1021 PASS: gdb.base/break-always.exp: set 3rd breakpoint on bar
1022 PASS: gdb.base/break-always.exp: set 4th breakpoint on bar
1023 PASS: gdb.base/break-always.exp: initial check breakpoint state
1024 PASS: gdb.base/break-always.exp: initial disable all breakpoints
1025 PASS: gdb.base/break-always.exp: initial enable all breakpoints
1026 PASS: gdb.base/break-always.exp: re-disable all breakpoints
1027 PASS: gdb.base/break-always.exp: enable 3.A
1028 PASS: gdb.base/break-always.exp: disable 3.B
1029 PASS: gdb.base/break-always.exp: enable 3.C
1030 PASS: gdb.base/break-always.exp: enable 2.D
1031 PASS: gdb.base/break-always.exp: disable 2.E
1032 PASS: gdb.base/break-always.exp: disable 3.F
1033 PASS: gdb.base/break-always.exp: enable 3.G
1034 PASS: gdb.base/break-always.exp: enable 2.H
1035 PASS: gdb.base/break-always.exp: disable 2.I
1036 PASS: gdb.base/break-always.exp: before re-enable check breakpoint state
1037 PASS: gdb.base/break-always.exp: re-enable all breakpoints
1038 PASS: gdb.base/break-always.exp: set breakpoint on bar 2
1039 PASS: gdb.base/break-always.exp: save shadow
1040 PASS: gdb.base/break-always.exp: write 0 to breakpoint's address
1041 PASS: gdb.base/break-always.exp: read back 0 from the breakpoint's address
1042 PASS: gdb.base/break-always.exp: write 1 to breakpoint's address
1043 PASS: gdb.base/break-always.exp: read back 1 from the breakpoint's address
1044 PASS: gdb.base/break-always.exp: p /x *(char *) 0x55555555470c = $shadow
1045 PASS: gdb.base/break-always.exp: continue to breakpoint: bar
1046 Running ./gdb.base/break-caller-line.exp ...
1047 PASS: gdb.base/break-caller-line.exp: up
1048 PASS: gdb.base/break-caller-line.exp: info line *$pc
1049 PASS: gdb.base/break-caller-line.exp: break
1050 Running ./gdb.base/break-entry.exp ...
1051 UNTESTED: gdb.base/break-entry.exp: break-entry.exp
1052 Running ./gdb.base/break.exp ...
1053 PASS: gdb.base/break.exp: Delete all breakpoints when none
1054 PASS: gdb.base/break.exp: breakpoint function
1055 PASS: gdb.base/break.exp: breakpoint quoted function
1056 PASS: gdb.base/break.exp: breakpoint function in file
1057 PASS: gdb.base/break.exp: use `list' to establish default source file
1058 PASS: gdb.base/break.exp: breakpoint line number
1059 PASS: gdb.base/break.exp: breakpoint duplicate
1060 PASS: gdb.base/break.exp: breakpoint line number in file
1061 PASS: gdb.base/break.exp: breakpoint at start of multi line if conditional
1062 PASS: gdb.base/break.exp: breakpoint at start of multi line while conditional
1063 PASS: gdb.base/break.exp: breakpoint info
1064 PASS: gdb.base/break.exp: info break 2 4 6
1065 PASS: gdb.base/break.exp: info break 3-5
1066 PASS: gdb.base/break.exp: disable using history values
1067 PASS: gdb.base/break.exp: check disable with history values
1068 PASS: gdb.base/break.exp: disable with convenience values
1069 PASS: gdb.base/break.exp: check disable with convenience values
1070 PASS: gdb.base/break.exp: disable non-existent breakpoint 10
1071 PASS: gdb.base/break.exp: set $baz 1.234
1072 PASS: gdb.base/break.exp: disable with non-integer convenience var
1073 PASS: gdb.base/break.exp: disable with non-existent convenience var
1074 PASS: gdb.base/break.exp: disable with non-existent history value
1075 PASS: gdb.base/break.exp: disable with badly formed history value
1076 PASS: gdb.base/break.exp: run until function breakpoint
1077 PASS: gdb.base/break.exp: list marker1
1078 PASS: gdb.base/break.exp: break lineno
1079 PASS: gdb.base/break.exp: delete $bpnum
1080 PASS: gdb.base/break.exp: run until breakpoint set at a line number
1081 PASS: gdb.base/break.exp: run until file:function(6) breakpoint
1082 PASS: gdb.base/break.exp: run until file:function(5) breakpoint
1083 PASS: gdb.base/break.exp: run until file:function(4) breakpoint
1084 PASS: gdb.base/break.exp: run until file:function(3) breakpoint
1085 PASS: gdb.base/break.exp: run until file:function(2) breakpoint
1086 PASS: gdb.base/break.exp: run until file:function(1) breakpoint
1087 PASS: gdb.base/break.exp: run until quoted breakpoint
1088 PASS: gdb.base/break.exp: run until file:linenum breakpoint
1089 PASS: gdb.base/break.exp: breakpoint offset +1
1090 PASS: gdb.base/break.exp: step onto breakpoint
1091 PASS: gdb.base/break.exp: setting breakpoint at }
1092 PASS: gdb.base/break.exp: continue to breakpoint at }
1093 PASS: gdb.base/break.exp: Temporary breakpoint function
1094 PASS: gdb.base/break.exp: Temporary breakpoint function in file
1095 PASS: gdb.base/break.exp: Temporary breakpoint line number #1
1096 PASS: gdb.base/break.exp: Temporary breakpoint line number #2
1097 PASS: gdb.base/break.exp: Temporary breakpoint line number in file #1
1098 PASS: gdb.base/break.exp: Temporary breakpoint line number in file #2
1099 PASS: gdb.base/break.exp: Temporary breakpoint info
1100 PASS: gdb.base/break.exp: catch requires an event name
1101 PASS: gdb.base/break.exp: set catch fork, never expected to trigger
1102 PASS: gdb.base/break.exp: set catch vfork, never expected to trigger
1103 PASS: gdb.base/break.exp: set catch exec, never expected to trigger
1104 PASS: gdb.base/break.exp: set breakpoint pending off
1105 PASS: gdb.base/break.exp: break on non-existent source line
1106 PASS: gdb.base/break.exp: until bp_location1
1107 PASS: gdb.base/break.exp: break on default location, 1st time
1108 PASS: gdb.base/break.exp: break on default location, 2nd time
1109 PASS: gdb.base/break.exp: break on default location, 3rd time
1110 PASS: gdb.base/break.exp: break on default location, 4th time
1111 PASS: gdb.base/break.exp: set to-be-silent break bp_location1
1112 PASS: gdb.base/break.exp: set silent break bp_location1
1113 PASS: gdb.base/break.exp: info silent break bp_location1
1114 PASS: gdb.base/break.exp: hit silent break bp_location1
1115 PASS: gdb.base/break.exp: stopped for silent break bp_location1
1116 PASS: gdb.base/break.exp: thread-specific breakpoint on non-existent thread disallowed
1117 PASS: gdb.base/break.exp: thread-specific breakpoint on bogus thread ID disallowed
1118 PASS: gdb.base/break.exp: breakpoint with trailing garbage disallowed
1119 PASS: gdb.base/break.exp: step over breakpoint
1120 PASS: gdb.base/break.exp: clear line has no breakpoint disallowed
1121 PASS: gdb.base/break.exp: clear current line has no breakpoint disallowed
1122 PASS: gdb.base/break.exp: break marker3 #1
1123 PASS: gdb.base/break.exp: break marker3 #2
1124 PASS: gdb.base/break.exp: clear marker3
1125 PASS: gdb.base/break.exp: set convenience variable $foo to bp_location11
1126 PASS: gdb.base/break.exp: set breakpoint via convenience variable
1127 PASS: gdb.base/break.exp: set convenience variable $foo to 81.5
1128 PASS: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed
1129 PASS: gdb.base/break.exp: set breakpoint on to-be-called function
1130 PASS: gdb.base/break.exp: hit breakpoint on called function
1131 PASS: gdb.base/break.exp: backtrace while in called function
1132 PASS: gdb.base/break.exp: finish from called function
1133 PASS: gdb.base/break.exp: finish with arguments disallowed
1134 PASS: gdb.base/break.exp: finish from outermost frame disallowed
1135 PASS: gdb.base/break.exp: kill program
1136 PASS: gdb.base/break.exp: break at factorial
1137 PASS: gdb.base/break.exp: continue to factorial(5)
1138 PASS: gdb.base/break.exp: backtrace from factorial(5)
1139 PASS: gdb.base/break.exp: next to recursive call
1140 PASS: gdb.base/break.exp: next over recursive call
1141 PASS: gdb.base/break.exp: backtrace from factorial(5.1)
1142 PASS: gdb.base/break.exp: continue until exit at recursive next test
1143 PASS: gdb.base/break.exp: breakpoint function, optimized file
1144 PASS: gdb.base/break.exp: breakpoint small function, optimized file
1145 PASS: gdb.base/break.exp: run until function breakpoint, optimized file (code motion)
1146 PASS: gdb.base/break.exp: run until breakpoint set at small function, optimized file
1147 PASS: gdb.base/break.exp: rbreak junk pending setup
1148 PASS: gdb.base/break.exp: rbreak junk set breakpoint
1149 PASS: gdb.base/break.exp: rbreak junk
1150 Running ./gdb.base/break-inline.exp ...
1151 PASS: gdb.base/break-inline.exp: break
1152 Running ./gdb.base/break-interp.exp ...
1153 Running ./gdb.base/break-on-linker-gcd-function.exp ...
1154 PASS: gdb.base/break-on-linker-gcd-function.exp: b 25
1155 Running ./gdb.base/breakpoint-shadow.exp ...
1156 PASS: gdb.base/breakpoint-shadow.exp: set breakpoint always-inserted on
1157 PASS: gdb.base/breakpoint-shadow.exp: show breakpoint always-inserted
1158 PASS: gdb.base/breakpoint-shadow.exp: disassembly without breakpoints
1159 PASS: gdb.base/breakpoint-shadow.exp: First breakpoint placed
1160 PASS: gdb.base/breakpoint-shadow.exp: Second breakpoint placed
1161 PASS: gdb.base/breakpoint-shadow.exp: disassembly with breakpoints
1162 Running ./gdb.base/call-ar-st.exp ...
1163 PASS: gdb.base/call-ar-st.exp: set print sevenbit-strings
1164 PASS: gdb.base/call-ar-st.exp: set print address off
1165 PASS: gdb.base/call-ar-st.exp: set width 0
1166 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1209
1167 PASS: gdb.base/call-ar-st.exp: run until breakpoint set at a line
1168 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1216
1169 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1220
1170 PASS: gdb.base/call-ar-st.exp: step inside print_all_arrays
1171 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1236
1172 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1241
1173 PASS: gdb.base/call-ar-st.exp: continue to 1241
1174 PASS: gdb.base/call-ar-st.exp: set breakpoint in sum_array_print
1175 PASS: gdb.base/call-ar-st.exp: set print frame-arguments all
1176 PASS: gdb.base/call-ar-st.exp: check args of sum_array_print
1177 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1281
1178 PASS: gdb.base/call-ar-st.exp: print compute_with_small_structs(20)
1179 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1286
1180 PASS: gdb.base/call-ar-st.exp: continue to 1286
1181 PASS: gdb.base/call-ar-st.exp: tbreak in print_long_arg_list after stepping into memcpy
1182 PASS: gdb.base/call-ar-st.exp: step into print_long_arg_list
1183 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1300
1184 PASS: gdb.base/call-ar-st.exp: step into init_bit_flags_combo
1185 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1305
1186 PASS: gdb.base/call-ar-st.exp: continue to 1305
1187 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1311
1188 PASS: gdb.base/call-ar-st.exp: continue to 1311
1189 Running ./gdb.base/callexit.exp ...
1190 PASS: gdb.base/callexit.exp: inferior function call terminated program
1191 Running ./gdb.base/callfuncs.exp ...
1192 PASS: gdb.base/callfuncs.exp: set print sevenbit-strings
1193 PASS: gdb.base/callfuncs.exp: set print address off
1194 PASS: gdb.base/callfuncs.exp: set width 0
1195 PASS: gdb.base/callfuncs.exp: set language c
1196 PASS: gdb.base/callfuncs.exp: next to t_double_values
1197 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1198 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1199 PASS: gdb.base/callfuncs.exp: set unwindonsignal on
1200 PASS: gdb.base/callfuncs.exp: p t_char_values(0,0)
1201 PASS: gdb.base/callfuncs.exp: p t_char_values('a','b')
1202 PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,char_val2)
1203 PASS: gdb.base/callfuncs.exp: p t_char_values('a',char_val2)
1204 PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,'b')
1205 PASS: gdb.base/callfuncs.exp: p t_short_values(0,0)
1206 PASS: gdb.base/callfuncs.exp: p t_short_values(10,-23)
1207 PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,short_val2)
1208 PASS: gdb.base/callfuncs.exp: p t_short_values(10,short_val2)
1209 PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,-23)
1210 PASS: gdb.base/callfuncs.exp: p t_int_values(0,0)
1211 PASS: gdb.base/callfuncs.exp: p t_int_values(87,-26)
1212 PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,int_val2)
1213 PASS: gdb.base/callfuncs.exp: p t_int_values(87,int_val2)
1214 PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,-26)
1215 PASS: gdb.base/callfuncs.exp: p t_long_values(0,0)
1216 PASS: gdb.base/callfuncs.exp: p t_long_values(789,-321)
1217 PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,long_val2)
1218 PASS: gdb.base/callfuncs.exp: p t_long_values(789,long_val2)
1219 PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,-321)
1220 PASS: gdb.base/callfuncs.exp: p t_float_values(0.0,0.0)
1221 PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,-2.3765)
1222 PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,float_val2)
1223 PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,float_val2)
1224 PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,-2.3765)
1225 PASS: gdb.base/callfuncs.exp: p t_float_values2(0.0,0.0)
1226 PASS: gdb.base/callfuncs.exp: p t_float_values2(3.14159,float_val2)
1227 PASS: gdb.base/callfuncs.exp: Call function with many float arguments.
1228 PASS: gdb.base/callfuncs.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10)
1229 PASS: gdb.base/callfuncs.exp: p t_double_values(0.0,0.0)
1230 PASS: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66)
1231 PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2)
1232 PASS: gdb.base
1233 PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,-67.66)
1234 PASS: gdb.base/callfuncs.exp: Call function with many double arguments.
1235 PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 1)
1236 PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 99)
1237 PASS: gdb.base/callfuncs.exp: p t_int_double(99, 1.0)
1238 PASS: gdb.base/callfuncs.exp: p t_int_double(99, 99.0)
1239 PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc1, fc2)
1240 PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc3, fc4)
1241 PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4)
1242 PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1)
1243 PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc1, dc2)
1244 PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc3, dc4)
1245 PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4)
1246 PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1)
1247 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc1, ldc2)
1248 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc3, ldc4)
1249 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4)
1250 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1,ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1)
1251 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val2,string_val1)
1252 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,string_val2)
1253 PASS: gdb.base/callfuncs.exp: p t_string_values("string 1","string 2")
1254 PASS: gdb.base/callfuncs.exp: p t_string_values("string 1",string_val2)
1255 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,"string 2")
1256 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val2,char_array_val1)
1257 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,char_array_val2)
1258 PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1","carray 2")
1259 PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1",char_array_val2)
1260 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,"carray 2")
1261 PASS: gdb.base/callfuncs.exp: p doubleit(4)
1262 PASS: gdb.base/callfuncs.exp: p add(4,5)
1263 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val2,func_val1)
1264 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,func_val2)
1265 PASS: gdb.base/callfuncs.exp: p function_struct.func(5)
1266 PASS: gdb.base/callfuncs.exp: p function_struct_ptr->func(10)
1267 PASS: gdb.base/callfuncs.exp: p t_func_values(add,func_val2)
1268 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,doubleit)
1269 PASS: gdb.base/callfuncs.exp: p t_call_add(add,3,4)
1270 PASS: gdb.base/callfuncs.exp: p t_call_add(func_val1,3,4)
1271 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enumval1)
1272 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val1)
1273 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val2)
1274 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enumval2)
1275 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val2)
1276 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val1)
1277 PASS: gdb.base/callfuncs.exp: p sum_args(1,{2})
1278 PASS: gdb.base/callfuncs.exp: p sum_args(2,{2,3})
1279 PASS: gdb.base/callfuncs.exp: p sum_args(3,{2,3,4})
1280 PASS: gdb.base/callfuncs.exp: p sum_args(4,{2,3,4,5})
1281 PASS: gdb.base/callfuncs.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1282 PASS: gdb.base/callfuncs.exp: p cmp10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
1283 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char
1284 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns short
1285 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns int
1286 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long
1287 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float
1288 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double
1289 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex
1290 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex
1291 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex
1292 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
1293 PASS: gdb.base/callfuncs.exp: set unwindonsignal off
1294 PASS: gdb.base/callfuncs.exp: register contents after gdb function calls
1295 PASS: gdb.base/callfuncs.exp: gdb function calls preserve register contents
1296 PASS: gdb.base/callfuncs.exp: set language c
1297 PASS: gdb.base/callfuncs.exp: next to t_double_values
1298 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1299 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1300 PASS: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function
1301 PASS: gdb.base/callfuncs.exp: continue from call dummy breakpoint
1302 PASS: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint
1303 PASS: gdb.base/callfuncs.exp: register contents after stop in call dummy
1304 PASS: gdb.base/callfuncs.exp: continue after stop in call dummy preserves register contents
1305 PASS: gdb.base/callfuncs.exp: set language c
1306 PASS: gdb.base/callfuncs.exp: next to t_double_values
1307 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1308 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1309 PASS: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish
1310 PASS: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value
1311 PASS: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint
1312 PASS: gdb.base/callfuncs.exp: register contents after finish in call dummy
1313 PASS: gdb.base/callfuncs.exp: finish after stop in call dummy preserves register contents
1314 PASS: gdb.base/callfuncs.exp: set language c
1315 PASS: gdb.base/callfuncs.exp: next to t_double_values
1316 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1317 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1318 PASS: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return
1319 PASS: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint
1320 PASS: gdb.base/callfuncs.exp: register contents after return in call dummy
1321 PASS: gdb.base/callfuncs.exp: return after stop in call dummy preserves register contents
1322 PASS: gdb.base/callfuncs.exp: set language c
1323 PASS: gdb.base/callfuncs.exp: next to t_double_values
1324 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1325 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1326 PASS: gdb.base/callfuncs.exp: stop at nested call level 1
1327 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 1
1328 PASS: gdb.base/callfuncs.exp: stop at nested call level 2
1329 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 2
1330 PASS: gdb.base/callfuncs.exp: stop at nested call level 3
1331 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 3
1332 PASS: gdb.base/callfuncs.exp: stop at nested call level 4
1333 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 4
1334 PASS: gdb.base/callfuncs.exp: Finish from nested call level 4
1335 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4
1336 PASS: gdb.base/callfuncs.exp: Finish from nested call level 3
1337 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3
1338 PASS: gdb.base/callfuncs.exp: Finish from nested call level 2
1339 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2
1340 PASS: gdb.base/callfuncs.exp: Finish from nested call level 1
1341 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1
1342 PASS: gdb.base/callfuncs.exp: register contents after nested call dummies
1343 PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents
1344 PASS: gdb.base/callfuncs.exp: set $old_sp = $sp
1345 PASS: gdb.base/callfuncs.exp: set $sp = 0
1346 PASS: gdb.base/callfuncs.exp: sp == 0: call doubleit (1)
1347 PASS: gdb.base/callfuncs.exp: set $sp = -1
1348 PASS: gdb.base/callfuncs.exp: sp == -1: call doubleit (1)
1349 PASS: gdb.base/callfuncs.exp: set $sp = $old_sp
1350 PASS: gdb.base/callfuncs.exp: print callfunc (Lcallfunc, 5)
1351 PASS: gdb.base/callfuncs.exp: print *((int *(*) (void)) voidfunc)()
1352 Running ./gdb.base/call-rt-st.exp ...
1353 PASS: gdb.base/call-rt-st.exp: set print sevenbit-strings
1354 PASS: gdb.base/call-rt-st.exp: set print address off
1355 PASS: gdb.base/call-rt-st.exp: set width 0
1356 PASS: gdb.base/call-rt-st.exp: breakpoint loop_count
1357 PASS: gdb.base/call-rt-st.exp: continue to loop_count
1358 PASS: gdb.base/call-rt-st.exp: finish out from loop_count (line 777)
1359 Running ./gdb.base/call-sc.exp ...
1360 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1361 PASS: gdb.base/call-sc.exp: set print address off
1362 PASS: gdb.base/call-sc.exp: set width 0
1363 PASS: gdb.base/call-sc.exp: ptype; call-sc-tc (char)
1364 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tc char
1365 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc
1366 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tc
1367 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tc
1368 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tc
1369 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tc
1370 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tc
1371 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1372 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tc
1373 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tc
1374 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tc
1375 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tc
1376 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tc
1377 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tc
1378 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1379 PASS: gdb.base/call-sc.exp: set print address off
1380 PASS: gdb.base/call-sc.exp: set width 0
1381 PASS: gdb.base/call-sc.exp: ptype; call-sc-ts (short int)
1382 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ts short int
1383 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ts
1384 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ts
1385 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ts
1386 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ts
1387 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ts
1388 PASS: gdb.base/call-sc.exp: return foo; return call-sc-ts
1389 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1390 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ts
1391 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ts
1392 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ts
1393 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ts
1394 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ts
1395 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ts
1396 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1397 PASS: gdb.base/call-sc.exp: set print address off
1398 PASS: gdb.base/call-sc.exp: set width 0
1399 PASS: gdb.base/call-sc.exp: ptype; call-sc-ti (int)
1400 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ti int
1401 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ti
1402 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ti
1403 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ti
1404 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ti
1405 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ti
1406 PASS: gdb.base/call-sc.exp: return foo; return call-sc-ti
1407 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1408 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ti
1409 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ti
1410 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ti
1411 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ti
1412 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ti
1413 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ti
1414 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1415 PASS: gdb.base/call-sc.exp: set print address off
1416 PASS: gdb.base/call-sc.exp: set width 0
1417 PASS: gdb.base/call-sc.exp: ptype; call-sc-tl (long int)
1418 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tl long int
1419 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tl
1420 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tl
1421 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tl
1422 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tl
1423 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tl
1424 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tl
1425 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1426 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tl
1427 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tl
1428 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tl
1429 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tl
1430 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tl
1431 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tl
1432 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1433 PASS: gdb.base/call-sc.exp: set print address off
1434 PASS: gdb.base/call-sc.exp: set width 0
1435 PASS: gdb.base/call-sc.exp: ptype; call-sc-tll (long long int)
1436 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tll long long int
1437 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tll
1438 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tll
1439 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tll
1440 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tll
1441 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tll
1442 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tll
1443 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1444 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tll
1445 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tll
1446 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tll
1447 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tll
1448 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tll
1449 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tll
1450 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1451 PASS: gdb.base/call-sc.exp: set print address off
1452 PASS: gdb.base/call-sc.exp: set width 0
1453 PASS: gdb.base/call-sc.exp: ptype; call-sc-tf (float)
1454 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tf float
1455 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tf
1456 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tf
1457 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tf
1458 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tf
1459 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tf
1460 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tf
1461 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1462 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tf
1463 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tf
1464 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tf
1465 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tf
1466 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tf
1467 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tf
1468 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1469 PASS: gdb.base/call-sc.exp: set print address off
1470 PASS: gdb.base/call-sc.exp: set width 0
1471 PASS: gdb.base/call-sc.exp: ptype; call-sc-td (double)
1472 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-td double
1473 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-td
1474 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-td
1475 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-td
1476 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-td
1477 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-td
1478 PASS: gdb.base/call-sc.exp: return foo; return call-sc-td
1479 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1480 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-td
1481 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-td
1482 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-td
1483 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-td
1484 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-td
1485 PASS: gdb.base
1486 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1487 PASS: gdb.base/call-sc.exp: set print address off
1488 PASS: gdb.base/call-sc.exp: set width 0
1489 PASS: gdb.base/call-sc.exp: ptype; call-sc-tld (long double)
1490 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tld long double
1491 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tld
1492 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tld
1493 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tld
1494 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tld
1495 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tld
1496 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tld
1497 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1498 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tld
1499 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tld
1500 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tld
1501 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tld
1502 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tld
1503 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tld
1504 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1505 PASS: gdb.base/call-sc.exp: set print address off
1506 PASS: gdb.base/call-sc.exp: set width 0
1507 PASS: gdb.base/call-sc.exp: ptype; call-sc-te (enum {e = 49})
1508 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-te enum {e = 49}
1509 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-te
1510 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-te
1511 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-te
1512 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-te
1513 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-te
1514 PASS: gdb.base/call-sc.exp: return foo; return call-sc-te
1515 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1516 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-te
1517 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-te
1518 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-te
1519 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-te
1520 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-te
1521 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-te
1522 Running ./gdb.base/call-signal-resume.exp ...
1523 Running ./gdb.base/call-strs.exp ...
1524 PASS: gdb.base/call-strs.exp: set print sevenbit-strings
1525 PASS: gdb.base/call-strs.exp: set print address off
1526 PASS: gdb.base/call-strs.exp: set print symbol off
1527 PASS: gdb.base/call-strs.exp: set width 0
1528 PASS: gdb.base/call-strs.exp: step after assignment to s
1529 PASS: gdb.base/call-strs.exp: next over strcpy
1530 PASS: gdb.base/call-strs.exp: print buf
1531 PASS: gdb.base/call-strs.exp: print s
1532 Running ./gdb.base/catch-load.exp ...
1533 PASS: gdb.base/catch-load.exp: plain load: set var libname = "catch-load-so.so"
1534 PASS: gdb.base/catch-load.exp: plain load: set stop-on-solib-events 0
1535 PASS: gdb.base/catch-load.exp: plain load: catch load
1536 PASS: gdb.base/catch-load.exp: plain load: continue
1537 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: set var libname = "catch-load-so.so"
1538 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: set stop-on-solib-events 1
1539 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: catch load
1540 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: continue
1541 PASS: gdb.base/catch-load.exp: rx load: set var libname = "catch-load-so.so"
1542 PASS: gdb.base/catch-load.exp: rx load: set stop-on-solib-events 0
1543 PASS: gdb.base/catch-load.exp: rx load: catch load catch-load-so
1544 PASS: gdb.base/catch-load.exp: rx load: continue
1545 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: set var libname = "catch-load-so.so"
1546 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: set stop-on-solib-events 1
1547 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: catch load catch-load-so
1548 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: continue
1549 PASS: gdb.base/catch-load.exp: non-matching load: set var libname = "catch-load-so.so"
1550 PASS: gdb.base/catch-load.exp: non-matching load: set stop-on-solib-events 0
1551 PASS: gdb.base/catch-load.exp: non-matching load: catch load zardoz
1552 PASS: gdb.base/catch-load.exp: non-matching load: continue
1553 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: set var libname = "catch-load-so.so"
1554 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: set stop-on-solib-events 1
1555 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: catch load zardoz
1556 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: continue
1557 PASS: gdb.base/catch-load.exp: plain unload: set var libname = "catch-load-so.so"
1558 PASS: gdb.base/catch-load.exp: plain unload: set stop-on-solib-events 0
1559 PASS: gdb.base/catch-load.exp: plain unload: catch unload
1560 PASS: gdb.base/catch-load.exp: plain unload: continue
1561 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: set var libname = "catch-load-so.so"
1562 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: set stop-on-solib-events 1
1563 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: catch unload
1564 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: continue
1565 PASS: gdb.base/catch-load.exp: rx unload: set var libname = "catch-load-so.so"
1566 PASS: gdb.base/catch-load.exp: rx unload: set stop-on-solib-events 0
1567 PASS: gdb.base/catch-load.exp: rx unload: catch unload catch-load-so
1568 PASS: gdb.base/catch-load.exp: rx unload: continue
1569 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: set var libname = "catch-load-so.so"
1570 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: set stop-on-solib-events 1
1571 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: catch unload catch-load-so
1572 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: continue
1573 PASS: gdb.base/catch-load.exp: non-matching unload: set var libname = "catch-load-so.so"
1574 PASS: gdb.base/catch-load.exp: non-matching unload: set stop-on-solib-events 0
1575 PASS: gdb.base/catch-load.exp: non-matching unload: catch unload zardoz
1576 PASS: gdb.base/catch-load.exp: non-matching unload: continue
1577 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: set var libname = "catch-load-so.so"
1578 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: set stop-on-solib-events 1
1579 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: catch unload zardoz
1580 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: continue
1581 Running ./gdb.base/catch-signal.exp ...
1582 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: first HUP
1583 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGHUP nostop noprint pass
1584 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal
1585 PASS: gdb.base/catch-signal.exp: SIGHUP: continue
1586 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: handle marker
1587 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: second HUP
1588 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal SIGHUP
1589 PASS: gdb.base/catch-signal.exp: SIGHUP: continue
1590 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: third HUP
1591 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGUSR1 nostop noprint pass
1592 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal SIGUSR1
1593 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGHUP nostop noprint nopass
1594 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: fourth HUP
1595 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: first HUP
1596 PASS: gdb.base/catch-signal.exp: 1: handle SIGHUP nostop noprint pass
1597 PASS: gdb.base/catch-signal.exp: 1: catch signal
1598 PASS: gdb.base/catch-signal.exp: 1: continue
1599 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: handle marker
1600 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: second HUP
1601 PASS: gdb.base/catch-signal.exp: 1: catch signal 1
1602 PASS: gdb.base/catch-signal.exp: 1: continue
1603 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: third HUP
1604 PASS: gdb.base/catch-signal.exp: 1: handle SIGUSR1 nostop noprint pass
1605 PASS: gdb.base/catch-signal.exp: 1: catch signal SIGUSR1
1606 PASS: gdb.base/catch-signal.exp: 1: handle SIGHUP nostop noprint nopass
1607 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: fourth HUP
1608 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: first HUP
1609 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGHUP nostop noprint pass
1610 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal
1611 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue
1612 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: handle marker
1613 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: second HUP
1614 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal SIGHUP SIGUSR2
1615 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue
1616 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: third HUP
1617 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGUSR1 nostop noprint pass
1618 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal SIGUSR1
1619 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGHUP nostop noprint nopass
1620 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: fourth HUP
1621 PASS: gdb.base/catch-signal.exp: catch signal SIGZARDOZ
1622 PASS: gdb.base/catch-signal.exp: catch signal all
1623 PASS: gdb.base/catch-signal.exp: catch signal all SIGHUP
1624 PASS: gdb.base/catch-signal.exp: catch signal SIGHUP all
1625 PASS: gdb.base/catch-signal.exp: set catchpoint '' for printing
1626 PASS: gdb.base/catch-signal.exp: info break for ''
1627 PASS: gdb.base/catch-signal.exp: save breakpoints for ''
1628 PASS: gdb.base/catch-signal.exp: results of save breakpoints for ''
1629 PASS: gdb.base/catch-signal.exp: set catchpoint 'SIGHUP' for printing
1630 PASS: gdb.base/catch-signal.exp: info break for 'SIGHUP'
1631 PASS: gdb.base/catch-signal.exp: save breakpoints for 'SIGHUP'
1632 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'SIGHUP'
1633 PASS: gdb.base/catch-signal.exp: set catchpoint 'SIGHUP SIGUSR2' for printing
1634 PASS: gdb.base/catch-signal.exp: info break for 'SIGHUP SIGUSR2'
1635 PASS: gdb.base/catch-signal.exp: save breakpoints for 'SIGHUP SIGUSR2'
1636 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'SIGHUP SIGUSR2'
1637 PASS: gdb.base/catch-signal.exp: set catchpoint 'all' for printing
1638 PASS: gdb.base/catch-signal.exp: info break for 'all'
1639 PASS: gdb.base/catch-signal.exp: save breakpoints for 'all'
1640 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'all'
1641 Running ./gdb.base/catch-syscall.exp ...
1642 Running ./gdb.base/charset.exp ...
1643 PASS: gdb.base/charset.exp: show charset
1644 PASS: gdb.base/charset.exp: show target-charset
1645 PASS: gdb.base/charset.exp: check `show target-charset' against `show charset'
1646 PASS: gdb.base/charset.exp: show host-charset
1647 PASS: gdb.base/charset.exp: check `show host-charset' against `show charset'
1648 PASS: gdb.base/charset.exp: try malformed `set charset'
1649 PASS: gdb.base/charset.exp: try `set host-charset' with invalid charset
1650 PASS: gdb.base/charset.exp: try `set target-charset' with invalid charset
1651 PASS: gdb.base/charset.exp: capture valid host charsets
1652 PASS: gdb.base/charset.exp: capture valid target charsets
1653 PASS: gdb.base/charset.exp: try `set host-charset ASCII'
1654 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ASCII'
1655 PASS: gdb.base/charset.exp: check effect of `set host-charset ASCII'
1656 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1657 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1658 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1659 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1660 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1661 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1662 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1663 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1664 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1665 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1666 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1667 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1668 PASS: gdb.base/charset.exp: try `set host-charset ISO-8859-1'
1669 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ISO-8859-1'
1670 PASS: gdb.base/charset.exp: check effect of `set host-charset ISO-8859-1'
1671 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1672 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1673 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1674 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1675 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1676 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1677 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1678 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1679 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1680 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1681 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1682 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1683 PASS: gdb.base/charset.exp: try `set host-charset EBCDIC-US'
1684 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset EBCDIC-US'
1685 PASS: gdb.base/charset.exp: check effect of `set host-charset EBCDIC-US'
1686 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1687 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1688 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1689 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1690 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1691 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1692 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1693 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1694 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1695 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1696 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1697 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1698 PASS: gdb.base/charset.exp: try `set host-charset IBM1047'
1699 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset IBM1047'
1700 PASS: gdb.base/charset.exp: check effect of `set host-charset IBM1047'
1701 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1702 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1703 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1704 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1705 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1706 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1707 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1708 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1709 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1710 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1711 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1712 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1713 PASS: gdb.base/charset.exp: set breakpoint after all strings have been initialized
1714 PASS: gdb.base/charset.exp: run until all strings have been initialized
1715 PASS: gdb.base/charset.exp: get integer valueof "sizeof (wchar_t)" (4)
1716 PASS: gdb.base/charset.exp: set host-charset ASCII
1717 PASS: gdb.base/charset.exp: set target-charset ASCII
1718 PASS: gdb.base/charset.exp: print the null character in ASCII
1719 PASS: gdb.base/charset.exp: print string in ASCII
1720 PASS: gdb.base/charset.exp: parse character literal in ASCII
1721 PASS: gdb.base/charset.exp: check value of parsed character literal in ASCII
1722 PASS: gdb.base/charset.exp: parse string literal in ASCII
1723 PASS: gdb.base
1724 PASS: gdb.base/charset.exp: try printing '\a' in ASCII
1725 PASS: gdb.base/charset.exp: check value of '\a' in ASCII
1726 PASS: gdb.base/charset.exp: check value of "\a" in ASCII
1727 PASS: gdb.base/charset.exp: try printing '\b' in ASCII
1728 PASS: gdb.base/charset.exp: check value of '\b' in ASCII
1729 PASS: gdb.base/charset.exp: check value of "\b" in ASCII
1730 PASS: gdb.base/charset.exp: try printing '\f' in ASCII
1731 PASS: gdb.base/charset.exp: check value of '\f' in ASCII
1732 PASS: gdb.base/charset.exp: check value of "\f" in ASCII
1733 PASS: gdb.base/charset.exp: try printing '\n' in ASCII
1734 PASS: gdb.base/charset.exp: check value of '\n' in ASCII
1735 PASS: gdb.base/charset.exp: check value of "\n" in ASCII
1736 PASS: gdb.base/charset.exp: try printing '\r' in ASCII
1737 PASS: gdb.base/charset.exp: check value of '\r' in ASCII
1738 PASS: gdb.base/charset.exp: check value of "\r" in ASCII
1739 PASS: gdb.base/charset.exp: try printing '\t' in ASCII
1740 PASS: gdb.base/charset.exp: check value of '\t' in ASCII
1741 PASS: gdb.base/charset.exp: check value of "\t" in ASCII
1742 PASS: gdb.base/charset.exp: try printing '\v' in ASCII
1743 PASS: gdb.base/charset.exp: check value of '\v' in ASCII
1744 PASS: gdb.base/charset.exp: check value of "\v" in ASCII
1745 PASS: gdb.base/charset.exp: print escape that doesn't exist in ASCII
1746 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ASCII
1747 PASS: gdb.base/charset.exp: set target-charset ISO-8859-1
1748 PASS: gdb.base/charset.exp: print the null character in ISO-8859-1
1749 PASS: gdb.base/charset.exp: print string in ISO-8859-1
1750 PASS: gdb.base/charset.exp: parse character literal in ISO-8859-1
1751 PASS: gdb.base/charset.exp: check value of parsed character literal in ISO-8859-1
1752 PASS: gdb.base/charset.exp: parse string literal in ISO-8859-1
1753 PASS: gdb.base/charset.exp: check value of parsed string literal in ISO-8859-1
1754 PASS: gdb.base/charset.exp: try printing '\a' in ISO-8859-1
1755 PASS: gdb.base/charset.exp: check value of '\a' in ISO-8859-1
1756 PASS: gdb.base/charset.exp: check value of "\a" in ISO-8859-1
1757 PASS: gdb.base/charset.exp: try printing '\b' in ISO-8859-1
1758 PASS: gdb.base/charset.exp: check value of '\b' in ISO-8859-1
1759 PASS: gdb.base/charset.exp: check value of "\b" in ISO-8859-1
1760 PASS: gdb.base/charset.exp: try printing '\f' in ISO-8859-1
1761 PASS: gdb.base/charset.exp: check value of '\f' in ISO-8859-1
1762 PASS: gdb.base/charset.exp: check value of "\f" in ISO-8859-1
1763 PASS: gdb.base/charset.exp: try printing '\n' in ISO-8859-1
1764 PASS: gdb.base/charset.exp: check value of '\n' in ISO-8859-1
1765 PASS: gdb.base/charset.exp: check value of "\n" in ISO-8859-1
1766 PASS: gdb.base/charset.exp: try printing '\r' in ISO-8859-1
1767 PASS: gdb.base/charset.exp: check value of '\r' in ISO-8859-1
1768 PASS: gdb.base/charset.exp: check value of "\r" in ISO-8859-1
1769 PASS: gdb.base/charset.exp: try printing '\t' in ISO-8859-1
1770 PASS: gdb.base/charset.exp: check value of '\t' in ISO-8859-1
1771 PASS: gdb.base/charset.exp: check value of "\t" in ISO-8859-1
1772 PASS: gdb.base/charset.exp: try printing '\v' in ISO-8859-1
1773 PASS: gdb.base/charset.exp: check value of '\v' in ISO-8859-1
1774 PASS: gdb.base/charset.exp: check value of "\v" in ISO-8859-1
1775 PASS: gdb.base/charset.exp: print escape that doesn't exist in ISO-8859-1
1776 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ISO-8859-1
1777 PASS: gdb.base/charset.exp: set target-charset EBCDIC-US
1778 PASS: gdb.base/charset.exp: print the null character in EBCDIC-US
1779 PASS: gdb.base/charset.exp: print string in EBCDIC-US
1780 PASS: gdb.base/charset.exp: parse character literal in EBCDIC-US
1781 PASS: gdb.base/charset.exp: check value of parsed character literal in EBCDIC-US
1782 PASS: gdb.base/charset.exp: parse string literal in EBCDIC-US
1783 PASS: gdb.base/charset.exp: check value of parsed string literal in EBCDIC-US
1784 PASS: gdb.base/charset.exp: try printing '\a' in EBCDIC-US
1785 PASS: gdb.base/charset.exp: check value of '\a' in EBCDIC-US
1786 PASS: gdb.base/charset.exp: check value of "\a" in EBCDIC-US
1787 PASS: gdb.base/charset.exp: try printing '\b' in EBCDIC-US
1788 PASS: gdb.base/charset.exp: check value of '\b' in EBCDIC-US
1789 PASS: gdb.base/charset.exp: check value of "\b" in EBCDIC-US
1790 PASS: gdb.base/charset.exp: try printing '\f' in EBCDIC-US
1791 PASS: gdb.base/charset.exp: check value of '\f' in EBCDIC-US
1792 PASS: gdb.base/charset.exp: check value of "\f" in EBCDIC-US
1793 PASS: gdb.base/charset.exp: try printing '\n' in EBCDIC-US
1794 PASS: gdb.base/charset.exp: check value of '\n' in EBCDIC-US
1795 PASS: gdb.base/charset.exp: check value of "\n" in EBCDIC-US
1796 PASS: gdb.base/charset.exp: try printing '\r' in EBCDIC-US
1797 PASS: gdb.base/charset.exp: check value of '\r' in EBCDIC-US
1798 PASS: gdb.base/charset.exp: check value of "\r" in EBCDIC-US
1799 PASS: gdb.base/charset.exp: try printing '\t' in EBCDIC-US
1800 PASS: gdb.base/charset.exp: check value of '\t' in EBCDIC-US
1801 PASS: gdb.base/charset.exp: check value of "\t" in EBCDIC-US
1802 PASS: gdb.base/charset.exp: try printing '\v' in EBCDIC-US
1803 PASS: gdb.base/charset.exp: check value of '\v' in EBCDIC-US
1804 PASS: gdb.base/charset.exp: check value of "\v" in EBCDIC-US
1805 PASS: gdb.base/charset.exp: print escape that doesn't exist in EBCDIC-US
1806 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in EBCDIC-US
1807 PASS: gdb.base/charset.exp: set target-charset IBM1047
1808 PASS: gdb.base/charset.exp: print the null character in IBM1047
1809 PASS: gdb.base/charset.exp: print string in IBM1047
1810 PASS: gdb.base/charset.exp: parse character literal in IBM1047
1811 PASS: gdb.base/charset.exp: check value of parsed character literal in IBM1047
1812 PASS: gdb.base/charset.exp: parse string literal in IBM1047
1813 PASS: gdb.base/charset.exp: check value of parsed string literal in IBM1047
1814 PASS: gdb.base/charset.exp: try printing '\a' in IBM1047
1815 PASS: gdb.base/charset.exp: check value of '\a' in IBM1047
1816 PASS: gdb.base/charset.exp: check value of "\a" in IBM1047
1817 PASS: gdb.base/charset.exp: try printing '\b' in IBM1047
1818 PASS: gdb.base/charset.exp: check value of '\b' in IBM1047
1819 PASS: gdb.base/charset.exp: check value of "\b" in IBM1047
1820 PASS: gdb.base/charset.exp: try printing '\f' in IBM1047
1821 PASS: gdb.base/charset.exp: check value of '\f' in IBM1047
1822 PASS: gdb.base/charset.exp: check value of "\f" in IBM1047
1823 PASS: gdb.base/charset.exp: try printing '\n' in IBM1047
1824 PASS: gdb.base/charset.exp: check value of '\n' in IBM1047
1825 PASS: gdb.base/charset.exp: check value of "\n" in IBM1047
1826 PASS: gdb.base/charset.exp: try printing '\r' in IBM1047
1827 PASS: gdb.base/charset.exp: check value of '\r' in IBM1047
1828 PASS: gdb.base/charset.exp: check value of "\r" in IBM1047
1829 PASS: gdb.base/charset.exp: try printing '\t' in IBM1047
1830 PASS: gdb.base/charset.exp: check value of '\t' in IBM1047
1831 PASS: gdb.base/charset.exp: check value of "\t" in IBM1047
1832 PASS: gdb.base/charset.exp: try printing '\v' in IBM1047
1833 PASS: gdb.base/charset.exp: check value of '\v' in IBM1047
1834 PASS: gdb.base/charset.exp: check value of "\v" in IBM1047
1835 PASS: gdb.base/charset.exp: print escape that doesn't exist in IBM1047
1836 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in IBM1047
1837 PASS: gdb.base/charset.exp: set target-wide-charset UTF-32
1838 PASS: gdb.base/charset.exp: print the null character in UTF-32
1839 PASS: gdb.base/charset.exp: print string in UTF-32
1840 PASS: gdb.base/charset.exp: parse character literal in UTF-32
1841 PASS: gdb.base/charset.exp: check value of parsed character literal in UTF-32
1842 PASS: gdb.base/charset.exp: parse string literal in UTF-32
1843 PASS: gdb.base/charset.exp: check value of parsed string literal in UTF-32
1844 PASS: gdb.base/charset.exp: try printing '\a' in UTF-32
1845 PASS: gdb.base/charset.exp: check value of '\a' in UTF-32
1846 PASS: gdb.base/charset.exp: check value of "\a" in UTF-32
1847 PASS: gdb.base/charset.exp: try printing '\b' in UTF-32
1848 PASS: gdb.base/charset.exp: check value of '\b' in UTF-32
1849 PASS: gdb.base/charset.exp: check value of "\b" in UTF-32
1850 PASS: gdb.base/charset.exp: try printing '\f' in UTF-32
1851 PASS: gdb.base/charset.exp: check value of '\f' in UTF-32
1852 PASS: gdb.base/charset.exp: check value of "\f" in UTF-32
1853 PASS: gdb.base/charset.exp: try printing '\n' in UTF-32
1854 PASS: gdb.base/charset.exp: check value of '\n' in UTF-32
1855 PASS: gdb.base/charset.exp: check value of "\n" in UTF-32
1856 PASS: gdb.base/charset.exp: try printing '\r' in UTF-32
1857 PASS: gdb.base/charset.exp: check value of '\r' in UTF-32
1858 PASS: gdb.base/charset.exp: check value of "\r" in UTF-32
1859 PASS: gdb.base/charset.exp: try printing '\t' in UTF-32
1860 PASS: gdb.base/charset.exp: check value of '\t' in UTF-32
1861 PASS: gdb.base/charset.exp: check value of "\t" in UTF-32
1862 PASS: gdb.base/charset.exp: try printing '\v' in UTF-32
1863 PASS: gdb.base/charset.exp: check value of '\v' in UTF-32
1864 PASS: gdb.base/charset.exp: check value of "\v" in UTF-32
1865 PASS: gdb.base/charset.exp: print escape that doesn't exist in UTF-32
1866 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in UTF-32
1867 PASS: gdb.base/charset.exp: set target-charset UTF-8
1868 PASS: gdb.base/charset.exp: non-representable target character
1869 PASS: gdb.base/charset.exp: print '\x'
1870 PASS: gdb.base/charset.exp: print '\u'
1871 PASS: gdb.base/charset.exp: print '\9'
1872 PASS: gdb.base/charset.exp: print "\1011"
1873 PASS: gdb.base/charset.exp: basic wide string concatenation
1874 PASS: gdb.base/charset.exp: narrow and wide string concatenation
1875 PASS: gdb.base/charset.exp: wide and narrow string concatenation
1876 PASS: gdb.base/charset.exp: wide string concatenation with escape
1877 PASS: gdb.base/charset.exp: concatenate three strings with empty wide string
1878 PASS: gdb.base/charset.exp: basic wide character
1879 PASS: gdb.base/charset.exp: get integer valueof "sizeof (char16_t)" (2)
1880 PASS: gdb.base/charset.exp: basic UTF-16 string concatenation
1881 PASS: gdb.base/charset.exp: narrow and UTF-16 string concatenation
1882 PASS: gdb.base/charset.exp: UTF-16 and narrow string concatenation
1883 PASS: gdb.base/charset.exp: UTF-16 string concatenation with escape
1884 PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-16 string
1885 PASS: gdb.base/charset.exp: basic UTF-16 character
1886 PASS: gdb.base/charset.exp: get integer valueof "sizeof (char32_t)" (4)
1887 PASS: gdb.base/charset.exp: basic UTF-32 string concatenation
1888 PASS: gdb.base/charset.exp: narrow and UTF-32 string concatenation
1889 PASS: gdb.base/charset.exp: UTF-32 and narrow string concatenation
1890 PASS: gdb.base/charset.exp: UTF-32 string concatenation with escape
1891 PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-32 string
1892 PASS: gdb.base/charset.exp: basic UTF-32 character
1893 PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-16
1894 PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-32
1895 PASS: gdb.base/charset.exp: typedef to wchar_t
1896 PASS: gdb.base/charset.exp: undefined concatenation of UTF-16 and UTF-32
1897 PASS: gdb.base/charset.exp: set up for python printing of utf-16 string
1898 PASS: gdb.base/charset.exp: extract utf-16 string using python
1899 PASS: gdb.base/charset.exp: EVAL_SKIP cleanup handling regression test
1900 PASS: gdb.base/charset.exp: Assign String16 with prefix u
1901 PASS: gdb.base/charset.exp: Display String String16 with x/hs
1902 PASS: gdb.base/charset.exp: Assign String32 with prefix U
1903 PASS: gdb.base/charset.exp: Display String String32 with x/ws
1904 PASS: gdb.base/charset.exp: Assign String32 with prefix L
1905 PASS: gdb.base/charset.exp: Display String String32 with x/ws
1906 PASS: gdb.base/charset.exp: assign string to short array
1907 PASS: gdb.base/charset.exp: assign string to int array
1908 PASS: gdb.base/charset.exp: assign string to long array
1909 Running ./gdb.base/checkpoint.exp ...
1910 Running ./gdb.base/chng-syms.exp ...
1911 PASS: gdb.base/chng-syms.exp: setting conditional breakpoint on function
1912 PASS: gdb.base/chng-syms.exp: continue until exit at breakpoint first time through
1913 PASS: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes
1914 Running ./gdb.base/code_elim.exp ...
1915 PASS: gdb.base/code_elim.exp: symbol-file code_elim1
1916 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_symbol
1917 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_static_symbol
1918 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_func
1919 PASS: gdb.base/code_elim.exp: single psymtabs: get address of main
1920 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_symbol
1921 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_static_symbol
1922 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_func
1923 PASS: gdb.base/code_elim.exp: single symtabs: get address of main
1924 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
1925 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
1926 PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
1927 PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
1928 PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
1929 PASS: gdb.base/code_elim.exp: order1: get address of main
1930 PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim2 0x200000
1931 PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim1 0x100000
1932 PASS: gdb.base/code_elim.exp: order2: get address of my_global_symbol
1933 PASS: gdb.base/code_elim.exp: order2: get address of my_static_symbol
1934 PASS: gdb.base/code_elim.exp: order2: get address of my_global_func
1935 PASS: gdb.base/code_elim.exp: order2: get address of main
1936 Running ./gdb.base/code-expr.exp ...
1937 PASS: gdb.base/code-expr.exp: set print sevenbit-strings
1938 PASS: gdb.base/code-expr.exp: set print address off
1939 PASS: gdb.base/code-expr.exp: set width 0
1940 PASS: gdb.base/code-expr.exp: (@code char)
1941 PASS: gdb.base/code-expr.exp: (@code signed char)
1942 PASS: gdb.base/code-expr.exp: (@code unsigned char)
1943 PASS: gdb.base/code-expr.exp: (@code short)
1944 PASS: gdb.base/code-expr.exp: (@code signed short)
1945 PASS: gdb.base/code-expr.exp: (@code unsigned short)
1946 PASS: gdb.base/code-expr.exp: (@code int)
1947 PASS: gdb.base/code-expr.exp: (@code signed int)
1948 PASS: gdb.base/code-expr.exp: (@code unsigned int)
1949 PASS: gdb.base/code-expr.exp: (@code long)
1950 PASS: gdb.base/code-expr.exp: (@code signed long)
1951 PASS: gdb.base/code-expr.exp: (@code unsigned long)
1952 PASS: gdb.base/code-expr.exp: (@code long long)
1953 PASS: gdb.base/code-expr.exp: (@code signed long long)
1954 PASS: gdb.base/code-expr.exp: (@code unsigned long long)
1955 PASS: gdb.base/code-expr.exp: (@code float)
1956 PASS: gdb.base/code-expr.exp: (@code double)
1957 PASS: gdb.base/code-expr.exp: (@data char)
1958 PASS: gdb.base/code-expr.exp: (@data signed char)
1959 PASS: gdb.base/code-expr.exp: (@data unsigned char)
1960 PASS: gdb.base/code-expr.exp: (@data short)
1961 PASS: gdb.base/code-expr.exp: (@data signed short)
1962 PASS: gdb.base/code-expr.exp: (@data unsigned short)
1963 PASS: gdb.base/code-expr.exp: (@data int)
1964 PASS: gdb.base/code-expr.exp: (@data signed int)
1965 PASS: gdb.base/code-expr.exp: (@data unsigned int)
1966 PASS: gdb.base/code-expr.exp: (@data long)
1967 PASS: gdb.base/code-expr.exp: (@data signed long)
1968 PASS: gdb.base/code-expr.exp: (@data unsigned long)
1969 PASS: gdb.base/code-expr.exp: (@data long long)
1970 PASS: gdb.base/code-expr.exp: (@data signed long long)
1971 PASS: gdb.base/code-expr.exp: (@data unsigned long long)
1972 PASS: gdb.base/code-expr.exp: (@data float)
1973 PASS: gdb.base/code-expr.exp: (@data double)
1974 PASS: gdb.base/code-expr.exp: (char @code)
1975 PASS: gdb.base/code-expr.exp: (signed char @code)
1976 PASS: gdb.base/code-expr.exp: (unsigned char @code)
1977 PASS: gdb.base/code-expr.exp: (short @code)
1978 PASS: gdb.base/code-expr.exp: (signed short @code)
1979 PASS: gdb.base/code-expr.exp: (unsigned short @code)
1980 PASS: gdb.base/code-expr.exp: (int @code)
1981 PASS: gdb.base/code-expr.exp: (signed int @code)
1982 PASS: gdb.base/code-expr.exp: (unsigned int @code)
1983 PASS: gdb.base/code-expr.exp: (long @code)
1984 PASS: gdb.base/code-expr.exp: (signed long @code)
1985 PASS: gdb.base/code-expr.exp: (unsigned long @code)
1986 PASS: gdb.base/code-expr.exp: (long long @code)
1987 PASS: gdb.base/code-expr.exp: (signed long long @code)
1988 PASS: gdb.base/code-expr.exp: (unsigned long long @code)
1989 PASS: gdb.base/code-expr.exp: (float @code)
1990 PASS: gdb.base/code-expr.exp: (double @code)
1991 PASS: gdb.base/code-expr.exp: (char @data)
1992 PASS: gdb.base/code-expr.exp: (signed char @data)
1993 PASS: gdb.base/code-expr.exp: (unsigned char @data)
1994 PASS: gdb.base/code-expr.exp: (short @data)
1995 PASS: gdb.base/code-expr.exp: (signed short @data)
1996 PASS: gdb.base/code-expr.exp: (unsigned short @data)
1997 PASS: gdb.base/code-expr.exp: (int @data)
1998 PASS: gdb.base/code-expr.exp: (signed int @data)
1999 PASS: gdb.base/code-expr.exp: (unsigned int @data)
2000 base/code-expr.exp: (long @data)
2001 PASS: gdb.base/code-expr.exp: (signed long @data)
2002 PASS: gdb.base/code-expr.exp: (unsigned long @data)
2003 PASS: gdb.base/code-expr.exp: (long long @data)
2004 PASS: gdb.base/code-expr.exp: (signed long long @data)
2005 PASS: gdb.base/code-expr.exp: (unsigned long long @data)
2006 PASS: gdb.base/code-expr.exp: (float @data)
2007 PASS: gdb.base/code-expr.exp: (double @data)
2008 PASS: gdb.base/code-expr.exp: (@code enum misordered)
2009 PASS: gdb.base/code-expr.exp: (enum misordered @code)
2010 PASS: gdb.base/code-expr.exp: (@data enum misordered)
2011 PASS: gdb.base/code-expr.exp: (enum misordered @data)
2012 PASS: gdb.base/code-expr.exp: (@code int *)
2013 PASS: gdb.base/code-expr.exp: (int @code *)
2014 PASS: gdb.base/code-expr.exp: (int * @code)
2015 PASS: gdb.base/code-expr.exp: (@code int * @code)
2016 PASS: gdb.base/code-expr.exp: (int @code * @code)
2017 PASS: gdb.base/code-expr.exp: (@code int **)
2018 PASS: gdb.base/code-expr.exp: (int @code **)
2019 PASS: gdb.base/code-expr.exp: (int ** @code)
2020 PASS: gdb.base/code-expr.exp: (@code int * @code *)
2021 PASS: gdb.base/code-expr.exp: (int @code * @code *)
2022 PASS: gdb.base/code-expr.exp: (@code int * @code * @code)
2023 PASS: gdb.base/code-expr.exp: (int @code * @code * @code)
2024 PASS: gdb.base/code-expr.exp: (@code struct t_struct)
2025 PASS: gdb.base/code-expr.exp: (@code union t_union)
2026 PASS: gdb.base/code-expr.exp: (struct t_struct @code)
2027 PASS: gdb.base/code-expr.exp: (union t_union @code)
2028 PASS: gdb.base/code-expr.exp: (@code struct t_struct *)
2029 PASS: gdb.base/code-expr.exp: (@code union t_union *)
2030 PASS: gdb.base/code-expr.exp: (struct t_struct @code *)
2031 PASS: gdb.base/code-expr.exp: (union t_union @code *)
2032 PASS: gdb.base/code-expr.exp: (struct t_struct * @code)
2033 PASS: gdb.base/code-expr.exp: (union t_union * @code)
2034 PASS: gdb.base/code-expr.exp: (@code struct t_struct * @code)
2035 PASS: gdb.base/code-expr.exp: (@code union t_union * @code)
2036 PASS: gdb.base/code-expr.exp: (struct t_struct @code * @code)
2037 PASS: gdb.base/code-expr.exp: (union t_union @code * @code)
2038 Running ./gdb.base/commands.exp ...
2039 PASS: gdb.base/commands.exp: set foo in gdbvar_simple_if_test
2040 PASS: gdb.base/commands.exp: gdbvar_simple_if_test #1
2041 PASS: gdb.base/commands.exp: gdbvar_simple_if_test #2
2042 PASS: gdb.base/commands.exp: set foo in gdbvar_simple_while_test
2043 PASS: gdb.base/commands.exp: gdbvar_simple_while_test #1
2044 PASS: gdb.base/commands.exp: set foo in gdbvar complex_if_while_test
2045 PASS: gdb.base/commands.exp: gdbvar_complex_if_while_test #1
2046 PASS: gdb.base/commands.exp: set foo in user_defined_command_test
2047 PASS: gdb.base/commands.exp: define mycommand in user_defined_command_test
2048 PASS: gdb.base/commands.exp: enter commands in user_defined_command_test
2049 PASS: gdb.base/commands.exp: execute user defined command in user_defined_command_test
2050 PASS: gdb.base/commands.exp: display user command in user_defined_command_test
2051 PASS: gdb.base/commands.exp: tried to deprecate non-existing command
2052 PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /1/
2053 PASS: gdb.base/commands.exp: p deprecated warning, with replacement
2054 PASS: gdb.base/commands.exp: Deprecated warning goes away /1/
2055 PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /2/
2056 PASS: gdb.base/commands.exp: maintenance deprecate print "new_print"
2057 PASS: gdb.base/commands.exp: both alias and command are deprecated
2058 PASS: gdb.base/commands.exp: Deprecated warning goes away /2/
2059 PASS: gdb.base/commands.exp: deprecate long command /1/
2060 PASS: gdb.base/commands.exp: long command deprecated /1/
2061 PASS: gdb.base/commands.exp: deprecate long command /2/
2062 PASS: gdb.base/commands.exp: long command deprecated with no alternative /2/
2063 PASS: gdb.base/commands.exp: deprecate with no arguments
2064 PASS: gdb.base/commands.exp: stray_arg0_test #1
2065 PASS: gdb.base/commands.exp: stray_arg0_test #2
2066 PASS: gdb.base/commands.exp: stray_arg0_test #3
2067 PASS: gdb.base/commands.exp: stray_arg0_test #4
2068 PASS: gdb.base/commands.exp: source file with indented comment
2069 PASS: gdb.base/commands.exp: recursive source test
2070 PASS: gdb.base/commands.exp: set $tem in if_commands_test
2071 PASS: gdb.base/commands.exp: if $tem == 2 - if_commands_test 1
2072 PASS: gdb.base/commands.exp: break main - if_commands_test 1
2073 PASS: gdb.base/commands.exp: else - if_commands_test 1
2074 PASS: gdb.base/commands.exp: break factorial - if_commands_test 1
2075 PASS: gdb.base/commands.exp: commands - if_commands_test 1
2076 PASS: gdb.base/commands.exp: silent - if_commands_test 1
2077 PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 1
2078 PASS: gdb.base/commands.exp: continue - if_commands_test 1
2079 PASS: gdb.base/commands.exp: first end - if_commands_test 1
2080 PASS: gdb.base/commands.exp: second end - if_commands_test 1
2081 PASS: gdb.base/commands.exp: if $tem == 1 - if_commands_test 2
2082 PASS: gdb.base/commands.exp: break main - if_commands_test 2
2083 PASS: gdb.base/commands.exp: else - if_commands_test 2
2084 PASS: gdb.base/commands.exp: break factorial - if_commands_test 2
2085 PASS: gdb.base/commands.exp: commands - if_commands_test 2
2086 PASS: gdb.base/commands.exp: silent - if_commands_test 2
2087 PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 2
2088 PASS: gdb.base/commands.exp: continue - if_commands_test 2
2089 PASS: gdb.base/commands.exp: first end - if_commands_test 2
2090 PASS: gdb.base/commands.exp: second end - if_commands_test 2
2091 PASS: gdb.base/commands.exp: hook-stop 1
2092 PASS: gdb.base/commands.exp: hook-stop 1a
2093 PASS: gdb.base/commands.exp: hook-stop 1b
2094 PASS: gdb.base/commands.exp: main commands 1
2095 PASS: gdb.base/commands.exp: main commands 1a
2096 PASS: gdb.base/commands.exp: main commands 1b
2097 PASS: gdb.base/commands.exp: main commands 1c
2098 PASS: gdb.base/commands.exp: main commands 2
2099 PASS: gdb.base/commands.exp: main commands 2a
2100 PASS: gdb.base/commands.exp: main commands 2b
2101 PASS: gdb.base/commands.exp: main commands 2c
2102 PASS: gdb.base/commands.exp: cmd1 error
2103 PASS: gdb.base/commands.exp: no cmd2
2104 PASS: gdb.base/commands.exp: define one
2105 PASS: gdb.base/commands.exp: define hook-one
2106 PASS: gdb.base/commands.exp: define one in redefine_hook_test
2107 PASS: gdb.base/commands.exp: enter commands for one redefinition in redefine_hook_test
2108 PASS: gdb.base/commands.exp: execute one command in redefine_hook_test
2109 PASS: gdb.base/commands.exp: define backtrace
2110 PASS: gdb.base/commands.exp: expect response to define backtrace
2111 PASS: gdb.base/commands.exp: enter commands in redefine_backtrace_test
2112 PASS: gdb.base/commands.exp: execute backtrace command in redefine_backtrace_test
2113 PASS: gdb.base/commands.exp: execute bt command in redefine_backtrace_test
2114 Running ./gdb.base/completion.exp ...
2115 PASS: gdb.base/completion.exp: complete 'hfgfh'
2116 PASS: gdb.base/completion.exp: complete 'show output'
2117 PASS: gdb.base/completion.exp: complete 'show output-'
2118 PASS: gdb.base/completion.exp: complete 'p'
2119 PASS: gdb.base/completion.exp: complete 'p '
2120 PASS: gdb.base/completion.exp: complete 'info t foo'
2121 PASS: gdb.base/completion.exp: complete 'info t'
2122 PASS: gdb.base/completion.exp: complete 'info t '
2123 PASS: gdb.base/completion.exp: complete 'info asdfgh'
2124 PASS: gdb.base/completion.exp: complete 'info asdfgh '
2125 PASS: gdb.base/completion.exp: complete 'info'
2126 PASS: gdb.base/completion.exp: complete 'info '
2127 PASS: gdb.base/completion.exp: complete (2) 'info '
2128 PASS: gdb.base/completion.exp: complete 'help info wat'
2129 PASS: gdb.base/completion.exp: complete 'p "break1'
2130 XFAIL: gdb.base/completion.exp: complete 'p "break1.'
2131 PASS: gdb.base/completion.exp: complete 'p 'arg'
2132 PASS: gdb.base/completion.exp: complete (2) 'p 'arg'
2133 PASS: gdb.base/completion.exp: complete 'handle signal'
2134 PASS: gdb.base/completion.exp: complete 'handle keyword'
2135 PASS: gdb.base/completion.exp: complete help aliases
2136 PASS: gdb.base/completion.exp: complete 'p no_var_named_this-arg'
2137 PASS: gdb.base/completion.exp: complete (2) 'p no_var_named_this-arg'
2139 UNRESOLVED: gdb.base/completion.exp: complete (2) 'p no_var_named_this-'
2141 UNRESOLVED: gdb.base/completion.exp: complete 'p values[0].a'
2143 UNRESOLVED: gdb.base/completion.exp: complete 'p values[0] . a'
2145 UNRESOLVED: gdb.base/completion.exp: complete 'p &values[0] -> a'
2147 UNRESOLVED: gdb.base/completion.exp: completion of field in anonymous union
2149 UNRESOLVED: gdb.base/completion.exp: ptype completion of field in anonymous union
2151 UNRESOLVED: gdb.base/completion.exp: whatis completion of field in anonymous union
2152 PASS: gdb.base/completion.exp: cd to ${srcdir}
2153 PASS: gdb.base/completion.exp: directory completion
2154 PASS: gdb.base/completion.exp: directory completion 2
2155 PASS: gdb.base/completion.exp: Glob remaining of directory test
2156 PASS: gdb.base/completion.exp: complete-command 'file ./gdb.base/compl'
2157 PASS: gdb.base/completion.exp: complete 'file ./gdb.base/complet'
2158 PASS: gdb.base/completion.exp: complete 'info func marke'
2159 PASS: gdb.base/completion.exp: complete 'set follow-fork-mode'
2160 PASS: gdb.base/completion.exp: field completion with invalid field
2161 PASS: gdb.base/completion.exp: test non-deprecated completion
2162 PASS: gdb.base/completion.exp: test deprecated completion
2163 PASS: gdb.base/completion.exp: complete ptype struct some_
2164 PASS: gdb.base/completion.exp: complete ptype enum some_
2165 PASS: gdb.base/completion.exp: complete ptype union some_
2166 PASS: gdb.base/completion.exp: complete set gnutarget aut
2167 PASS: gdb.base/completion.exp: complete set cp-abi aut
2168 Running ./gdb.base/complex.exp ...
2169 PASS: gdb.base/complex.exp: print complex packed value in C
2170 PASS: gdb.base/complex.exp: print complex value in C
2171 Running ./gdb.base/comprdebug.exp ...
2172 PASS: gdb.base/comprdebug.exp: file comprdebug0.o
2173 Running ./gdb.base/condbreak.exp ...
2174 PASS: gdb.base/condbreak.exp: breakpoint function
2175 PASS: gdb.base/condbreak.exp: break marker1 if 1==1
2176 PASS: gdb.base/condbreak.exp: delete 2
2177 PASS: gdb.base/condbreak.exp: break break.c:92 if 1==1
2178 PASS: gdb.base/condbreak.exp: delete 3
2179 PASS: gdb.base/condbreak.exp: break marker1 if (1==1)
2180 PASS: gdb.base/condbreak.exp: break break.c:92 if (1==1)
2181 PASS: gdb.base/condbreak.exp: break marker2 if (a==43)
2182 PASS: gdb.base/condbreak.exp: break marker3 if (multi_line_if_conditional(1,1,1)==0)
2183 PASS: gdb.base/condbreak.exp: break marker4
2184 PASS: gdb.base/condbreak.exp: breakpoint info
2185 PASS: gdb.base/condbreak.exp: rerun to main
2186 PASS: gdb.base/condbreak.exp: run until breakpoint set at a line number
2187 PASS: gdb.base/condbreak.exp: run until breakpoint at marker1
2188 PASS: gdb.base/condbreak.exp: run until breakpoint at marker2
2189 PASS: gdb.base/condbreak.exp: break main if (1==1) thread 999
2190 PASS: gdb.base/condbreak.exp: break main thread 999 if (1==1)
2191 PASS: gdb.base/condbreak.exp: break *main if (1==1) thread 999
2192 PASS: gdb.base/condbreak.exp: break *main thread 999 if (1==1)
2193 PASS: gdb.base/condbreak.exp: break *main if (1==1) task 999
2194 PASS: gdb.base/condbreak.exp: break *main task 999 if (1==1)
2195 PASS: gdb.base/condbreak.exp: break *main if (1==1) t 999
2196 PASS: gdb.base/condbreak.exp: break *main if (1==1) th 999
2197 PASS: gdb.base/condbreak.exp: break *main if (1==1) ta 999
2198 PASS: gdb.base/condbreak.exp: run until breakpoint at marker3
2199 PASS: gdb.base/condbreak.exp: run until breakpoint at marker4
2200 PASS: gdb.base/condbreak.exp: complete cond 1
2201 PASS: gdb.base/condbreak.exp: set variable $var = 1
2202 PASS: gdb.base/condbreak.exp: complete cond $v
2203 PASS: gdb.base/condbreak.exp: complete cond 1 values[0].a
2204 Running ./gdb.base/cond-eval-mode.exp ...
2205 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation host
2206 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation auto
2207 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation target
2208 Running ./gdb.base/cond-expr.exp ...
2209 PASS: gdb.base/cond-expr.exp: print value of cond expr (const true)
2210 PASS: gdb.base/cond-expr.exp: print value of cond expr (const false)
2211 PASS: gdb.base/cond-expr.exp: set variable x=14
2212 PASS: gdb.base/cond-expr.exp: set variable y=2
2213 PASS: gdb.base/cond-expr.exp: set variable z=3
2214 PASS: gdb.base/cond-expr.exp: print value of cond expr (var true)
2215 PASS: gdb.base/cond-expr.exp: set variable x=0
2216 PASS: gdb.base/cond-expr.exp: print value of cond expr (var false)
2217 PASS: gdb.base/cond-expr.exp: print whatis of cond expr
2218 Running ./gdb.base/consecutive.exp ...
2219 PASS: gdb.base/consecutive.exp: continue to breakpoint in foo
2220 PASS: gdb.base/consecutive.exp: get breakpoint address for foo
2221 PASS: gdb.base/consecutive.exp: set bp, 2nd instr
2222 PASS: gdb.base/consecutive.exp: stopped at bp, 2nd instr
2223 Running ./gdb.base/constvars.exp ...
2224 PASS: gdb.base/constvars.exp: break marker1
2225 PASS: gdb.base/constvars.exp: continue to marker1
2226 PASS: gdb.base/constvars.exp: up from marker1
2227 PASS: gdb.base/constvars.exp: ptype qux1
2228 PASS: gdb.base/constvars.exp: print lave
2229 PASS: gdb.base/constvars.exp: ptype lave
2230 PASS: gdb.base/constvars.exp: print lavish
2231 PASS: gdb.base/constvars.exp: ptype lavish
2232 PASS: gdb.base/constvars.exp: print lax
2233 PASS: gdb.base/constvars.exp: ptype lax
2234 PASS: gdb.base/constvars.exp: print lecherous
2235 PASS: gdb.base/constvars.exp: ptype lecherous
2236 PASS: gdb.base/constvars.exp: print lechery
2237 PASS: gdb.base/constvars.exp: ptype lechery
2238 PASS: gdb.base/constvars.exp: print lectern
2239 PASS: gdb.base/constvars.exp: ptype lectern
2240 PASS: gdb.base/constvars.exp: print leeway
2241 PASS: gdb.base/constvars.exp: ptype leeway
2242 PASS: gdb.base/constvars.exp: print legacy
2243 PASS: gdb.base/constvars.exp: ptype legacy
2244 PASS: gdb.base/constvars.exp: print laconic
2245 PASS: gdb.base/constvars.exp: ptype laconic
2246 PASS: gdb.base/constvars.exp: print laggard
2247 PASS: gdb.base/constvars.exp: ptype laggard
2248 PASS: gdb.base/constvars.exp: print lagoon
2249 PASS: gdb.base/constvars.exp: ptype lagoon
2250 PASS: gdb.base/constvars.exp: print laity
2251 PASS: gdb.base/constvars.exp: ptype laity
2252 PASS: gdb.base/constvars.exp: print lambent
2253 PASS: gdb.base/constvars.exp: ptype lambent
2254 PASS: gdb.base/constvars.exp: print laminated
2255 PASS: gdb.base/constvars.exp: ptype laminated
2256 PASS: gdb.base/constvars.exp: print lampoon
2257 PASS: gdb.base/constvars.exp: ptype lampoon
2258 PASS: gdb.base/constvars.exp: print languid
2259 PASS: gdb.base/constvars.exp: ptype languid
2260 PASS: gdb.base/constvars.exp: print *legend
2261 PASS: gdb.base/constvars.exp: ptype legend
2262 PASS: gdb.base/constvars.exp: print *legerdemain
2263 PASS: gdb.base/constvars.exp: ptype legerdemain
2264 PASS: gdb.base/constvars.exp: print *leniency
2265 PASS: gdb.base/constvars.exp: ptype leniency
2266 PASS: gdb.base/constvars.exp: print *leonine
2267 PASS: gdb.base/constvars.exp: ptype leonine
2268 PASS: gdb.base/constvars.exp: print *lesion
2269 PASS: gdb.base/constvars.exp: ptype lesion
2270 PASS: gdb.base/constvars.exp: print *lethal
2271 PASS: gdb.base/constvars.exp: ptype lethal
2272 PASS: gdb.base/constvars.exp: print *lethargic
2273 PASS: gdb.base/constvars.exp: ptype lethargic
2274 PASS: gdb.base/constvars.exp: print *levity
2275 PASS: gdb.base/constvars.exp: ptype levity
2276 PASS: gdb.base/constvars.exp: print *lewd
2277 PASS: gdb.base/constvars.exp: ptype lewd
2278 PASS: gdb.base/constvars.exp: print *lexicographer
2279 PASS: gdb.base/constvars.exp: ptype lexicographer
2280 PASS: gdb.base/constvars.exp: print *lexicon
2281 PASS: gdb.base/constvars.exp: ptype lexicon
2282 PASS: gdb.base/constvars.exp: print *liaison
2283 PASS: gdb.base/constvars.exp: ptype liaison
2284 PASS: gdb.base/constvars.exp: print *libation
2285 PASS: gdb.base/constvars.exp: ptype libation
2286 PASS: gdb.base/constvars.exp: print *libelous
2287 PASS: gdb.base/constvars.exp: ptype libelous
2288 PASS: gdb.base/constvars.exp: print *libertine
2289 PASS: gdb.base/constvars.exp: ptype libertine
2290 PASS: gdb.base/constvars.exp: print *libidinous
2291 PASS: gdb.base/constvars.exp: ptype libidinous
2292 PASS: gdb.base/constvars.exp: print *languish
2293 PASS: gdb.base/constvars.exp: ptype languish
2294 PASS: gdb.base/constvars.exp: print *languor
2295 PASS: gdb.base/constvars.exp: ptype languor
2296 PASS: gdb.base/constvars.exp: print *lank
2297 PASS: gdb.base/constvars.exp: ptype lank
2298 PASS: gdb.base/constvars.exp: print *lapidary
2299 PASS: gdb.base/constvars.exp: ptype lapidary
2300 PASS: gdb.base/constvars.exp: print *larceny
2301 PASS: gdb.base/constvars.exp: ptype larceny
2302 PASS: gdb.base/constvars.exp: print *largess
2303 PASS: gdb.base/constvars.exp: ptype largess
2304 PASS: gdb.base/constvars.exp: print *lascivious
2305 PASS: gdb.base/constvars.exp: ptype lascivious
2306 PASS: gdb.base/constvars.exp: print *lassitude
2307 PASS: gdb.base/constvars.exp: ptype lassitude
2308 PASS: gdb.base/constvars.exp: print *lamprey
2309 PASS: gdb.base/constvars.exp: ptype lamprey
2310 PASS: gdb.base/constvars.exp: print *lariat
2311 PASS: gdb.base/constvars.exp: ptype lariat
2312 base/constvars.exp: print *laudanum
2313 PASS: gdb.base/constvars.exp: ptype laudanum
2314 PASS: gdb.base/constvars.exp: print *lecithin
2315 PASS: gdb.base/constvars.exp: ptype lecithin
2316 PASS: gdb.base/constvars.exp: print *leviathan
2317 PASS: gdb.base/constvars.exp: ptype leviathan
2318 PASS: gdb.base/constvars.exp: print *libretto
2319 PASS: gdb.base/constvars.exp: ptype libretto
2320 PASS: gdb.base/constvars.exp: print *lissome
2321 PASS: gdb.base/constvars.exp: ptype lissome
2322 PASS: gdb.base/constvars.exp: print *locust
2323 PASS: gdb.base/constvars.exp: ptype locust
2324 PASS: gdb.base/constvars.exp: ptype logical
2325 PASS: gdb.base/constvars.exp: ptype lugged
2326 PASS: gdb.base/constvars.exp: ptype luck
2327 PASS: gdb.base/constvars.exp: ptype lunar
2328 PASS: gdb.base/constvars.exp: ptype lumen
2329 PASS: gdb.base/constvars.exp: ptype lurk
2330 PASS: gdb.base/constvars.exp: ptype lush
2331 PASS: gdb.base/constvars.exp: ptype lynx
2332 PASS: gdb.base/constvars.exp: ptype crass
2333 PASS: gdb.base/constvars.exp: ptype crisp
2334 Running ./gdb.base/corefile.exp ...
2335 Running ./gdb.base/ctxobj.exp ...
2336 PASS: gdb.base/ctxobj.exp: break in get_version functions
2337 PASS: gdb.base/ctxobj.exp: continue to get_version_1
2338 PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from partial symtab
2339 PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from symtab
2340 PASS: gdb.base/ctxobj.exp: continue to get_version_2
2341 PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from partial symtab
2342 PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from symtab
2343 Running ./gdb.base/cursal.exp ...
2344 PASS: gdb.base/cursal.exp: set listsize 1
2345 PASS: gdb.base/cursal.exp: list before run
2346 PASS: gdb.base/cursal.exp: list in main
2347 PASS: gdb.base/cursal.exp: list in func2
2348 PASS: gdb.base/cursal.exp: backtrace
2349 PASS: gdb.base/cursal.exp: list after backtrace
2350 PASS: gdb.base/cursal.exp: set listsize 3
2351 PASS: gdb.base/cursal.exp: list size 3
2352 Running ./gdb.base/cvexpr.exp ...
2353 PASS: gdb.base/cvexpr.exp: set print sevenbit-strings
2354 PASS: gdb.base/cvexpr.exp: set print address off
2355 PASS: gdb.base/cvexpr.exp: set width 0
2356 PASS: gdb.base/cvexpr.exp: (const char)
2357 PASS: gdb.base/cvexpr.exp: (const signed char)
2358 PASS: gdb.base/cvexpr.exp: (const unsigned char)
2359 PASS: gdb.base/cvexpr.exp: (const short)
2360 PASS: gdb.base/cvexpr.exp: (const signed short)
2361 PASS: gdb.base/cvexpr.exp: (const unsigned short)
2362 PASS: gdb.base/cvexpr.exp: (const int)
2363 PASS: gdb.base/cvexpr.exp: (const signed int)
2364 PASS: gdb.base/cvexpr.exp: (const unsigned int)
2365 PASS: gdb.base/cvexpr.exp: (const long)
2366 PASS: gdb.base/cvexpr.exp: (const signed long)
2367 PASS: gdb.base/cvexpr.exp: (const unsigned long)
2368 PASS: gdb.base/cvexpr.exp: (const long long)
2369 PASS: gdb.base/cvexpr.exp: (const signed long long)
2370 PASS: gdb.base/cvexpr.exp: (const unsigned long long)
2371 PASS: gdb.base/cvexpr.exp: (const float)
2372 PASS: gdb.base/cvexpr.exp: (const double)
2373 PASS: gdb.base/cvexpr.exp: (volatile char)
2374 PASS: gdb.base/cvexpr.exp: (volatile signed char)
2375 PASS: gdb.base/cvexpr.exp: (volatile unsigned char)
2376 PASS: gdb.base/cvexpr.exp: (volatile short)
2377 PASS: gdb.base/cvexpr.exp: (volatile signed short)
2378 PASS: gdb.base/cvexpr.exp: (volatile unsigned short)
2379 PASS: gdb.base/cvexpr.exp: (volatile int)
2380 PASS: gdb.base/cvexpr.exp: (volatile signed int)
2381 PASS: gdb.base/cvexpr.exp: (volatile unsigned int)
2382 PASS: gdb.base/cvexpr.exp: (volatile long)
2383 PASS: gdb.base/cvexpr.exp: (volatile signed long)
2384 PASS: gdb.base/cvexpr.exp: (volatile unsigned long)
2385 PASS: gdb.base/cvexpr.exp: (volatile long long)
2386 PASS: gdb.base/cvexpr.exp: (volatile signed long long)
2387 PASS: gdb.base/cvexpr.exp: (volatile unsigned long long)
2388 PASS: gdb.base/cvexpr.exp: (volatile float)
2389 PASS: gdb.base/cvexpr.exp: (volatile double)
2390 PASS: gdb.base/cvexpr.exp: (const volatile int)
2391 PASS: gdb.base/cvexpr.exp: (volatile const int)
2392 PASS: gdb.base/cvexpr.exp: (const int volatile)
2393 PASS: gdb.base/cvexpr.exp: (volatile int const)
2394 PASS: gdb.base/cvexpr.exp: (int const volatile)
2395 PASS: gdb.base/cvexpr.exp: (int volatile const)
2396 PASS: gdb.base/cvexpr.exp: (const volatile int *)
2397 PASS: gdb.base/cvexpr.exp: (volatile const int *)
2398 PASS: gdb.base/cvexpr.exp: (const int volatile)
2399 PASS: gdb.base/cvexpr.exp: (volatile int const *)
2400 PASS: gdb.base/cvexpr.exp: (int const volatile *)
2401 PASS: gdb.base/cvexpr.exp: (int volatile const *)
2402 PASS: gdb.base/cvexpr.exp: (int * const volatile)
2403 PASS: gdb.base/cvexpr.exp: (int * volatile const)
2404 PASS: gdb.base/cvexpr.exp: (char const)
2405 PASS: gdb.base/cvexpr.exp: (signed char const)
2406 PASS: gdb.base/cvexpr.exp: (unsigned char const)
2407 PASS: gdb.base/cvexpr.exp: (short const)
2408 PASS: gdb.base/cvexpr.exp: (signed short const)
2409 PASS: gdb.base/cvexpr.exp: (unsigned short const)
2410 PASS: gdb.base/cvexpr.exp: (int const)
2411 PASS: gdb.base/cvexpr.exp: (signed int const)
2412 PASS: gdb.base/cvexpr.exp: (unsigned int const)
2413 PASS: gdb.base/cvexpr.exp: (long const)
2414 PASS: gdb.base/cvexpr.exp: (signed long const)
2415 PASS: gdb.base/cvexpr.exp: (unsigned long const)
2416 PASS: gdb.base/cvexpr.exp: (long long const)
2417 PASS: gdb.base/cvexpr.exp: (signed long long const)
2418 PASS: gdb.base/cvexpr.exp: (unsigned long long const)
2419 PASS: gdb.base/cvexpr.exp: (float const)
2420 PASS: gdb.base/cvexpr.exp: (double const)
2421 PASS: gdb.base/cvexpr.exp: (char volatile)
2422 PASS: gdb.base/cvexpr.exp: (signed char volatile)
2423 PASS: gdb.base/cvexpr.exp: (unsigned char volatile)
2424 PASS: gdb.base/cvexpr.exp: (short volatile)
2425 PASS: gdb.base/cvexpr.exp: (signed short volatile)
2426 PASS: gdb.base/cvexpr.exp: (unsigned short volatile)
2427 PASS: gdb.base/cvexpr.exp: (int volatile)
2428 PASS: gdb.base/cvexpr.exp: (signed int volatile)
2429 PASS: gdb.base/cvexpr.exp: (unsigned int volatile)
2430 PASS: gdb.base/cvexpr.exp: (long volatile)
2431 PASS: gdb.base/cvexpr.exp: (signed long volatile)
2432 PASS: gdb.base/cvexpr.exp: (unsigned long volatile)
2433 PASS: gdb.base/cvexpr.exp: (long long volatile)
2434 PASS: gdb.base/cvexpr.exp: (signed long long volatile)
2435 PASS: gdb.base/cvexpr.exp: (unsigned long long volatile)
2436 PASS: gdb.base/cvexpr.exp: (float volatile)
2437 PASS: gdb.base/cvexpr.exp: (double volatile)
2438 PASS: gdb.base/cvexpr.exp: (const enum misordered)
2439 PASS: gdb.base/cvexpr.exp: (enum misordered const)
2440 PASS: gdb.base/cvexpr.exp: (volatile enum misordered)
2441 PASS: gdb.base/cvexpr.exp: (enum misordered volatile)
2442 PASS: gdb.base/cvexpr.exp: (const int *)
2443 PASS: gdb.base/cvexpr.exp: (int const *)
2444 PASS: gdb.base/cvexpr.exp: (int * const)
2445 PASS: gdb.base/cvexpr.exp: (const int * const)
2446 PASS: gdb.base/cvexpr.exp: (int const * const)
2447 PASS: gdb.base/cvexpr.exp: (const int **)
2448 PASS: gdb.base/cvexpr.exp: (int const **)
2449 PASS: gdb.base/cvexpr.exp: (int ** const)
2450 PASS: gdb.base/cvexpr.exp: (const int * const *)
2451 PASS: gdb.base/cvexpr.exp: (int const * const *)
2452 PASS: gdb.base/cvexpr.exp: (const int * const * const)
2453 PASS: gdb.base/cvexpr.exp: (int const * const * const)
2454 PASS: gdb.base/cvexpr.exp: (const struct t_struct)
2455 PASS: gdb.base/cvexpr.exp: (const union t_union)
2456 PASS: gdb.base/cvexpr.exp: (struct t_struct const)
2457 PASS: gdb.base/cvexpr.exp: (union t_union const)
2458 PASS: gdb.base/cvexpr.exp: (const struct t_struct *)
2459 PASS: gdb.base/cvexpr.exp: (const union t_union *)
2460 PASS: gdb.base/cvexpr.exp: (struct t_struct const *)
2461 PASS: gdb.base/cvexpr.exp: (union t_union const *)
2462 PASS: gdb.base/cvexpr.exp: (struct t_struct * const)
2463 PASS: gdb.base/cvexpr.exp: (union t_union * const)
2464 PASS: gdb.base/cvexpr.exp: (const struct t_struct * const)
2465 PASS: gdb.base/cvexpr.exp: (const union t_union * const)
2466 PASS: gdb.base/cvexpr.exp: (struct t_struct const * const)
2467 PASS: gdb.base/cvexpr.exp: (union t_union const * const)
2468 Running ./gdb.base/dbx.exp ...
2469 PASS: gdb.base/dbx.exp: stop in main
2470 PASS: gdb.base/dbx.exp: status
2471 PASS: gdb.base/dbx.exp: stop at average.c:43
2472 PASS: gdb.base/dbx.exp: stop in average.c:43
2473 PASS: gdb.base/dbx.exp: stop at main
2474 PASS: gdb.base/dbx.exp: running to main
2475 PASS: gdb.base/dbx.exp: assign first
2476 PASS: gdb.base/dbx.exp: print first
2477 PASS: gdb.base/dbx.exp: whereis my_list
2478 PASS: gdb.base/dbx.exp: file average.c:1
2479 PASS: gdb.base/dbx.exp: cont 1
2480 PASS: gdb.base/dbx.exp: step
2481 XFAIL: gdb.base/dbx.exp: func sum
2482 PASS: gdb.base/dbx.exp: stop in sum
2483 PASS: gdb.base/dbx.exp: cont 2
2484 XFAIL: gdb.base/dbx.exp: func print_average
2485 Running ./gdb.base/debug-expr.exp ...
2486 PASS: gdb.base/debug-expr.exp: set variable array[0] = 0
2487 PASS: gdb.base/debug-expr.exp: set variable array[1] = 1
2488 PASS: gdb.base/debug-expr.exp: set variable array[2] = 2
2489 PASS: gdb.base/debug-expr.exp: set variable array[3] = 3
2490 PASS: gdb.base/debug-expr.exp: set debug expression 1
2491 PASS: gdb.base/debug-expr.exp: print /x {char[4]} array
2492 Running ./gdb.base/default.exp ...
2493 PASS: gdb.base/default.exp: add-symbol-file
2494 PASS: gdb.base/default.exp: append
2495 PASS: gdb.base/default.exp: append binary
2496 PASS: gdb.base/default.exp: append memory
2497 PASS: gdb.base/default.exp: append value
2498 PASS: gdb.base/default.exp: append binary memory
2499 PASS: gdb.base/default.exp: append binary value
2501 PASS: gdb.base/default.exp: continue
2502 PASS: gdb.base/default.exp: continue "c" abbreviation
2503 PASS: gdb.base/default.exp: call
2504 PASS: gdb.base/default.exp: catch
2505 PASS: gdb.base/default.exp: cd
2506 PASS: gdb.base/default.exp: clear
2507 PASS: gdb.base/default.exp: commands
2508 PASS: gdb.base/default.exp: condition
2509 PASS: gdb.base/default.exp: core-file
2510 PASS: gdb.base/default.exp: delete "d" abbreviation
2511 PASS: gdb.base/default.exp: delete
2512 PASS: gdb.base/default.exp: define
2513 PASS: gdb.base/default.exp: delete breakpoints
2514 PASS: gdb.base/default.exp: delete display prompt
2515 PASS: gdb.base/default.exp: detach
2516 PASS: gdb.base/default.exp: directory prompt
2517 PASS: gdb.base/default.exp: disable "dis" abbreviation
2518 PASS: gdb.base/default.exp: disable "disa" abbreviation
2519 PASS: gdb.base/default.exp: disable
2520 PASS: gdb.base/default.exp: disable breakpoints
2521 PASS: gdb.base/default.exp: disable display
2522 PASS: gdb.base/default.exp: disassemble
2523 PASS: gdb.base/default.exp: display
2524 PASS: gdb.base/default.exp: do
2525 PASS: gdb.base/default.exp: document
2526 PASS: gdb.base/default.exp: down
2527 PASS: gdb.base/default.exp: down-silently
2528 PASS: gdb.base/default.exp: dump
2529 PASS: gdb.base/default.exp: dump binary
2530 PASS: gdb.base/default.exp: dump ihex
2531 PASS: gdb.base/default.exp: dump memory
2532 PASS: gdb.base/default.exp: dump srec
2533 PASS: gdb.base/default.exp: dump tekhex
2534 PASS: gdb.base/default.exp: dump value
2535 PASS: gdb.base/default.exp: dump binary memory
2536 PASS: gdb.base/default.exp: dump binary value
2537 PASS: gdb.base/default.exp: dump ihex memory
2538 PASS: gdb.base/default.exp: dump ihex value
2539 PASS: gdb.base/default.exp: dump srec memory
2540 PASS: gdb.base/default.exp: dump srec value
2541 PASS: gdb.base/default.exp: dump tekhex memory
2542 PASS: gdb.base/default.exp: dump tekhex value
2543 PASS: gdb.base/default.exp: echo
2544 PASS: gdb.base/default.exp: enable breakpoints delete
2545 PASS: gdb.base/default.exp: enable breakpoints once
2546 PASS: gdb.base/default.exp: enable breakpoints
2547 PASS: gdb.base/default.exp: enable delete
2548 PASS: gdb.base/default.exp: enable display
2549 PASS: gdb.base/default.exp: enable once
2550 PASS: gdb.base/default.exp: enable
2551 PASS: gdb.base/default.exp: exec-file
2552 PASS: gdb.base/default.exp: frame "f" abbreviation
2553 PASS: gdb.base/default.exp: frame
2554 PASS: gdb.base/default.exp: fg
2555 PASS: gdb.base/default.exp: file
2556 PASS: gdb.base/default.exp: finish
2557 PASS: gdb.base/default.exp: forward-search
2558 PASS: gdb.base/default.exp: gcore
2559 PASS: gdb.base/default.exp: generate-core-file
2560 PASS: gdb.base/default.exp: help "h" abbreviation
2561 PASS: gdb.base/default.exp: help
2562 PASS: gdb.base/default.exp: handle
2563 PASS: gdb.base/default.exp: info "i" abbreviation
2564 PASS: gdb.base/default.exp: info
2565 PASS: gdb.base/default.exp: ignore
2566 PASS: gdb.base/default.exp: info address
2567 PASS: gdb.base/default.exp: info all-registers
2568 PASS: gdb.base/default.exp: info args
2569 PASS: gdb.base/default.exp: info bogus-gdb-command
2570 PASS: gdb.base/default.exp: info breakpoints
2571 PASS: gdb.base/default.exp: info copying
2572 PASS: gdb.base/default.exp: info display
2573 PASS: gdb.base/default.exp: info frame "f" abbreviation
2574 PASS: gdb.base/default.exp: info frame
2575 PASS: gdb.base/default.exp: info files
2576 PASS: gdb.base/default.exp: info float
2577 PASS: gdb.base/default.exp: info functions
2578 PASS: gdb.base/default.exp: info locals
2579 PASS: gdb.base/default.exp: info program
2580 PASS: gdb.base/default.exp: info registers
2581 PASS: gdb.base/default.exp: info stack "s" abbreviation
2582 PASS: gdb.base/default.exp: info stack
2583 PASS: gdb.base/default.exp: info set
2584 PASS: gdb.base/default.exp: info symbol
2585 PASS: gdb.base/default.exp: info source
2586 PASS: gdb.base/default.exp: info sources
2587 PASS: gdb.base/default.exp: info target
2588 PASS: gdb.base/default.exp: info terminal
2589 PASS: gdb.base/default.exp: info threads
2590 PASS: gdb.base/default.exp: info types
2591 PASS: gdb.base/default.exp: info variables
2592 PASS: gdb.base/default.exp: info vector
2593 PASS: gdb.base/default.exp: info warranty
2594 PASS: gdb.base/default.exp: info watchpoints
2595 PASS: gdb.base/default.exp: inspect
2596 PASS: gdb.base/default.exp: jump
2597 PASS: gdb.base/default.exp: kill
2598 PASS: gdb.base/default.exp: list "l" abbreviation
2599 PASS: gdb.base/default.exp: list
2600 PASS: gdb.base/default.exp: load
2601 PASS: gdb.base/default.exp: next "n" abbreviation
2602 PASS: gdb.base/default.exp: next
2603 PASS: gdb.base/default.exp: nexti "ni" abbreviation
2604 PASS: gdb.base/default.exp: nexti
2605 PASS: gdb.base/default.exp: output
2606 PASS: gdb.base/default.exp: overlay
2607 PASS: gdb.base/default.exp: overlay on
2608 PASS: gdb.base/default.exp: overlay manual #1
2609 PASS: gdb.base/default.exp: overlay auto
2610 PASS: gdb.base/default.exp: overlay off
2611 PASS: gdb.base/default.exp: overlay list
2612 PASS: gdb.base/default.exp: overlay map #1
2613 PASS: gdb.base/default.exp: overlay unmap #1
2614 PASS: gdb.base/default.exp: overlay manual #2
2615 PASS: gdb.base/default.exp: overlay map #2
2616 PASS: gdb.base/default.exp: overlay unmap #2
2617 PASS: gdb.base/default.exp: print "p" abbreviation
2618 PASS: gdb.base/default.exp: print
2619 PASS: gdb.base/default.exp: printf
2620 PASS: gdb.base/default.exp: ptype
2621 PASS: gdb.base/default.exp: pwd
2622 PASS: gdb.base/default.exp: rbreak
2623 PASS: gdb.base/default.exp: restore
2624 PASS: gdb.base/default.exp: return
2625 PASS: gdb.base/default.exp: reverse-search
2626 PASS: gdb.base/default.exp: step "s" abbreviation #1
2627 PASS: gdb.base/default.exp: step #1
2628 PASS: gdb.base/default.exp: search
2629 PASS: gdb.base/default.exp: section
2630 PASS: gdb.base/default.exp: set annotate
2631 PASS: gdb.base/default.exp: set args
2632 PASS: gdb.base/default.exp: set check "c" abbreviation
2633 PASS: gdb.base/default.exp: set check "ch" abbreviation
2634 PASS: gdb.base/default.exp: set check "check" abbreviation
2635 PASS: gdb.base/default.exp: set check range
2636 PASS: gdb.base/default.exp: set check type
2637 PASS: gdb.base/default.exp: set complaints
2638 PASS: gdb.base/default.exp: set confirm
2639 PASS: gdb.base/default.exp: set environment
2640 PASS: gdb.base/default.exp: set height
2641 PASS: gdb.base/default.exp: set history expansion
2642 PASS: gdb.base/default.exp: set history filename
2643 PASS: gdb.base/default.exp: set history save
2644 PASS: gdb.base/default.exp: set history size
2645 PASS: gdb.base/default.exp: set history
2646 PASS: gdb.base/default.exp: set language
2647 PASS: gdb.base/default.exp: set listsize
2648 PASS: gdb.base/default.exp: set print "p" abbreviation
2649 PASS: gdb.base/default.exp: set print "pr" abbreviation
2650 PASS: gdb.base/default.exp: set print
2651 PASS: gdb.base/default.exp: set print address
2652 PASS: gdb.base/default.exp: set print array
2653 PASS: gdb.base/default.exp: set print asm-demangle
2654 PASS: gdb.base/default.exp: set print demangle
2655 PASS: gdb.base/default.exp: set print elements
2656 PASS: gdb.base/default.exp: set print object
2657 PASS: gdb.base/default.exp: set print pretty
2658 PASS: gdb.base/default.exp: set print sevenbit-strings
2659 PASS: gdb.base/default.exp: set print union
2660 PASS: gdb.base/default.exp: set print vtbl
2661 PASS: gdb.base/default.exp: set radix
2662 PASS: gdb.base/default.exp: set variable
2663 PASS: gdb.base/default.exp: set verbose
2664 PASS: gdb.base/default.exp: set width
2665 PASS: gdb.base/default.exp: set write
2666 PASS: gdb.base/default.exp: set
2667 PASS: gdb.base/default.exp: shell echo Hi dad!
2668 PASS: gdb.base/default.exp: show annotate
2669 PASS: gdb.base/default.exp: show args
2670 PASS: gdb.base/default.exp: show check "c" abbreviation
2671 PASS: gdb.base/default.exp: show check "ch" abbreviation
2672 PASS: gdb.base/default.exp: show check "check" abbreviation
2673 PASS: gdb.base/default.exp: show check range
2674 PASS: gdb.base/default.exp: show check type
2675 PASS: gdb.base/default.exp: show commands
2676 PASS: gdb.base/default.exp: show complaints
2677 PASS: gdb.base/default.exp: show confirm
2678 PASS: gdb.base/default.exp: show convenience
2679 PASS: gdb.base/default.exp: show directories
2680 base/default.exp: show editing
2681 PASS: gdb.base/default.exp: show height
2682 PASS: gdb.base/default.exp: show history expansion
2683 PASS: gdb.base/default.exp: show history filename
2684 PASS: gdb.base/default.exp: show history save
2685 PASS: gdb.base/default.exp: show history size
2686 PASS: gdb.base/default.exp: show history
2687 PASS: gdb.base/default.exp: show language
2688 PASS: gdb.base/default.exp: show listsize
2689 PASS: gdb.base/default.exp: show p
2690 PASS: gdb.base/default.exp: show pr
2691 PASS: gdb.base/default.exp: show print
2692 PASS: gdb.base/default.exp: show paths
2693 PASS: gdb.base/default.exp: show print address
2694 PASS: gdb.base/default.exp: show print array
2695 PASS: gdb.base/default.exp: show print asm-demangle
2696 PASS: gdb.base/default.exp: show print demangle
2697 PASS: gdb.base/default.exp: show print elements
2698 PASS: gdb.base/default.exp: show print object
2699 PASS: gdb.base/default.exp: show print pretty
2700 PASS: gdb.base/default.exp: show print sevenbit-strings
2701 PASS: gdb.base/default.exp: show print union
2702 PASS: gdb.base/default.exp: show print vtbl
2703 PASS: gdb.base/default.exp: show prompt
2704 PASS: gdb.base/default.exp: show radix
2705 PASS: gdb.base/default.exp: show user
2706 PASS: gdb.base/default.exp: show values
2707 PASS: gdb.base/default.exp: show verbose
2708 PASS: gdb.base/default.exp: show version
2709 PASS: gdb.base/default.exp: show width
2710 PASS: gdb.base/default.exp: show write
2711 PASS: gdb.base/default.exp: show
2712 PASS: gdb.base/default.exp: stepi "si" abbreviation
2713 PASS: gdb.base/default.exp: stepi
2714 PASS: gdb.base/default.exp: signal
2715 PASS: gdb.base/default.exp: source
2716 PASS: gdb.base/default.exp: step "s" abbreviation #2
2717 PASS: gdb.base/default.exp: step #2
2718 PASS: gdb.base/default.exp: symbol-file
2719 PASS: gdb.base/default.exp: target child
2720 PASS: gdb.base/default.exp: target procfs
2721 PASS: gdb.base/default.exp: target core
2722 PASS: gdb.base/default.exp: target exec
2723 PASS: gdb.base/default.exp: target remote
2724 PASS: gdb.base/default.exp: target
2725 PASS: gdb.base/default.exp: tbreak
2726 PASS: gdb.base/default.exp: thread
2727 PASS: gdb.base/default.exp: thread apply
2728 PASS: gdb.base/default.exp: thread find
2729 PASS: gdb.base/default.exp: thread name
2730 PASS: gdb.base/default.exp: tty
2731 PASS: gdb.base/default.exp: until "u" abbreviation
2732 PASS: gdb.base/default.exp: until
2733 PASS: gdb.base/default.exp: undisplay prompt
2734 PASS: gdb.base/default.exp: unset environment prompt
2735 PASS: gdb.base/default.exp: unset
2736 PASS: gdb.base/default.exp: up-silently
2737 PASS: gdb.base/default.exp: watch
2738 PASS: gdb.base/default.exp: whatis
2739 PASS: gdb.base/default.exp: where
2740 PASS: gdb.base/default.exp: x
2741 Running ./gdb.base/define.exp ...
2742 PASS: gdb.base/define.exp: define user command: nextwhere
2743 PASS: gdb.base/define.exp: use user command: nextwhere
2744 PASS: gdb.base/define.exp: define user command: nextwh
2745 PASS: gdb.base/define.exp: redefine user command aborted: nextwhere
2746 PASS: gdb.base/define.exp: redefine user command: nextwhere
2747 PASS: gdb.base/define.exp: redocumenting builtin command disallowed
2748 PASS: gdb.base/define.exp: document user command: nextwhere
2749 PASS: gdb.base/define.exp: re-document user command: nextwhere
2750 PASS: gdb.base/define.exp: help user command: nextwhere
2751 PASS: gdb.base/define.exp: set up whitespace in help string
2752 PASS: gdb.base/define.exp: preserve whitespace in help string
2753 PASS: gdb.base/define.exp: define user command: ifnospace
2754 PASS: gdb.base/define.exp: test ifnospace is parsed correctly
2755 PASS: gdb.base/define.exp: define user command: whilenospace
2756 PASS: gdb.base/define.exp: test whilenospace is parsed correctly
2757 PASS: gdb.base/define.exp: define user command: user-bt
2758 PASS: gdb.base/define.exp: define hook-stop command
2759 PASS: gdb.base/define.exp: use hook-stop command
2760 PASS: gdb.base/define.exp: define hook undefined command aborted: bar
2761 PASS: gdb.base/define.exp: define hook undefined command: bar
2762 PASS: gdb.base/define.exp: define target testsuite
2763 PASS: gdb.base/define.exp: document target testsuite
2764 PASS: gdb.base/define.exp: help target
2765 PASS: gdb.base/define.exp: target testsuite
2766 PASS: gdb.base/define.exp: show user target testsuite
2767 PASS: gdb.base/define.exp: define target hook-testsuite
2768 PASS: gdb.base/define.exp: define target hookpost-testsuite
2769 PASS: gdb.base/define.exp: target testsuite with hooks
2770 PASS: gdb.base/define.exp: set gdb_prompt
2771 PASS: gdb.base/define.exp: reset gdb_prompt
2772 Running ./gdb.base/del.exp ...
2773 PASS: gdb.base/del.exp: Remove all breakpoints (del)
2774 PASS: gdb.base/del.exp: info break after removing break on main
2775 PASS: gdb.base/del.exp: breakpoint insertion (del)
2776 PASS: gdb.base/del.exp: Remove last breakpoint (del)
2777 PASS: gdb.base/del.exp: info break after removing break on main (del)
2778 PASS: gdb.base/del.exp: Remove all breakpoints (d)
2779 PASS: gdb.base/del.exp: info break after removing break on main
2780 PASS: gdb.base/del.exp: breakpoint insertion (d)
2781 PASS: gdb.base/del.exp: Remove last breakpoint (d)
2782 PASS: gdb.base/del.exp: info break after removing break on main (d)
2783 Running ./gdb.base/detach.exp ...
2784 Running ./gdb.base/dfp-exprs.exp ...
2785 PASS: gdb.base/dfp-exprs.exp: p 1.2df
2786 PASS: gdb.base/dfp-exprs.exp: p -1.2df
2787 PASS: gdb.base/dfp-exprs.exp: p 1.234567df
2788 PASS: gdb.base/dfp-exprs.exp: p -1.234567df
2789 PASS: gdb.base/dfp-exprs.exp: p 1234567.df
2790 PASS: gdb.base/dfp-exprs.exp: p -1234567.df
2791 PASS: gdb.base/dfp-exprs.exp: p 1.2E1df
2792 PASS: gdb.base/dfp-exprs.exp: p 1.2E10df
2793 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10df
2794 PASS: gdb.base/dfp-exprs.exp: p 1.2E96df
2795 PASS: gdb.base/dfp-exprs.exp: p 1.2dd
2796 PASS: gdb.base/dfp-exprs.exp: p -1.2dd
2797 PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456dd
2798 PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456dd
2799 PASS: gdb.base/dfp-exprs.exp: p 1234567890123456.dd
2800 PASS: gdb.base/dfp-exprs.exp: p -1234567890123456.dd
2801 PASS: gdb.base/dfp-exprs.exp: p 1.2E1dd
2802 PASS: gdb.base/dfp-exprs.exp: p 1.2E10dd
2803 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dd
2804 PASS: gdb.base/dfp-exprs.exp: p 1.2E384dd
2805 PASS: gdb.base/dfp-exprs.exp: p 1.2dl
2806 PASS: gdb.base/dfp-exprs.exp: p -1.2dl
2807 PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456789012345678901234dl
2808 PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456789012345678901234dl
2809 PASS: gdb.base/dfp-exprs.exp: p 1234567890123456789012345678901234.dl
2810 PASS: gdb.base/dfp-exprs.exp: p -1234567890123456789012345678901234.dl
2811 PASS: gdb.base/dfp-exprs.exp: p 1.2E1dl
2812 PASS: gdb.base/dfp-exprs.exp: p 1.2E10dl
2813 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dl
2814 PASS: gdb.base/dfp-exprs.exp: p 1.2E6144dl
2815 PASS: gdb.base/dfp-exprs.exp: p 1.4df + 1.2df
2816 PASS: gdb.base/dfp-exprs.exp: p 1.4df - 1.2df
2817 PASS: gdb.base/dfp-exprs.exp: p 1.4df * 1.2df
2818 PASS: gdb.base/dfp-exprs.exp: p 1.4df / 1.2df
2819 PASS: gdb.base/dfp-exprs.exp: p 1.4dd + 1.2dd
2820 PASS: gdb.base/dfp-exprs.exp: p 1.4dd - 1.2dd
2821 PASS: gdb.base/dfp-exprs.exp: p 1.4dd * 1.2dd
2822 PASS: gdb.base/dfp-exprs.exp: p 1.4dd / 1.2dd
2823 PASS: gdb.base/dfp-exprs.exp: p 1.4dl + 1.2dl
2824 PASS: gdb.base/dfp-exprs.exp: p 1.4dl - 1.2dl
2825 PASS: gdb.base/dfp-exprs.exp: p 1.4dl * 1.2dl
2826 PASS: gdb.base/dfp-exprs.exp: p 1.4dl / 1.2dl
2827 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.df
2828 PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dd
2829 PASS: gdb.base/dfp-exprs.exp: ptype 2.dl + 2.dl
2830 PASS: gdb.base/dfp-exprs.exp: p 2.1df + 2.7dd
2831 PASS: gdb.base/dfp-exprs.exp: p 2.1dd + 2.7df
2832 PASS: gdb.base/dfp-exprs.exp: p 2.6df + 2.7dl
2833 PASS: gdb.base/dfp-exprs.exp: p 2.6dl + 2.7df
2834 PASS: gdb.base/dfp-exprs.exp: p 2.3dd + 2.2dl
2835 PASS: gdb.base/dfp-exprs.exp: p 2.3dl + 2.2dd
2836 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dd
2837 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dl
2838 PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dl
2839 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1
2840 PASS: gdb.base/dfp-exprs.exp: p 2 + 1.7dd
2841 PASS: gdb.base/dfp-exprs.exp: p 3 + 2.1dl
2842 PASS: gdb.base/dfp-exprs.exp: ptype 1.2df + 1
2843 PASS: gdb.base/dfp-exprs.exp: ptype 2 + 1.7dd
2844 PASS: gdb.base/dfp-exprs.exp: ptype 3 + 2.1dl
2845 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 2ll
2846 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1.2f
2847 PASS: gdb.base/dfp-exprs.exp: p !0.df
2848 PASS: gdb.base/dfp-exprs.exp: p !0.dd
2849 PASS: gdb.base/dfp-exprs.exp: p !0.dl
2850 PASS: gdb.base/dfp-exprs.exp: p !0.5df
2851 PASS: gdb.base/dfp-exprs.exp: p !0.5dd
2852 PASS: gdb.base/dfp-exprs.exp: p !0.5dl
2853 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2df
2854 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dd
2855 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dl
2856 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2df
2857 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2dl
2858 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2df
2859 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2dd
2860 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3df
2861 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dd
2862 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dl
2863 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3df
2864 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3dl
2865 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3df
2866 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3dd
2867 PASS: gdb.base/dfp-exprs.exp: p +1.2df
2868 PASS: gdb.base/dfp-exprs.exp: p +1.2dd
2869 PASS: gdb.base/dfp-exprs.exp: p +1.2dl
2870 PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3df
2871 PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3dd
2872 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df
2873 PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dd
2874 PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dl
2875 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3dl
2876 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df
2877 PASS: gdb.base/dfp-exprs.exp: p 1.2df > 1
2878 PASS: gdb.base/dfp-exprs.exp: p 1.2dl > 2
2879 PASS: gdb.base/dfp-exprs.exp: p 2 > 1.2dd
2880 PASS: gdb.base/dfp-exprs.exp: p 2 > 3.1dl
2881 PASS: gdb.base/dfp-exprs.exp: p (float) -0.1df
2882 PASS: gdb.base/dfp-exprs.exp: p (int) 8.3dd
2883 PASS: gdb.base/dfp-exprs.exp: p (_Decimal64) 3.1
2884 PASS: gdb.base/dfp-exprs.exp: p (_Decimal128) 3.7df
2885 PASS: gdb.base/dfp-exprs.exp: p (_Decimal32) 4
2886 Running ./gdb.base/dfp-test.exp ...
2887 PASS: gdb.base/dfp-test.exp: get integer valueof "sizeof (long)" (8)
2888 PASS: gdb.base/dfp-test.exp: next after initializing d32
2889 PASS: gdb.base/dfp-test.exp: d32 is initialized to 1.2345
2890 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d32
2891 PASS: gdb.base/dfp-test.exp: d32 is positive Infinity
2892 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d32
2893 PASS: gdb.base/dfp-test.exp: d32 is negative Infinity
2894 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d32
2895 PASS: gdb.base/dfp-test.exp: d32 is NaN
2896 PASS: gdb.base/dfp-test.exp: p d32=123.45df
2897 PASS: gdb.base/dfp-test.exp: p d32=12345.df
2898 PASS: gdb.base/dfp-test.exp: p d32=12345.67df
2899 PASS: gdb.base/dfp-test.exp: p d32=1234567.df
2900 PASS: gdb.base/dfp-test.exp: p d32=1.234567E0df
2901 PASS: gdb.base/dfp-test.exp: p d32=1.234567E10df
2902 PASS: gdb.base/dfp-test.exp: p d32=1.234567E+96df
2903 PASS: gdb.base/dfp-test.exp: p d32=9.999999E96df
2904 PASS: gdb.base/dfp-test.exp: p d32=1.0E-95df
2905 PASS: gdb.base/dfp-test.exp: p d32=1.E-101df
2906 PASS: gdb.base/dfp-test.exp: p d32=0.000001E-95df
2907 PASS: gdb.base/dfp-test.exp: 1.2345678 is rounded to 1.234568
2908 PASS: gdb.base/dfp-test.exp: 1.0E-101 is rounded to 1E-101
2909 PASS: gdb.base/dfp-test.exp: 1.234567E+97 is Infinity
2910 PASS: gdb.base/dfp-test.exp: 12345. is a valid number
2911 PASS: gdb.base/dfp-test.exp: 12345 is an invalid number
2912 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2913 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2914 PASS: gdb.base/dfp-test.exp: next after initializing d64
2915 PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345
2916 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64
2917 PASS: gdb.base/dfp-test.exp: d64 is positive Infinity
2918 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64
2919 PASS: gdb.base/dfp-test.exp: d64 is negative Infinity
2920 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64
2921 PASS: gdb.base/dfp-test.exp: d64 is NaN
2922 PASS: gdb.base/dfp-test.exp: p d64=123.45dd
2923 PASS: gdb.base/dfp-test.exp: p d64=12345.dd
2924 PASS: gdb.base/dfp-test.exp: p d64=12345.67dd
2925 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456dd
2926 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E10dd
2927 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E100dd
2928 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E384dd
2929 PASS: gdb.base/dfp-test.exp: p d64=9.999999999999999E384dd
2930 PASS: gdb.base/dfp-test.exp: p d64=1.E-383dd
2931 PASS: gdb.base/dfp-test.exp: p d64=1.E-398dd
2932 PASS: gdb.base/dfp-test.exp: p d64=0.000000000000001E-383dd
2933 PASS: gdb.base/dfp-test.exp: 1.2345678901234567 is rounded to 1.234567890123457
2934 PASS: gdb.base/dfp-test.exp: d64=9.9999999999999999E384 is Infinity
2935 PASS: gdb.base/dfp-test.exp: d64=1.234567890123456E385 is Infinity
2936 PASS: gdb.base/dfp-test.exp: 12345dd is an invalid number
2937 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2938 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2939 PASS: gdb.base/dfp-test.exp: next after initializing d128
2940 PASS: gdb.base/dfp-test.exp: d128 is initialized to 1.2345
2941 PASS: gdb.base/dfp-test.exp: p d128=123.45dl
2942 PASS: gdb.base/dfp-test.exp: p d128=12345.dl
2943 PASS: gdb.base/dfp-test.exp: p d128=12345.67dl
2944 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456789012345678901234dl
2945 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E10dl
2946 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E100dl
2947 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E1000dl
2948 PASS: gdb.base/dfp-test.exp: p d128=9.999999999999999999999999999999999E6144dl
2949 PASS: gdb.base/dfp-test.exp: p d128=1.E-6143dl
2950 PASS: gdb.base/dfp-test.exp: p d128=1.E-6176dl
2951 PASS: gdb.base/dfp-test.exp: p d128=0.000000000000000000000000000000001E-6143dl
2952 PASS: gdb.base/dfp-test.exp: 1.2345678901234567890123456789012345 is rounded to 1.234567890123456789012345678901234
2953 PASS: gdb.base/dfp-test.exp: d128=1.234567890123456E6145 is Infinity
2954 PASS: gdb.base/dfp-test.exp: 12345dl is an invalid number
2955 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2956 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2957 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d128
2958 PASS: gdb.base/dfp-test.exp: d128 is positive Infinity
2959 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d128
2960 PASS: gdb.base/dfp-test.exp: d128 is negative Infinity
2961 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d128
2962 PASS: gdb.base/dfp-test.exp: d128 is NaN
2963 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_32
2964 PASS: gdb.base/dfp-test.exp: backtrace at arg0_32
2965 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_64
2966 PASS: gdb.base/dfp-test.exp: backtrace at arg0_64
2967 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_128
2968 PASS: gdb.base/dfp-test.exp: backtrace at arg0_128
2969 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal32 arguments.
2970 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments.
2971 PASS: gdb.base/dfp-test.exp: Correct _Decimal32 return value from called function.
2972 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal64 arguments.
2973 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments.
2974 PASS: gdb.base/dfp-test.exp: Correct _Decimal64 return value from called function.
2975 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal128 arguments.
2976 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments.
2977 PASS: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function.
2978 PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments TEST.
2979 PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments.
2980 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal32 arguments.
2981 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal64 arguments.
2982 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal128 arguments.
2983 PASS: gdb.base/dfp-test.exp: Call function with many mixed decimal float arguments.
2984 PASS: gdb.base/dfp-test.exp: continue to breakpoint: Setting a decimal struct
2985 PASS: gdb.base/dfp-test.exp: print ds.dec32
2986 PASS: gdb.base/dfp-test.exp: print ds.dec64
2987 PASS: gdb.base/dfp-test.exp: print ds.dec128
2988 PASS: gdb.base/dfp-test.exp: print d32 + ds.dec32
2989 PASS: gdb.base/dfp-test.exp: print d64 + ds.dec64
2990 PASS: gdb.base/dfp-test.exp: print d128 + ds.dec128
2991 PASS: gdb.base/dfp-test.exp: ptype d64 + ds.dec32
2992 PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec32
2993 PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec64
2994 PASS: gdb.base/dfp-test.exp: p d32 + 1
2995 PASS: gdb.base/dfp-test.exp: p 2 + d64
2996 PASS: gdb.base/dfp-test.exp: p ds.int4 + d128
2997 PASS: gdb.base/dfp-test.exp: ptype d32 + 1
2998 PASS: gdb.base/dfp-test.exp: ptype ds.int4 + d128
2999 PASS: gdb.base/dfp-test.exp: p !d32
3000 PASS: gdb.base/dfp-test.exp: p !d64
3001 PASS: gdb.base/dfp-test.exp: p !d128
3002 base/dfp-test.exp: p +d32
3003 PASS: gdb.base/dfp-test.exp: p +d64
3004 PASS: gdb.base/dfp-test.exp: p +d128
3005 PASS: gdb.base/dfp-test.exp: p d64 == d128
3006 PASS: gdb.base/dfp-test.exp: p d128 == ds.dec32
3007 PASS: gdb.base/dfp-test.exp: p d128 == d32
3008 PASS: gdb.base/dfp-test.exp: p ds.dec32 == ds.dec64
3009 PASS: gdb.base/dfp-test.exp: p d32 < ds.dec32
3010 PASS: gdb.base/dfp-test.exp: p d64 < ds.dec64
3011 PASS: gdb.base/dfp-test.exp: p d128 < ds.dec128
3012 PASS: gdb.base/dfp-test.exp: p ds.dec32 < d32
3013 PASS: gdb.base/dfp-test.exp: p d64 > ds.dec64
3014 PASS: gdb.base/dfp-test.exp: p ds.dec128 > d128
3015 PASS: gdb.base/dfp-test.exp: p d32 < ds.int4
3016 PASS: gdb.base/dfp-test.exp: p ds.int4 > d32
3017 PASS: gdb.base/dfp-test.exp: p ds.dec32 < ds.int4
3018 PASS: gdb.base/dfp-test.exp: p ds.int4 > ds.dec64
3019 PASS: gdb.base/dfp-test.exp: p ds.dec128 > ds.int4
3020 PASS: gdb.base/dfp-test.exp: p d32 + ds.long8
3021 PASS: gdb.base/dfp-test.exp: p d64 + ds.float4
3022 PASS: gdb.base/dfp-test.exp: p ds.double8 + d128
3023 PASS: gdb.base/dfp-test.exp: print ds.dec32=d32
3024 PASS: gdb.base/dfp-test.exp: print ds.dec64=d64
3025 PASS: gdb.base/dfp-test.exp: print ds.dec128=d128
3026 PASS: gdb.base/dfp-test.exp: print ds.dec32 = -d32
3027 PASS: gdb.base/dfp-test.exp: print ds.dec64 = -d64
3028 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -d128
3029 PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64
3030 PASS: gdb.base/dfp-test.exp: print ds.dec64 = ds.float4
3031 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8
3032 PASS: gdb.base/dfp-test.exp: print ds.dec128 = ds.dec32
3033 PASS: gdb.base/dfp-test.exp: print ds.dec32 = ds.int4
3034 PASS: gdb.base/dfp-test.exp: print ds.int4 = 7.3dl
3035 Running ./gdb.base/disabled-location.exp ...
3036 PASS: gdb.base/disabled-location.exp: setting breakpoint on function
3037 PASS: gdb.base/disabled-location.exp: disable location
3038 PASS: gdb.base/disabled-location.exp: step doesn't trip on disabled location
3039 Running ./gdb.base/disasm-end-cu.exp ...
3040 PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&main"
3041 PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&dummy_3"
3042 PASS: gdb.base/disasm-end-cu.exp: disassemble command returned some output
3043 Running ./gdb.base/display.exp ...
3044 PASS: gdb.base/display.exp: break do_loops
3045 PASS: gdb.base/display.exp: get to do_loops
3046 PASS: gdb.base/display.exp: set watch
3047 PASS: gdb.base/display.exp: break loop end
3048 PASS: gdb.base/display.exp: inf disp
3049 PASS: gdb.base/display.exp: display i
3050 PASS: gdb.base/display.exp: display j
3051 PASS: gdb.base/display.exp: display &k
3052 PASS: gdb.base/display.exp: display/f f
3053 PASS: gdb.base/display.exp: display/s &sum
3054 PASS: gdb.base/display.exp: first disp
3055 PASS: gdb.base/display.exp: second disp
3056 PASS: gdb.base/display.exp: catch err
3057 PASS: gdb.base/display.exp: disab disp 1
3058 PASS: gdb.base/display.exp: disab disp 2
3059 PASS: gdb.base/display.exp: re-enab
3060 PASS: gdb.base/display.exp: re-enab of enab
3061 PASS: gdb.base/display.exp: undisp
3062 PASS: gdb.base/display.exp: info disp
3063 PASS: gdb.base/display.exp: next hit
3064 PASS: gdb.base/display.exp: undisp all
3065 PASS: gdb.base/display.exp: disp *p_i
3066 PASS: gdb.base/display.exp: p p_i = 0x0
3067 PASS: gdb.base/display.exp: display bad address
3068 PASS: gdb.base/display.exp: p p_i = &i
3069 PASS: gdb.base/display.exp: display good address
3070 PASS: gdb.base/display.exp: undisp all again
3071 PASS: gdb.base/display.exp: disab 3
3072 PASS: gdb.base/display.exp: watch off
3073 PASS: gdb.base/display.exp: finish
3074 PASS: gdb.base/display.exp: step
3075 PASS: gdb.base/display.exp: tbreak in do_vars
3076 PASS: gdb.base/display.exp: cont
3077 PASS: gdb.base/display.exp: printf
3078 PASS: gdb.base/display.exp: printf %d
3079 PASS: gdb.base/display.exp: printf "%d
3080 PASS: gdb.base/display.exp: printf "%d%d",i
3081 PASS: gdb.base/display.exp: printf "\\!\a\f\r\t\v\b\n"
3082 PASS: gdb.base/display.exp: re-set term
3083 PASS: gdb.base/display.exp: printf "\w"
3084 PASS: gdb.base/display.exp: printf "%d" j
3085 PASS: gdb.base/display.exp: printf "%p\n", 0
3086 PASS: gdb.base/display.exp: printf "%p\n", 1
3087 PASS: gdb.base/display.exp: print/z j
3088 PASS: gdb.base/display.exp: debug test output 1
3089 PASS: gdb.base/display.exp: debug test output 1a
3090 PASS: gdb.base/display.exp: debug test output 2
3091 PASS: gdb.base/display.exp: debug test output 2a
3092 PASS: gdb.base/display.exp: debug test output 3
3093 PASS: gdb.base/display.exp: x/0 j
3094 PASS: gdb.base/display.exp: print/0 j
3095 PASS: gdb.base/display.exp: ignored s
3096 PASS: gdb.base/display.exp: no i
3097 PASS: gdb.base/display.exp: print/a &sum
3098 PASS: gdb.base/display.exp: print/a main+4
3099 PASS: gdb.base/display.exp: print/a $pc
3100 PASS: gdb.base/display.exp: print/a &&j
3101 Running ./gdb.base/disp-step-syscall.exp ...
3102 PASS: gdb.base/disp-step-syscall.exp: fork: delete break 1
3103 PASS: gdb.base/disp-step-syscall.exp: fork: break marker
3104 PASS: gdb.base/disp-step-syscall.exp: fork: set displaced-stepping off
3105 PASS: gdb.base/disp-step-syscall.exp: fork: break fork
3106 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (1st time)
3107 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (2nd time)
3108 PASS: gdb.base/disp-step-syscall.exp: fork: display/i $pc
3109 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
3110 PASS: gdb.base/disp-step-syscall.exp: fork: stepi fork insn
3111 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
3112 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (3rd time)
3113 PASS: gdb.base/disp-step-syscall.exp: fork: break on syscall insns
3114 PASS: gdb.base/disp-step-syscall.exp: fork: delete break fork
3115 PASS: gdb.base/disp-step-syscall.exp: fork: continue to syscall insn fork
3116 PASS: gdb.base/disp-step-syscall.exp: fork: set displaced-stepping on
3117 PASS: gdb.base/disp-step-syscall.exp: fork: single step over fork
3118 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
3119 PASS: gdb.base/disp-step-syscall.exp: fork: single step over fork final pc
3120 PASS: gdb.base/disp-step-syscall.exp: fork: delete break fork insn
3121 PASS: gdb.base/disp-step-syscall.exp: fork: continue to marker (fork)
3122 PASS: gdb.base/disp-step-syscall.exp: vfork: delete break 1
3123 PASS: gdb.base/disp-step-syscall.exp: vfork: break marker
3124 PASS: gdb.base/disp-step-syscall.exp: vfork: set displaced-stepping off
3125 PASS: gdb.base/disp-step-syscall.exp: vfork: break vfork
3126 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (1st time)
3127 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (2nd time)
3128 PASS: gdb.base/disp-step-syscall.exp: vfork: display/i $pc
3129 PASS: gdb.base/disp-step-syscall.exp: vfork: get hexadecimal valueof "$pc"
3130 PASS: gdb.base/disp-step-syscall.exp: vfork: stepi vfork insn
3131 PASS: gdb.base/disp-step-syscall.exp: vfork: get hexadecimal valueof "$pc"
3132 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (3rd time)
3133 PASS: gdb.base/disp-step-syscall.exp: vfork: break on syscall insns
3134 PASS: gdb.base/disp-step-syscall.exp: vfork: delete break vfork
3135 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to syscall insn vfork
3136 PASS: gdb.base/disp-step-syscall.exp: vfork: set displaced-stepping on
3137 KFAIL: gdb.base/disp-step-syscall.exp: vfork: single step over vfork (PRMS: server/13796)
3138 Running ./gdb.base/dmsym.exp ...
3139 PASS: gdb.base/dmsym.exp: set lang ada
3140 PASS: gdb.base/dmsym.exp: break pck__foo__bar__minsym
3141 PASS: gdb.base/dmsym.exp: info line pck__foo__bar__minsym
3142 PASS: gdb.base/dmsym.exp: set lang auto
3143 PASS: gdb.base/dmsym.exp: Run until breakpoint at BREAK
3144 PASS: gdb.base/dmsym.exp: continue
3145 PASS: gdb.base/dmsym.exp: print val
3146 Running ./gdb.base/dprintf.exp ...
3147 PASS: gdb.base/dprintf.exp: dprintf
3148 PASS: gdb.base/dprintf.exp: dprintf foo
3149 PASS: gdb.base/dprintf.exp: dprintf 29
3150 PASS: gdb.base/dprintf.exp: dprintf foo,"At foo entry\n"
3151 PASS: gdb.base/dprintf.exp: ignore $bpnum 1
3152 PASS: gdb.base/dprintf.exp: dprintf 26,"arg=%d, g=%d\n", arg, g
3153 PASS: gdb.base/dprintf.exp: dprintf info 1
3154 PASS: gdb.base/dprintf.exp: break 27
3155 PASS: gdb.base/dprintf.exp: 1st dprintf, gdb
3156 PASS: gdb.base/dprintf.exp: 2nd dprintf, gdb
3157 PASS: gdb.base/dprintf.exp: Set dprintf style to agent - can do
3158 PASS: gdb.base/dprintf.exp: 1st dprintf, agent
3159 PASS: gdb.base/dprintf.exp: 2nd dprintf, agent
3160 PASS: gdb.base/dprintf.exp: dprintf info 2
3161 PASS: gdb.base/dprintf.exp: Set dprintf style to an unrecognized type
3162 Running ./gdb.base/dprintf-next.exp ...
3163 PASS: gdb.base/dprintf-next.exp: dprintf 24, "%d\n", x
3164 PASS: gdb.base/dprintf-next.exp: next 1
3165 PASS: gdb.base/dprintf-next.exp: next 2
3166 Running ./gdb.base/dprintf-non-stop.exp ...
3167 UNSUPPORTED: gdb.base/dprintf-non-stop.exp: Testing dprintf with remote/non-stop is not supported.
3168 Running ./gdb.base/dprintf-pending.exp ...
3169 PASS: gdb.base/dprintf-pending.exp: without format: set pending dprintf
3170 PASS: gdb.base/dprintf-pending.exp: without format: resolved dprintf fails to be re-set
3171 PASS: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf
3172 PASS: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info
3173 PASS: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
3174 PASS: gdb.base/dprintf-pending.exp: set pending dprintf
3175 PASS: gdb.base/dprintf-pending.exp: single pending dprintf info
3176 PASS: gdb.base/dprintf-pending.exp: run to resolved dprintf
3177 Running ./gdb.base/dump.exp ...
3178 PASS: gdb.base/dump.exp: inaccessible memory is reported
3179 PASS: gdb.base/dump.exp: endianness: little
3180 PASS: gdb.base/dump.exp: dump array as value, default
3181 PASS: gdb.base/dump.exp: dump struct as value, default
3182 PASS: gdb.base/dump.exp: dump array as value, binary
3183 PASS: gdb.base/dump.exp: dump struct as value, binary
3184 PASS: gdb.base/dump.exp: dump array as value, srec
3185 PASS: gdb.base/dump.exp: dump struct as value, srec
3186 FAIL: gdb.base/dump.exp: dump array as value, intel hex
3187 FAIL: gdb.base/dump.exp: dump struct as value, intel hex
3188 PASS: gdb.base/dump.exp: dump array as value, tekhex
3189 PASS: gdb.base/dump.exp: dump struct as value, tekhex
3190 PASS: gdb.base/dump.exp: capture /x &intarray[0]
3191 PASS: gdb.base/dump.exp: capture /x &intarray[32]
3192 PASS: gdb.base/dump.exp: capture /x &intstruct
3193 PASS: gdb.base/dump.exp: capture /x &intstruct + 1
3194 PASS: gdb.base/dump.exp: capture intarray
3195 PASS: gdb.base/dump.exp: capture intstruct
3196 PASS: gdb.base/dump.exp: capture type of pointer &intarray
3197 PASS: gdb.base/dump.exp: capture type of pointer &intstruct
3198 PASS: gdb.base/dump.exp: dump array as memory, default
3199 PASS: gdb.base/dump.exp: dump struct as memory, default
3200 PASS: gdb.base/dump.exp: dump array as memory, binary
3201 PASS: gdb.base/dump.exp: dump struct as memory, binary
3202 PASS: gdb.base/dump.exp: dump array as memory, srec
3203 PASS: gdb.base/dump.exp: dump struct as memory, srec
3204 FAIL: gdb.base/dump.exp: dump array as memory, ihex
3205 FAIL: gdb.base/dump.exp: dump struct as memory, ihex
3206 PASS: gdb.base/dump.exp: dump array as memory, tekhex
3207 PASS: gdb.base/dump.exp: dump struct as memory, tekhex
3208 PASS: gdb.base/dump.exp: dump array as mem, srec, expressions
3209 PASS: gdb.base/dump.exp: print zero_all ()
3210 PASS: gdb.base/dump.exp: array as value, srec; file restored ok
3211 PASS: gdb.base/dump.exp: array as value, srec; capture intarray
3212 FAIL: gdb.base/dump.exp: array as value, srec; value restored ok
3213 PASS: gdb.base/dump.exp: struct as value, srec; file restored ok
3214 PASS: gdb.base/dump.exp: struct as value, srec; capture intstruct
3215 FAIL: gdb.base/dump.exp: struct as value, srec; value restored ok
3216 PASS: gdb.base/dump.exp: zero all
3217 PASS: gdb.base/dump.exp: array as memory, srec; file restored ok
3218 PASS: gdb.base/dump.exp: array as memory, srec; capture intarray
3219 FAIL: gdb.base/dump.exp: array as memory, srec; value restored ok
3220 PASS: gdb.base/dump.exp: struct as memory, srec; file restored ok
3221 PASS: gdb.base/dump.exp: struct as memory, srec; capture intstruct
3222 FAIL: gdb.base/dump.exp: struct as memory, srec; value restored ok
3223 PASS: gdb.base/dump.exp: print zero_all ()
3224 FAIL: gdb.base/dump.exp: array as value, ihex; file restored ok
3225 PASS: gdb.base/dump.exp: array as value, ihex; capture intarray
3226 FAIL: gdb.base/dump.exp: array as value, ihex; value restored ok
3227 FAIL: gdb.base/dump.exp: struct as value, ihex; file restored ok
3228 PASS: gdb.base/dump.exp: struct as value, ihex; capture intstruct
3229 FAIL: gdb.base/dump.exp: struct as value, ihex; value restored ok
3230 PASS: gdb.base/dump.exp: print zero_all ()
3231 FAIL: gdb.base/dump.exp: array as memory, ihex; file restored ok
3232 PASS: gdb.base/dump.exp: array as memory, ihex; capture intarray
3233 FAIL: gdb.base/dump.exp: array as memory, ihex; value restored ok
3234 FAIL: gdb.base/dump.exp: struct as memory, ihex; file restored ok
3235 PASS: gdb.base/dump.exp: struct as memory, ihex; capture intstruct
3236 FAIL: gdb.base/dump.exp: struct as memory, ihex; value restored ok
3237 PASS: gdb.base/dump.exp: print zero_all ()
3238 PASS: gdb.base/dump.exp: array as value, tekhex; file restored ok
3239 PASS: gdb.base/dump.exp: array as value, tekhex; capture intarray
3240 FAIL: gdb.base/dump.exp: array as value, tekhex; value restored ok
3241 PASS: gdb.base/dump.exp: struct as value, tekhex; file restored ok
3242 PASS: gdb.base/dump.exp: struct as value, tekhex; capture intstruct
3243 FAIL: gdb.base/dump.exp: struct as value, tekhex; value restored ok
3244 PASS: gdb.base/dump.exp: print zero_all ()
3245 PASS: gdb.base/dump.exp: array as memory, tekhex; file restored ok
3246 PASS: gdb.base/dump.exp: array as memory, tekhex; capture intarray
3247 FAIL: gdb.base/dump.exp: array as memory, tekhex; value restored ok
3248 PASS: gdb.base/dump.exp: struct as memory, tekhex; file restored ok
3249 PASS: gdb.base/dump.exp: struct as memory, tekhex; capture intstruct
3250 FAIL: gdb.base/dump.exp: struct as memory, tekhex; value restored ok
3251 PASS: gdb.base/dump.exp: print zero_all ()
3252 PASS: gdb.base/dump.exp: array as value, binary; file restored ok
3253 PASS: gdb.base/dump.exp: array as value, binary; capture intarray
3254 PASS: gdb.base/dump.exp: array as value, binary; value restored ok
3255 PASS: gdb.base/dump.exp: struct as value, binary; file restored ok
3256 PASS: gdb.base/dump.exp: struct as value, binary; capture intstruct
3257 PASS: gdb.base/dump.exp: struct as value, binary; value restored ok
3258 PASS: gdb.base/dump.exp: print zero_all ()
3259 PASS: gdb.base/dump.exp: array as memory, binary; file restored ok
3260 PASS: gdb.base/dump.exp: array as memory, binary; capture intarray
3261 PASS: gdb.base/dump.exp: array as memory, binary; value restored ok
3262 PASS: gdb.base/dump.exp: struct as memory, binary; file restored ok
3263 PASS: gdb.base/dump.exp: struct as memory, binary; capture intstruct
3264 PASS: gdb.base/dump.exp: struct as memory, binary; value restored ok
3265 PASS: gdb.base/dump.exp: capture /x &intarray2[0]
3266 PASS: gdb.base/dump.exp: capture /x &intstruct2
3267 PASS: gdb.base/dump.exp: capture (char *) &intarray2 - (char *) &intarray
3268 PASS: gdb.base/dump.exp: capture (char *) &intstruct2 - (char *) &intstruct
3269 PASS: gdb.base/dump.exp: print zero_all ()
3270 PASS: gdb.base/dump.exp: array copy, srec; file restored ok
3271 PASS: gdb.base/dump.exp: array copy, srec; capture intarray2
3272 FAIL: gdb.base/dump.exp: array copy, srec; value restored ok
3273 PASS: gdb.base/dump.exp: struct copy, srec; file restored ok
3274 PASS: gdb.base/dump.exp: struct copy, srec; capture intstruct2
3275 FAIL: gdb.base/dump.exp: struct copy, srec; value restored ok
3276 PASS: gdb.base/dump.exp: print zero_all ()
3277 FAIL: gdb.base/dump.exp: array copy, ihex; file restored ok
3278 PASS: gdb.base/dump.exp: array copy, ihex; capture intarray2
3279 FAIL: gdb.base/dump.exp: array copy, ihex; value restored ok
3280 FAIL: gdb.base/dump.exp: struct copy, ihex; file restored ok
3281 PASS: gdb.base/dump.exp: struct copy, ihex; capture intstruct2
3282 FAIL: gdb.base/dump.exp: struct copy, ihex; value restored ok
3283 PASS: gdb.base/dump.exp: print zero_all ()
3284 PASS: gdb.base/dump.exp: array copy, tekhex; file restored ok
3285 PASS: gdb.base/dump.exp: array copy, tekhex; capture intarray2
3286 FAIL: gdb.base/dump.exp: array copy, tekhex; value restored ok
3287 PASS: gdb.base/dump.exp: struct copy, tekhex; file restored ok
3288 PASS: gdb.base/dump.exp: struct copy, tekhex; capture intstruct2
3289 FAIL: gdb.base/dump.exp: struct copy, tekhex; value restored ok
3290 PASS: gdb.base/dump.exp: print zero_all ()
3291 PASS: gdb.base/dump.exp: array copy, binary; file restored ok
3292 PASS: gdb.base/dump.exp: array copy, binary; capture intarray2
3293 PASS: gdb.base/dump.exp: array copy, binary; value restored ok
3294 PASS: gdb.base/dump.exp: struct copy, binary; file restored ok
3295 PASS: gdb.base/dump.exp: struct copy, binary; capture intstruct2
3296 PASS: gdb.base/dump.exp: struct copy, binary; value restored ok
3297 PASS: gdb.base/dump.exp: capture /x &intarray[3]
3298 PASS: gdb.base/dump.exp: capture /x &intarray[4]
3299 PASS: gdb.base/dump.exp: capture /x (char *) &intarray[3] - (char *) &intarray[0]
3300 PASS: gdb.base/dump.exp: capture /x (char *) &intarray[4] - (char *) &intarray[0]
3301 PASS: gdb.base
3302 FAIL: gdb.base/dump.exp: array partial, srec; file restored ok
3303 PASS: gdb.base/dump.exp: array partial, srec; capture intarray[3]
3304 FAIL: gdb.base/dump.exp: array partial, srec; value restored ok
3305 PASS: gdb.base/dump.exp: element 2 not changed - 1
3306 PASS: gdb.base/dump.exp: element 4 not changed - 1
3307 PASS: gdb.base/dump.exp: print zero_all ()
3308 FAIL: gdb.base/dump.exp: array partial, ihex; file restored ok
3309 PASS: gdb.base/dump.exp: array partial, ihex; capture intarray[3]
3310 FAIL: gdb.base/dump.exp: array partial, ihex; value restored ok
3311 PASS: gdb.base/dump.exp: element 2 not changed - 2
3312 PASS: gdb.base/dump.exp: element 4 not changed - 2
3313 PASS: gdb.base/dump.exp: print zero_all ()
3314 FAIL: gdb.base/dump.exp: array partial, tekhex; file restored ok
3315 PASS: gdb.base/dump.exp: array partial, tekhex; capture intarray[3]
3316 FAIL: gdb.base/dump.exp: array partial, tekhex; value restored ok
3317 PASS: gdb.base/dump.exp: element 2 not changed - 3
3318 PASS: gdb.base/dump.exp: element 4 not changed - 3
3319 PASS: gdb.base/dump.exp: print zero_all ()
3320 PASS: gdb.base/dump.exp: array partial, binary; file restored ok
3321 PASS: gdb.base/dump.exp: array partial, binary; capture intarray[3]
3322 PASS: gdb.base/dump.exp: array partial, binary; value restored ok
3323 PASS: gdb.base/dump.exp: element 2 not changed - 4
3324 PASS: gdb.base/dump.exp: element 4 not changed - 4
3325 FAIL: gdb.base/dump.exp: array partial with expressions; file restored ok
3326 PASS: gdb.base/dump.exp: array partial with expressions; capture intarray2[3]
3327 FAIL: gdb.base/dump.exp: array partial with expressions; value restored ok
3328 PASS: gdb.base/dump.exp: element 2 not changed, == 4
3329 PASS: gdb.base/dump.exp: element 4 not changed, == 4
3330 PASS: gdb.base/dump.exp: setting little endianness
3331 PASS: gdb.base/dump.exp: file binfile; capture intarray
3332 PASS: gdb.base/dump.exp: start with intarray un-initialized
3333 PASS: gdb.base/dump.exp: file binfile; capture intstruct
3334 PASS: gdb.base/dump.exp: start with intstruct un-initialized
3335 PASS: gdb.base/dump.exp: reload array as value, srec; capture * (int (*)[32]) 0x555555556040
3336 FAIL: gdb.base/dump.exp: reload array as value, srec; value restored ok
3337 PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x555555556140
3338 FAIL: gdb.base/dump.exp: reload struct as value, srec; value restored ok
3339 PASS: gdb.base/dump.exp: reload array as memory, srec; capture * (int (*)[32]) 0x555555556040
3340 FAIL: gdb.base/dump.exp: reload array as memory, srec; value restored ok
3341 PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x555555556140
3342 FAIL: gdb.base/dump.exp: reload struct as memory, srec; value restored ok
3344 UNRESOLVED: gdb.base/dump.exp: reload array as value, intel hex; capture * (int (*)[32]) 0x555555556040
3345 FAIL: gdb.base/dump.exp: reload array as value, intel hex; value restored ok
3347 UNRESOLVED: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x555555556140
3348 FAIL: gdb.base/dump.exp: reload struct as value, intel hex; value restored ok
3350 UNRESOLVED: gdb.base/dump.exp: reload array as memory, intel hex; capture * (int (*)[32]) 0x555555556040
3351 FAIL: gdb.base/dump.exp: reload array as memory, intel hex; value restored ok
3353 UNRESOLVED: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x555555556140
3354 FAIL: gdb.base/dump.exp: reload struct as memory, intel hex; value restored ok
3355 PASS: gdb.base/dump.exp: reload array as value, tekhex; capture * (int (*)[32]) 0x555555556040
3356 FAIL: gdb.base/dump.exp: reload array as value, tekhex; value restored ok
3357 PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x555555556140
3358 FAIL: gdb.base/dump.exp: reload struct as value, tekhex; value restored ok
3359 PASS: gdb.base/dump.exp: reload array as memory, tekhex; capture * (int (*)[32]) 0x555555556040
3360 FAIL: gdb.base/dump.exp: reload array as memory, tekhex; value restored ok
3361 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x555555556140
3362 FAIL: gdb.base/dump.exp: reload struct as memory, tekhex; value restored ok
3363 Running ./gdb.base/duplicate-bp.exp ...
3364 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: set $bp_num_1 = $bpnum
3365 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: set $bp_num_2 = $bpnum
3366 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: step to place breakpoints
3367 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: delete $bp_num_1
3368 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: delete #1, stop at #2
3369 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: set $bp_num_1 = $bpnum
3370 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: set $bp_num_2 = $bpnum
3371 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: step to place breakpoints
3372 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: delete $bp_num_2
3373 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: delete #2, stop at #1
3374 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_1 = $bpnum
3375 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_2 = $bpnum
3376 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_3 = $bpnum
3377 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: step to place breakpoints
3378 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable $bp_num_1
3379 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: step
3380 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete $bp_num_2
3381 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable #1, delete #2, stop at #3
3382 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_1 = $bpnum
3383 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_2 = $bpnum
3384 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_3 = $bpnum
3385 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: step to place breakpoints
3386 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable $bp_num_2
3387 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: step
3388 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete $bp_num_1
3389 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable #2, delete #1, stop at #3
3390 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_1 = $bpnum
3391 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_2 = $bpnum
3392 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_3 = $bpnum
3393 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: step to place breakpoints
3394 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable $bp_num_1
3395 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: step
3396 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete $bp_num_3
3397 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable #1, delete #3, stop at #2
3398 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_1 = $bpnum
3399 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_2 = $bpnum
3400 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_3 = $bpnum
3401 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: step to place breakpoints
3402 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable $bp_num_3
3403 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: step
3404 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete $bp_num_1
3405 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable #3, delete #1, stop at #2
3406 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_1 = $bpnum
3407 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_2 = $bpnum
3408 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_3 = $bpnum
3409 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: step to place breakpoints
3410 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable $bp_num_2
3411 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: step
3412 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete $bp_num_3
3413 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable #2, delete #3, stop at #1
3414 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_1 = $bpnum
3415 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_2 = $bpnum
3416 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_3 = $bpnum
3417 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: step to place breakpoints
3418 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable $bp_num_3
3419 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: step
3420 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete $bp_num_2
3421 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable #3, delete #2, stop at #1
3422 Running ./gdb.base/dup-sect.exp ...
3423 PASS: gdb.base/dup-sect.exp: rename section
3424 PASS: gdb.base/dup-sect.exp: split
3425 PASS: gdb.base/dup-sect.exp: strip
3426 PASS: gdb.base/dup-sect.exp: var1 after strip
3427 PASS: gdb.base/dup-sect.exp: var2 after strip
3428 Running ./gdb.base/echo.exp ...
3429 PASS: gdb.base/echo.exp: Echo test
3430 Running ./gdb.base/empty_exe.exp ...
3431 PASS: gdb.base/empty_exe.exp: file ''
3432 PASS: gdb.base/empty_exe.exp: print 1
3433 Running ./gdb.base/ena-dis-br.exp ...
3434 PASS: gdb.base/ena-dis-br.exp: break marker1
3435 PASS: gdb.base/ena-dis-br.exp: enable break marker1
3436 PASS: gdb.base/ena-dis-br.exp: info break marker1
3437 PASS: gdb.base/ena-dis-br.exp: continue to break marker1
3438 PASS: gdb.base/ena-dis-br.exp: delete break marker1
3439 PASS: gdb.base/ena-dis-br.exp: break marker2
3440 PASS: gdb.base/ena-dis-br.exp: enable once break marker2
3441 PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
3442 PASS: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2
3443 PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
3444 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop
3445 PASS: gdb.base/ena-dis-br.exp: rerun to main
3446 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at auto-disabled break marker2
3447 PASS: gdb.base/ena-dis-br.exp: break marker3
3448 PASS: gdb.base/ena-dis-br.exp: enable del break marker3
3449 PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker2
3450 PASS: gdb.base/ena-dis-br.exp: continue to auto-deleted break marker3
3451 PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker3
3452 PASS: gdb.base/ena-dis-br.exp: break marker4
3453 PASS: gdb.base/ena-dis-br.exp: disable break marker4
3454 PASS: gdb.base/ena-dis-br.exp: info break marker4
3455 PASS: gdb.base/ena-dis-br.exp: break 113
3456 PASS: gdb.base/ena-dis-br.exp: break marker1
3457 PASS: gdb.base/ena-dis-br.exp: disable break with count
3458 PASS: gdb.base/ena-dis-br.exp: continue from enable count, first time
3459 PASS: gdb.base/ena-dis-br.exp: continue from enable count, second time
3460 PASS: gdb.base/ena-dis-br.exp: continue through enable count, now disabled
3461 PASS: gdb.base/ena-dis-br.exp: break marker1
3462 PASS: gdb.base/ena-dis-br.exp: ignore non-existent break
3463 PASS: gdb.base/ena-dis-br.exp: ignore break with missing ignore count
3464 PASS: gdb.base/ena-dis-br.exp: ignore break marker1 -1
3465 PASS: gdb.base/ena-dis-br.exp: ignore break marker1 0
3466 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3467 PASS: gdb.base/ena-dis-br.exp: info ignored break marker1
3468 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored break marker1
3469 PASS: gdb.base/ena-dis-br.exp: rerun to main
3470 PASS: gdb.base/ena-dis-br.exp: continue to break marker1, 2nd time
3471 PASS: gdb.base/ena-dis-br.exp: break marker1
3472 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3473 PASS: gdb.base/ena-dis-br.exp: enable del break marker1
3474 PASS: gdb.base/ena-dis-br.exp: info break marker1
3475 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & auto-deleted break marker1
3476 PASS: gdb.base/ena-dis-br.exp: rerun to main
3477 PASS: gdb.base/ena-dis-br.exp: continue to ignored & auto-deleted break marker1
3478 PASS: gdb.base/ena-dis-br.exp: break marker1
3479 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3480 PASS: gdb.base/ena-dis-br.exp: disable break marker1
3481 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & disabled break marker1
3482 PASS: gdb.base/ena-dis-br.exp: rerun to main
3483 PASS: gdb.base/ena-dis-br.exp: info ignored & disabled break marker1
3484 PASS: gdb.base/ena-dis-br.exp: prepare to continue with ignore count
3485 PASS: gdb.base/ena-dis-br.exp: continue with ignore count
3486 PASS: gdb.base/ena-dis-br.exp: step
3487 PASS: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt
3488 Running ./gdb.base/ending-run.exp ...
3489 PASS: gdb.base/ending-run.exp: bpt at line before routine
3490 PASS: gdb.base/ending-run.exp: b ending-run.c:14, one
3491 PASS: gdb.base/ending-run.exp: b ending-run.c:31
3492 PASS: gdb.base/ending-run.exp: run
3493 PASS: gdb.base/ending-run.exp: clear worked
3494 PASS: gdb.base/ending-run.exp: cleared bp at line before routine
3495 PASS: gdb.base/ending-run.exp: b ending-run.c:1
3496 PASS: gdb.base/ending-run.exp: b ending-run.c:14, two
3497 PASS: gdb.base/ending-run.exp: Cleared 2 by line
3498 PASS: gdb.base/ending-run.exp: b ending-run.c:14
3499 PASS: gdb.base/ending-run.exp: Breakpoint 7 at *ending-run.c:14
3500 PASS: gdb.base/ending-run.exp: Clear 2 by default
3501 PASS: gdb.base/ending-run.exp: all set to continue
3502 PASS: gdb.base/ending-run.exp: cont
3503 PASS: gdb.base/ending-run.exp: step out of main
3504 Running ./gdb.base/enum_cond.exp ...
3505 PASS: gdb.base/enum_cond.exp: break call_me if param.e == 1
3506 PASS: gdb.base/enum_cond.exp: continue to conditional breakpoint in call_me
3507 Running ./gdb.base/enumval.exp ...
3508 PASS: gdb.base/enumval.exp: print e
3509 PASS: gdb.base/enumval.exp: print f
3510 PASS: gdb.base/enumval.exp: print J
3511 PASS: gdb.base/enumval.exp: print K
3512 Running ./gdb.base/environ.exp ...
3513 Running ./gdb.base/eu-strip-infcall.exp ...
3514 PASS: gdb.base/eu-strip-infcall.exp: infcall
3515 Running ./gdb.base/eval.exp ...
3516 PASS: gdb.base/eval.exp: Initialize $a.
3517 PASS: gdb.base/eval.exp: First eval.
3518 PASS: gdb.base/eval.exp: Second eval.
3519 Running ./gdb.base/eval-skip.exp ...
3520 PASS: gdb.base/eval-skip.exp: set variable x=14
3521 PASS: gdb.base/eval-skip.exp: set variable y=2
3522 PASS: gdb.base/eval-skip.exp: set variable z=2
3523 PASS: gdb.base/eval-skip.exp: set variable w=3
3524 PASS: gdb.base/eval-skip.exp: print value of (0 && (x+y))
3525 PASS: gdb.base/eval-skip.exp: print value of (0 && (x-y))
3526 PASS: gdb.base/eval-skip.exp: print value of (0 && (x*y))
3527 PASS: gdb.base/eval-skip.exp: print value of (0 && (x/y))
3528 PASS: gdb.base/eval-skip.exp: print value of (0 && (x%y))
3529 PASS: gdb.base/eval-skip.exp: print value of (0 && (x&&y))
3530 PASS: gdb.base/eval-skip.exp: print value of (0 && (x||y))
3531 PASS: gdb.base/eval-skip.exp: print value of (0 && (x&y))
3532 PASS: gdb.base/eval-skip.exp: print value of (0 && (x|y))
3533 PASS: gdb.base/eval-skip.exp: print value of (0 && (x^y))
3534 PASS: gdb.base/eval-skip.exp: print value of (0 && (x < y))
3535 PASS: gdb.base/eval-skip.exp: print value of (0 && (x <= y))
3536 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>y))
3537 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>=y))
3538 PASS: gdb.base/eval-skip.exp: print value of (0 && (x==y))
3539 PASS: gdb.base/eval-skip.exp: print value of (0 && (x!=y))
3540 PASS: gdb.base/eval-skip.exp: print value of (0 && (x<<31))
3541 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>>31))
3542 PASS: gdb.base/eval-skip.exp: print value of (0 && (!x))
3543 PASS: gdb.base/eval-skip.exp: print value of (0 && (~x))
3544 PASS: gdb.base/eval-skip.exp: print value of (0 && (-x))
3545 PASS: gdb.base/eval-skip.exp: print value of (0 && (x++))
3546 PASS: gdb.base/eval-skip.exp: print value of (0 && (++x))
3547 PASS: gdb.base/eval-skip.exp: print value of (0 && (x--))
3548 PASS: gdb.base/eval-skip.exp: print value of (0 && (--x))
3549 PASS: gdb.base/eval-skip.exp: print value of (0 && (x+=7))
3550 PASS: gdb.base/eval-skip.exp: print value of (0 && (x=y))
3551 Running ./gdb.base/exe-lock.exp ...
3552 PASS: gdb.base/exe-lock.exp: continue until exit
3553 Running ./gdb.base/expand-psymtabs.exp ...
3554 PASS: gdb.base/expand-psymtabs.exp: Expand psymtabs
3555 Running ./gdb.base/exprs.exp ...
3556 PASS: gdb.base/exprs.exp: print char == (setup)
3557 PASS: gdb.base/exprs.exp: print char == (print v_char == 0)
3558 PASS: gdb.base/exprs.exp: print char == (print v_char == 127)
3559 PASS: gdb.base/exprs.exp: print char != (setup)
3560 PASS: gdb.base/exprs.exp: print char != (print v_char != 0)
3561 PASS: gdb.base/exprs.exp: print char != (print v_char != 127)
3562 PASS: gdb.base
3563 PASS: gdb.base/exprs.exp: print char < (print v_char < 0)
3564 PASS: gdb.base/exprs.exp: print char < (print v_char < 127)
3565 PASS: gdb.base/exprs.exp: print char > (setup)
3566 PASS: gdb.base/exprs.exp: print char > (print v_char > 0)
3567 PASS: gdb.base/exprs.exp: print char > (print v_char > 127)
3568 PASS: gdb.base/exprs.exp: print signed char == (setup)
3569 PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 0)
3570 PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 127)
3571 PASS: gdb.base/exprs.exp: print signed char != (setup)
3572 PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 0)
3573 PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 127)
3574 PASS: gdb.base/exprs.exp: print signed char < (setup)
3575 PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 0)
3576 PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 127)
3577 PASS: gdb.base/exprs.exp: print signed char > (setup)
3578 PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 0)
3579 PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 127)
3580 PASS: gdb.base/exprs.exp: print signed char == (minus) (setup)
3581 PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == 0)
3582 PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == -1)
3583 PASS: gdb.base/exprs.exp: print signed char != (minus) (setup)
3584 PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != 0)
3585 PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != -1)
3586 PASS: gdb.base/exprs.exp: print signed char < (minus) (setup)
3587 PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 0)
3588 PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 127)
3589 PASS: gdb.base/exprs.exp: print signed char > (minus) (setup)
3590 PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 0)
3591 PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 127)
3592 PASS: gdb.base/exprs.exp: print unsigned char == (setup)
3593 PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 0)
3594 PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 127)
3595 PASS: gdb.base/exprs.exp: print unsigned char != (setup)
3596 PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 0)
3597 PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 127)
3598 PASS: gdb.base/exprs.exp: print unsigned char < (setup)
3599 PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 0)
3600 PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 127)
3601 PASS: gdb.base/exprs.exp: print unsigned char > (setup)
3602 PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 0)
3603 PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 127)
3604 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (setup)
3605 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == 0)
3606 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == ~0)
3607 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == (unsigned char)~0)
3608 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (setup)
3609 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != 0)
3610 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != (unsigned char)~0)
3611 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != ~0)
3612 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (setup)
3613 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 0)
3614 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 127)
3615 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (setup)
3616 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 0)
3617 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 127)
3618 PASS: gdb.base/exprs.exp: print signed short == (setup)
3619 PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0)
3620 PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0x7FFF)
3621 PASS: gdb.base/exprs.exp: print signed short != (setup)
3622 PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0)
3623 PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0x7FFF)
3624 PASS: gdb.base/exprs.exp: print signed short < (setup)
3625 PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0)
3626 PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0x7FFF)
3627 PASS: gdb.base/exprs.exp: print signed short > (setup)
3628 PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0)
3629 PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0x7FFF)
3630 PASS: gdb.base/exprs.exp: print signed short == (minus) (setup)
3631 PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == 0)
3632 PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == -1)
3633 PASS: gdb.base/exprs.exp: print signed short != (minus) (setup)
3634 PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != 0)
3635 PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != -1)
3636 PASS: gdb.base/exprs.exp: print signed short < (minus) (setup)
3637 PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0)
3638 PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0x7FFF)
3639 PASS: gdb.base/exprs.exp: print signed short > (minus) (setup)
3640 PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0)
3641 PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0x7FFF)
3642 PASS: gdb.base/exprs.exp: print signed signed short == (setup)
3643 PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0)
3644 PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0x7FFF)
3645 PASS: gdb.base/exprs.exp: print signed signed short != (setup)
3646 PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0)
3647 PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0x7FFF)
3648 PASS: gdb.base/exprs.exp: print signed signed short < (setup)
3649 PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0)
3650 PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0x7FFF)
3651 PASS: gdb.base/exprs.exp: print signed signed short > (setup)
3652 PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0)
3653 PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0x7FFF)
3654 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (setup)
3655 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == 0)
3656 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == -1)
3657 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (setup)
3658 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != 0)
3659 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != -1)
3660 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (setup)
3661 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0)
3662 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0x7FFF)
3663 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (setup)
3664 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0)
3665 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0x7FFF)
3666 PASS: gdb.base/exprs.exp: print unsigned short == (setup)
3667 PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0)
3668 PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0x7FFF)
3669 PASS: gdb.base/exprs.exp: print unsigned short != (setup)
3670 PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0)
3671 PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0x7FFF)
3672 PASS: gdb.base/exprs.exp: print unsigned short < (setup)
3673 PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0)
3674 PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0x7FFF)
3675 PASS: gdb.base/exprs.exp: print unsigned short > (setup)
3676 PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0)
3677 PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0x7FFF)
3678 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (setup)
3679 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == 0)
3680 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print sizeof (v_unsigned_short) < sizeof (~0) && v_unsigned_short == ~0)
3681 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == (unsigned short)~0)
3682 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (setup)
3683 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != 0)
3684 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != (unsigned short)~0)
3685 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (setup)
3686 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0)
3687 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0x7FFF)
3688 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (setup)
3689 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0)
3690 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0x7FFF)
3691 PASS: gdb.base/exprs.exp: print signed int == (setup)
3692 PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0)
3693 PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0x7FFF)
3694 PASS: gdb.base/exprs.exp: print signed int != (setup)
3695 PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0)
3696 PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0x7FFF)
3697 PASS: gdb.base/exprs.exp: print signed int < (setup)
3698 PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0)
3699 PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0x7FFF)
3700 PASS: gdb.base/exprs.exp: print signed int > (setup)
3701 PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0)
3702 PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0x7FFF)
3703 PASS: gdb.base/exprs.exp: print signed int == (minus) (setup)
3704 PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == 0)
3705 PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == -1)
3706 PASS: gdb.base/exprs.exp: print signed int != (minus) (setup)
3707 PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != 0)
3708 PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != -1)
3709 PASS: gdb.base/exprs.exp: print signed int < (minus) (setup)
3710 PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0)
3711 PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0x7FFF)
3712 PASS: gdb.base/exprs.exp: print signed int > (minus) (setup)
3713 PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0)
3714 PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0x7FFF)
3715 PASS: gdb.base/exprs.exp: print signed signed int == (setup)
3716 PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0)
3717 PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0x7FFF)
3718 PASS: gdb.base/exprs.exp: print signed signed int != (setup)
3719 PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0)
3720 PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0x7FFF)
3721 PASS: gdb.base/exprs.exp: print signed signed int < (setup)
3722 PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0)
3723 PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0x7FFF)
3724 PASS: gdb.base/exprs.exp: print signed signed int > (setup)
3725 PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0)
3726 PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0x7FFF)
3727 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (setup)
3728 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == 0)
3729 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == -1)
3730 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (setup)
3731 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != 0)
3732 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != -1)
3733 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (setup)
3734 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0)
3735 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0x7FFF)
3736 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (setup)
3737 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0)
3738 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0x7FFF)
3739 PASS: gdb.base/exprs.exp: print unsigned int == (setup)
3740 PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0)
3741 PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0x7FFF)
3742 PASS: gdb.base/exprs.exp: print unsigned int != (setup)
3743 PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0)
3744 PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0x7FFF)
3745 PASS: gdb.base/exprs.exp: print unsigned int < (setup)
3746 PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0)
3747 PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0x7FFF)
3748 PASS: gdb.base/exprs.exp: print unsigned int > (setup)
3749 PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0)
3750 PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0x7FFF)
3751 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (setup)
3752 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == 0)
3753 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == ~0)
3754 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == (unsigned int)~0)
3755 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (setup)
3756 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != 0)
3757 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != (unsigned int)~0)
3758 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (setup)
3759 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0)
3760 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0x7FFF)
3761 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (setup)
3762 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0)
3763 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0x7FFF)
3764 PASS: gdb.base/exprs.exp: print signed long == (setup)
3765 PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0)
3766 PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0x7FFF)
3767 PASS: gdb.base/exprs.exp: print signed long != (setup)
3768 PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0)
3769 PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0x7FFF)
3770 PASS: gdb.base/exprs.exp: print signed long < (setup)
3771 PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0)
3772 PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0x7FFF)
3773 PASS: gdb.base/exprs.exp: print signed long > (setup)
3774 PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0)
3775 PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0x7FFF)
3776 PASS: gdb.base/exprs.exp: print signed long == (minus) (setup)
3777 PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == 0)
3778 PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == -1)
3779 PASS: gdb.base/exprs.exp: print signed long != (minus) (setup)
3780 PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != 0)
3781 PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != -1)
3782 PASS: gdb.base/exprs.exp: print signed long < (minus) (setup)
3783 PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0)
3784 PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0x7FFF)
3785 PASS: gdb.base/exprs.exp: print signed long > (minus) (setup)
3786 PASS: gdb.base/exprs.exp: print signed long > (minus) (print v_long > 0)
3787 base/exprs.exp: print signed long > (minus) (print v_long > 0x7FFF)
3788 PASS: gdb.base/exprs.exp: print signed signed long == (setup)
3789 PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0)
3790 PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0x7FFF)
3791 PASS: gdb.base/exprs.exp: print signed signed long != (setup)
3792 PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0)
3793 PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0x7FFF)
3794 PASS: gdb.base/exprs.exp: print signed signed long < (setup)
3795 PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0)
3796 PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0x7FFF)
3797 PASS: gdb.base/exprs.exp: print signed signed long > (setup)
3798 PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0)
3799 PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0x7FFF)
3800 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (setup)
3801 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == 0)
3802 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == -1)
3803 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (setup)
3804 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != 0)
3805 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != -1)
3806 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (setup)
3807 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0)
3808 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0x7FFF)
3809 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (setup)
3810 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0)
3811 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0x7FFF)
3812 PASS: gdb.base/exprs.exp: print unsigned long == (setup)
3813 PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0)
3814 PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0x7FFF)
3815 PASS: gdb.base/exprs.exp: print unsigned long != (setup)
3816 PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0)
3817 PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0x7FFF)
3818 PASS: gdb.base/exprs.exp: print unsigned long < (setup)
3819 PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0)
3820 PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0x7FFF)
3821 PASS: gdb.base/exprs.exp: print unsigned long > (setup)
3822 PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0)
3823 PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0x7FFF)
3824 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (setup)
3825 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == 0)
3826 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == ~0)
3827 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == (unsigned long)~0)
3828 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (setup)
3829 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != 0)
3830 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != (unsigned long)~0)
3831 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (setup)
3832 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0)
3833 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0x7FFF)
3834 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (setup)
3835 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0)
3836 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0x7FFF)
3837 PASS: gdb.base/exprs.exp: print (void*)v_signed_char (setup)
3838 PASS: gdb.base/exprs.exp: print (void*)v_signed_char (print (void*)v_signed_char)
3839 PASS: gdb.base/exprs.exp: print (void*)v_signed_short (setup)
3840 PASS: gdb.base/exprs.exp: print (void*)v_signed_short (print (void*)v_signed_short)
3841 PASS: gdb.base/exprs.exp: print (void*)v_signed_int (setup)
3842 PASS: gdb.base/exprs.exp: print (void*)v_signed_int (print (void*)v_signed_int)
3843 PASS: gdb.base/exprs.exp: print (void*)v_signed_long (setup)
3844 PASS: gdb.base/exprs.exp: print (void*)v_signed_long (print (void*)v_signed_long)
3845 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (setup)
3846 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (print (void*)v_unsigned_char)
3847 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (setup)
3848 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (print (void*)v_unsigned_short)
3849 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (setup)
3850 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (print (void*)v_unsigned_int)
3851 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (setup)
3852 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (print (void*)v_unsigned_long)
3853 PASS: gdb.base/exprs.exp: sizeof (long long) > sizeof (long) (false)
3854 XFAIL: gdb.base/exprs.exp: truncate (void*) 0x00000000ffffffff + 1
3855 XFAIL: gdb.base/exprs.exp: truncate (void*) 0xffffffff00000000 - 1
3856 PASS: gdb.base/exprs.exp: \$[0-9]* = "xy" (setup)
3857 PASS: gdb.base/exprs.exp: \$[0-9]* = "xyz" (setup)
3858 PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup)
3859 PASS: gdb.base/exprs.exp: set output-radix 8
3860 PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup)
3861 PASS: gdb.base/exprs.exp: \$[0-9]* = 0 (setup)
3862 PASS: gdb.base/exprs.exp: set output-radix 10
3863 PASS: gdb.base/exprs.exp: set variable v_int = 1
3864 PASS: gdb.base/exprs.exp: print v_int++
3865 PASS: gdb.base/exprs.exp: print ++v_int
3866 PASS: gdb.base/exprs.exp: print v_int--
3867 PASS: gdb.base/exprs.exp: print --v_int
3868 PASS: gdb.base/exprs.exp: print v_int++ = 5
3869 PASS: gdb.base/exprs.exp: print v_int-- = 5
3870 PASS: gdb.base/exprs.exp: print v_int_array_init
3871 PASS: gdb.base/exprs.exp: print *v_int_array_init@1
3872 PASS: gdb.base/exprs.exp: print *v_int_array_init@2
3873 PASS: gdb.base/exprs.exp: print v_int_array_init[0]@1
3874 PASS: gdb.base/exprs.exp: print v_int_array_init[0]@2
3875 PASS: gdb.base/exprs.exp: print v_int_array_init[1]@1
3876 PASS: gdb.base/exprs.exp: set variable v_short_array[0] = 42
3877 PASS: gdb.base/exprs.exp: print {short} v_short_array
3878 PASS: gdb.base/exprs.exp: print (void) v_int_pointer
3879 PASS: gdb.base/exprs.exp: print & (void) v_char
3880 Running ./gdb.base/fileio.exp ...
3881 Running ./gdb.base/find.exp ...
3882 PASS: gdb.base/find.exp: breakpoint function in file
3883 PASS: gdb.base/find.exp: run until function breakpoint
3884 PASS: gdb.base/find.exp: find string pattern
3885 PASS: gdb.base/find.exp: pattern not found at end of range
3886 PASS: gdb.base/find.exp: pattern found at end of range
3887 PASS: gdb.base/find.exp: max-count
3888 PASS: gdb.base/find.exp: $_
3889 PASS: gdb.base/find.exp: $numfound
3890 PASS: gdb.base/find.exp: size,max-count, /1b
3891 PASS: gdb.base/find.exp: size,max-count, /b1
3892 PASS: gdb.base/find.exp: size,max-count, /b/1
3893 PASS: gdb.base/find.exp: size,max-count, /1/b
3894 PASS: gdb.base/find.exp: find byte pattern with end address
3895 PASS: gdb.base/find.exp: find 16-bit pattern
3896 PASS: gdb.base/find.exp: find 16-bit pattern
3897 PASS: gdb.base/find.exp: find 32-bit pattern
3898 PASS: gdb.base/find.exp: find 32-bit pattern
3899 PASS: gdb.base/find.exp: find 64-bit pattern
3900 PASS: gdb.base/find.exp: find 64-bit pattern
3901 PASS: gdb.base/find.exp: find mixed-sized pattern
3902 PASS: gdb.base/find.exp: search spanning large range
3903 PASS: gdb.base/find.exp: find int64_search_buf, +64/8*100, int64_search_buf
3904 Running ./gdb.base/find-unmapped.exp ...
3905 Running ./gdb.base/finish.exp ...
3906 PASS: gdb.base/finish.exp: set break on void_func
3907 PASS: gdb.base/finish.exp: continue to void_func
3908 PASS: gdb.base/finish.exp: finish from void_func
3909 PASS: gdb.base/finish.exp: set break on char_func
3910 PASS: gdb.base/finish.exp: continue to char_func
3911 PASS: gdb.base/finish.exp: finish from char_func
3912 PASS: gdb.base/finish.exp: set break on short_func
3913 PASS: gdb.base/finish.exp: continue to short_func
3914 PASS: gdb.base/finish.exp: finish from short_func
3915 PASS: gdb.base/finish.exp: set break on int_func
3916 PASS: gdb.base/finish.exp: continue to int_func
3917 PASS: gdb.base/finish.exp: finish from int_func
3918 PASS: gdb.base/finish.exp: set break on long_func
3919 PASS: gdb.base/finish.exp: continue to long_func
3920 PASS: gdb.base/finish.exp: finish from long_func
3921 PASS: gdb.base/finish.exp: set break on long_long_func
3922 PASS: gdb.base/finish.exp: continue to long_long_func
3923 PASS: gdb.base/finish.exp: finish from long_long_func
3924 PASS: gdb.base/finish.exp: set break on float_func
3925 PASS: gdb.base/finish.exp: continue to float_func
3926 PASS: gdb.base/finish.exp: finish from float_func
3927 PASS: gdb.base/finish.exp: set break on double_func
3928 PASS: gdb.base/finish.exp: continue to double_func
3929 PASS: gdb.base/finish.exp: finish from double_func
3930 PASS: gdb.base/finish.exp: Testing the "fin" abbreviation for "finish"
3931 Running ./gdb.base/fixsection.exp ...
3932 PASS: gdb.base/fixsection.exp: breakpoint at static_fun
3933 Running ./gdb.base/float.exp ...
3934 PASS: gdb.base/float.exp: info float
3935 PASS: gdb.base/float.exp: step
3936 PASS: gdb.base/float.exp: finish
3937 Running ./gdb.base/foll-exec.exp ...
3938 Running ./gdb.base/foll-fork.exp ...
3939 Running ./gdb.base/foll-vfork.exp ...
3940 Running ./gdb.base/fortran-sym-case.exp ...
3941 PASS: gdb.base/fortran-sym-case.exp: set language fortran
3942 PASS: gdb.base/fortran-sym-case.exp: frame
3943 Running ./gdb.base/frame-args.exp ...
3944 PASS: gdb.base/frame-args.exp: set print frame-arguments all
3945 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to all
3946 PASS: gdb.base/frame-args.exp: set print frame-arguments scalars
3947 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to scalars
3948 PASS: gdb.base/frame-args.exp: set print frame-arguments none
3949 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to none
3950 Running ./gdb.base/freebpcmd.exp ...
3951 PASS: gdb.base/freebpcmd.exp: set breakpoint
3952 PASS: gdb.base/freebpcmd.exp: send breakpoint commands
3953 PASS: gdb.base/freebpcmd.exp: run program with breakpoint commands
3954 Running ./gdb.base/fullname.exp ...
3955 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built absolute
3956 PASS: gdb.base/fullname.exp: set breakpoint at main - built absolute
3957 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built absolute
3958 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative
3959 PASS: gdb.base/fullname.exp: set breakpoint at main - built relative
3960 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative
3961 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other
3962 PASS: gdb.base/fullname.exp: set breakpoint at main - built other
3963 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other
3964 Running ./gdb.base/fullpath-expand.exp ...
3965 PASS: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
3966 PASS: gdb.base/fullpath-expand.exp: list func
3967 PASS: gdb.base/fullpath-expand.exp: info source
3968 Running ./gdb.base/funcargs.exp ...
3969 PASS: gdb.base/funcargs.exp: set print frame-arguments all
3970 PASS: gdb.base/funcargs.exp: run to call0a
3971 PASS: gdb.base/funcargs.exp: print c after run to call0a
3972 PASS: gdb.base/funcargs.exp: print s after run to call0a
3973 PASS: gdb.base/funcargs.exp: print i after run to call0a
3974 PASS: gdb.base/funcargs.exp: print l after run to call0a
3975 PASS: gdb.base/funcargs.exp: continue to call0b
3976 PASS: gdb.base/funcargs.exp: continue to call0c
3977 PASS: gdb.base/funcargs.exp: continue to call0d
3978 PASS: gdb.base/funcargs.exp: continue to call0e
3979 PASS: gdb.base/funcargs.exp: run to call1a
3980 PASS: gdb.base/funcargs.exp: print uc
3981 PASS: gdb.base/funcargs.exp: print us
3982 PASS: gdb.base/funcargs.exp: print ui
3983 PASS: gdb.base/funcargs.exp: print ul
3984 PASS: gdb.base/funcargs.exp: continue to call1b
3985 PASS: gdb.base/funcargs.exp: continue to call1c
3986 PASS: gdb.base/funcargs.exp: continue to call1d
3987 PASS: gdb.base/funcargs.exp: continue to call1e
3988 PASS: gdb.base/funcargs.exp: run to call2a
3989 PASS: gdb.base/funcargs.exp: print c after run to call2a
3990 PASS: gdb.base/funcargs.exp: print f1 after run to call2a
3991 PASS: gdb.base/funcargs.exp: print s after run to call2a
3992 PASS: gdb.base/funcargs.exp: print d1 after run to call2a
3993 PASS: gdb.base/funcargs.exp: print i after run to call2a
3994 PASS: gdb.base/funcargs.exp: print f2 after run to call2a
3995 PASS: gdb.base/funcargs.exp: print l after run to call2a
3996 PASS: gdb.base/funcargs.exp: print d2 after run to call2a
3997 PASS: gdb.base/funcargs.exp: continue to call2b
3998 PASS: gdb.base/funcargs.exp: continue to call2c
3999 PASS: gdb.base/funcargs.exp: continue to call2d
4000 PASS: gdb.base/funcargs.exp: continue to call2e
4001 PASS: gdb.base/funcargs.exp: continue to call2f
4002 PASS: gdb.base/funcargs.exp: continue to call2g
4003 PASS: gdb.base/funcargs.exp: continue to call2h
4004 PASS: gdb.base/funcargs.exp: continue to call2i
4005 PASS: gdb.base/funcargs.exp: run to call2a
4006 PASS: gdb.base/funcargs.exp: continue to callcb
4007 PASS: gdb.base/funcargs.exp: continue to callcc
4008 PASS: gdb.base/funcargs.exp: continue to callcd
4009 PASS: gdb.base/funcargs.exp: continue to callce
4010 PASS: gdb.base/funcargs.exp: continue to callcf
4011 PASS: gdb.base/funcargs.exp: run to callc1a
4012 PASS: gdb.base/funcargs.exp: continue to callc1b
4013 PASS: gdb.base/funcargs.exp: run to callc2a
4014 PASS: gdb.base/funcargs.exp: continue to callc2b
4015 PASS: gdb.base/funcargs.exp: run to call3a
4016 PASS: gdb.base/funcargs.exp: print *cp
4017 PASS: gdb.base/funcargs.exp: print *sp
4018 PASS: gdb.base/funcargs.exp: print *ip
4019 PASS: gdb.base/funcargs.exp: print *lp
4020 PASS: gdb.base/funcargs.exp: continue to call3b
4021 PASS: gdb.base/funcargs.exp: print *ucp
4022 PASS: gdb.base/funcargs.exp: print *usp
4023 PASS: gdb.base/funcargs.exp: print *uip
4024 PASS: gdb.base/funcargs.exp: print *ulp
4025 PASS: gdb.base/funcargs.exp: continue to call3c
4026 PASS: gdb.base/funcargs.exp: print *fp
4027 PASS: gdb.base/funcargs.exp: print *dp
4028 PASS: gdb.base/funcargs.exp: run to call4a
4029 PASS: gdb.base/funcargs.exp: print *stp
4030 PASS: gdb.base/funcargs.exp: continue to call4b
4031 PASS: gdb.base/funcargs.exp: print *unp (little-endian, sizeof long != sizeof int)
4032 PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference
4033 PASS: gdb.base/funcargs.exp: run to call5a
4034 PASS: gdb.base/funcargs.exp: print st
4035 PASS: gdb.base/funcargs.exp: continue to call5b (little-endian, sizeof long != sizeof int)
4036 PASS: gdb.base/funcargs.exp: print un (little-endian, sizeof long != sizeof int)
4037 PASS: gdb.base/funcargs.exp: run to call6a
4038 PASS: gdb.base/funcargs.exp: backtrace from call6a
4039 PASS: gdb.base/funcargs.exp: continue to call6b
4040 PASS: gdb.base/funcargs.exp: backtrace from call6b
4041 PASS: gdb.base/funcargs.exp: continue to call6c
4042 PASS: gdb.base/funcargs.exp: backtrace from call6c
4043 PASS: gdb.base/funcargs.exp: continue to call6d
4044 PASS: gdb.base/funcargs.exp: backtrace from call6d
4045 PASS: gdb.base/funcargs.exp: continue to call6e
4046 PASS: gdb.base/funcargs.exp: backtrace from call6e
4047 PASS: gdb.base/funcargs.exp: continue to call6f
4048 PASS: gdb.base/funcargs.exp: backtrace from call6f
4049 PASS: gdb.base/funcargs.exp: continue to call6g
4050 PASS: gdb.base/funcargs.exp: backtrace from call6g
4051 PASS: gdb.base/funcargs.exp: continue to call6h
4052 PASS: gdb.base/funcargs.exp: backtrace from call6h
4053 PASS: gdb.base/funcargs.exp: continue to call6i
4054 PASS: gdb.base/funcargs.exp: backtrace from call6i
4055 PASS: gdb.base/funcargs.exp: continue to call6j
4056 PASS: gdb.base/funcargs.exp: backtrace from call6j
4057 PASS: gdb.base/funcargs.exp: continue to call6k
4058 PASS: gdb.base/funcargs.exp: backtrace from call6k
4059 PASS: gdb.base/funcargs.exp: run to call7a
4060 PASS: gdb.base/funcargs.exp: backtrace from call7a
4061 PASS: gdb.base/funcargs.exp: continue to call7b
4062 PASS: gdb.base/funcargs.exp: backtrace from call7b
4063 PASS: gdb.base/funcargs.exp: continue to call7c
4064 PASS: gdb.base/funcargs.exp: backtrace from call7c
4065 PASS: gdb.base/funcargs.exp: continue to call7d
4066 PASS: gdb.base/funcargs.exp: backtrace from call7d
4067 PASS: gdb.base/funcargs.exp: continue to call7e
4068 PASS: gdb.base/funcargs.exp: backtrace from call7e
4069 PASS: gdb.base/funcargs.exp: continue to call7f
4070 PASS: gdb.base/funcargs.exp: backtrace from call7f
4071 PASS: gdb.base/funcargs.exp: continue to call7g
4072 PASS: gdb.base/funcargs.exp: backtrace from call7g
4073 PASS: gdb.base/funcargs.exp: continue to call7h
4074 PASS: gdb.base/funcargs.exp: backtrace from call7h
4075 PASS: gdb.base/funcargs.exp: continue to call7i
4076 PASS: gdb.base
4077 PASS: gdb.base/funcargs.exp: continue to call7j
4078 PASS: gdb.base/funcargs.exp: backtrace from call7j
4079 PASS: gdb.base/funcargs.exp: continue to call7k
4080 PASS: gdb.base/funcargs.exp: backtrace from call7k
4081 PASS: gdb.base/funcargs.exp: run to hitbottom
4082 PASS: gdb.base/funcargs.exp: recursive passing of structs by value
4083 PASS: gdb.base/funcargs.exp: print c after runto localvars_after_alloca
4084 PASS: gdb.base/funcargs.exp: print s after runto localvars_after_alloca
4085 PASS: gdb.base/funcargs.exp: print i after runto localvars_after_alloca
4086 PASS: gdb.base/funcargs.exp: print l after runto localvars_after_alloca
4087 PASS: gdb.base/funcargs.exp: next in localvars_after_alloca()
4088 PASS: gdb.base/funcargs.exp: print c in localvars_after_alloca
4089 PASS: gdb.base/funcargs.exp: print s in localvars_after_alloca
4090 PASS: gdb.base/funcargs.exp: print i in localvars_after_alloca
4091 PASS: gdb.base/funcargs.exp: print l in localvars_after_alloca
4092 PASS: gdb.base/funcargs.exp: backtrace after alloca
4093 PASS: gdb.base/funcargs.exp: print c in call_after_alloca
4094 PASS: gdb.base/funcargs.exp: print s in call_after_alloca
4095 PASS: gdb.base/funcargs.exp: print i in call_after_alloca
4096 PASS: gdb.base/funcargs.exp: print l in call_after_alloca
4097 PASS: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr
4098 PASS: gdb.base/funcargs.exp: continue to call0a
4099 PASS: gdb.base/funcargs.exp: print c in localvars_in_indirect_call
4100 PASS: gdb.base/funcargs.exp: print s in localvars_in_indirect_call
4101 PASS: gdb.base/funcargs.exp: print i in localvars_in_indirect_call
4102 PASS: gdb.base/funcargs.exp: print l in localvars_in_indirect_call
4103 PASS: gdb.base/funcargs.exp: backtrace in indirectly called function
4104 PASS: gdb.base/funcargs.exp: finish from indirectly called function
4105 PASS: gdb.base/funcargs.exp: stepping into indirectly called function
4106 PASS: gdb.base/funcargs.exp: finish from marker_call_with_trampolines
4107 PASS: gdb.base/funcargs.exp: stepping into function called with trampolines
4108 PASS: gdb.base/funcargs.exp: backtrace through call with trampolines
4109 PASS: gdb.base/funcargs.exp: stepping back to main from function called with trampolines
4110 Running ./gdb.base/gcore-buffer-overflow.exp ...
4111 PASS: gdb.base/gcore-buffer-overflow.exp: help gcore
4112 PASS: gdb.base/gcore-buffer-overflow.exp: Set buffer exceeding arguments
4113 PASS: gdb.base/gcore-buffer-overflow.exp: save a corefile
4114 Running ./gdb.base/gcore.exp ...
4115 PASS: gdb.base/gcore.exp: help gcore
4116 PASS: gdb.base/gcore.exp: set breakpoint at terminal_func
4117 PASS: gdb.base/gcore.exp: continue to terminal_func
4118 PASS: gdb.base/gcore.exp: save a corefile
4119 FAIL: gdb.base/gcore.exp: re-load generated corefile (bad file format)
4120 Running ./gdb.base/gcore-relro.exp ...
4121 PASS: gdb.base/gcore-relro.exp: help gcore
4122 PASS: gdb.base/gcore-relro.exp: save a corefile
4123 FAIL: gdb.base/gcore-relro.exp: re-load generated corefile
4124 FAIL: gdb.base/gcore-relro.exp: library got loaded
4125 Running ./gdb.base/gdb1056.exp ...
4126 PASS: gdb.base/gdb1056.exp: print 1/0
4127 PASS: gdb.base/gdb1056.exp: Test unsigned division by zero
4128 Running ./gdb.base/gdb1090.exp ...
4129 PASS: gdb.base/gdb1090.exp: continue to breakpoint: break-here
4130 PASS: gdb.base/gdb1090.exp: print s24
4131 Running ./gdb.base/gdb11530.exp ...
4132 PASS: gdb.base/gdb11530.exp: print a.i
4133 PASS: gdb.base/gdb11530.exp: print sizeof (a.i)
4134 PASS: gdb.base/gdb11530.exp: print sizeof (a.i) == sizeof (int)
4135 Running ./gdb.base/gdb11531.exp ...
4136 PASS: gdb.base/gdb11531.exp: Set watchpoint
4137 PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at next
4138 PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
4139 Running ./gdb.base/gdb1250.exp ...
4140 PASS: gdb.base/gdb1250.exp: backtrace from abort
4141 Running ./gdb.base/gdb1555.exp ...
4142 PASS: gdb.base/gdb1555.exp: Step into shared lib function
4143 PASS: gdb.base/gdb1555.exp: Next while in a shared lib function
4144 Running ./gdb.base/gdb1821.exp ...
4145 PASS: gdb.base/gdb1821.exp: print /x bar
4146 Running ./gdb.base/gdbindex-stabs.exp ...
4147 PASS: gdb.base/gdbindex-stabs.exp: list stabs_function
4148 Running ./gdb.base/gdbvars.exp ...
4149 PASS: gdb.base/gdbvars.exp: set print sevenbit-strings
4150 PASS: gdb.base/gdbvars.exp: Set value-history[1] using $1
4151 PASS: gdb.base/gdbvars.exp: Set value-history[2] using $2
4152 PASS: gdb.base/gdbvars.exp: Set value-history[3] using $3
4153 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] using inplicit index $$
4154 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] again using implicit index $$
4155 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using implicit index $
4156 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-2] using explicit index $$2
4157 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $0
4158 PASS: gdb.base/gdbvars.exp: print 108
4159 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $$0
4160 PASS: gdb.base/gdbvars.exp: Print value-history[1] using explicit index $1
4161 PASS: gdb.base/gdbvars.exp: Print value-history[2] using explicit index $2
4162 PASS: gdb.base/gdbvars.exp: Print value-history[3] using explicit index $3
4163 PASS: gdb.base/gdbvars.exp: Print (value-history[MAX] - 3) using implicit index $
4164 PASS: gdb.base/gdbvars.exp: Use value-history element in arithmetic expression
4165 PASS: gdb.base/gdbvars.exp: Set a new convenience variable
4166 PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable
4167 PASS: gdb.base/gdbvars.exp: Set convenience variable to a new value
4168 PASS: gdb.base/gdbvars.exp: Print new contents of convenience variable
4169 PASS: gdb.base/gdbvars.exp: Set convenience variable $_
4170 PASS: gdb.base/gdbvars.exp: Print contents of convenience variable $_
4171 PASS: gdb.base/gdbvars.exp: Use convenience variable in arithmetic expression
4172 PASS: gdb.base/gdbvars.exp: Use convenience variable assignment in arithmetic expression
4173 PASS: gdb.base/gdbvars.exp: Print contents of uninitialized convenience variable
4174 PASS: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
4175 PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable of program variable
4176 Running ./gdb.base/gnu-debugdata.exp ...
4177 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke x86_64-cros-linux-gnu-nm
4178 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke awk
4179 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke sort
4180 PASS: gdb.base/gnu-debugdata.exp: nm - invoke x86_64-cros-linux-gnu-nm
4181 PASS: gdb.base/gnu-debugdata.exp: nm - invoke awk
4182 PASS: gdb.base/gnu-debugdata.exp: nm - invoke sort
4183 PASS: gdb.base/gnu-debugdata.exp: comm
4184 PASS: gdb.base/gnu-debugdata.exp: objcopy 1
4185 PASS: gdb.base/gnu-debugdata.exp: strip
4186 PASS: gdb.base/gnu-debugdata.exp: copydebug
4187 PASS: gdb.base/gnu-debugdata.exp: addlink
4188 PASS: gdb.base/gnu-debugdata.exp: xz
4189 PASS: gdb.base/gnu-debugdata.exp: objcopy 2
4190 PASS: gdb.base/gnu-debugdata.exp: no symtab
4191 PASS: gdb.base/gnu-debugdata.exp: have symtab
4192 PASS: gdb.base/gnu-debugdata.exp: unload MiniDebugInfo
4193 Running ./gdb.base/gnu-ifunc.exp ...
4194 PASS: gdb.base/gnu-ifunc.exp: continue to breakpoint: break-at-call
4195 FAIL: gdb.base/gnu-ifunc.exp: p gnu_ifunc (3)
4196 FAIL: gdb.base/gnu-ifunc.exp: step
4197 FAIL: gdb.base/gnu-ifunc.exp: continue to break-at-nextcall
4198 FAIL: gdb.base/gnu-ifunc.exp: continue to breakpoint: nextcall gnu_ifunc
4199 FAIL: gdb.base/gnu-ifunc.exp: nextcall gnu_ifunc skipped
4200 PASS: gdb.base/gnu-ifunc.exp: p gnu_ifunc executing
4201 PASS: gdb.base/gnu-ifunc.exp: info sym gnu_ifunc executing
4202 PASS: gdb.base/gnu-ifunc.exp: info addr gnu_ifunc
4203 PASS: gdb.base/gnu-ifunc.exp: info sym <gnu_ifunc-address>
4204 PASS: gdb.base/gnu-ifunc.exp: static gnu_ifunc
4205 Running ./gdb.base/gnu_vector.exp ...
4206 PASS: gdb.base/gnu_vector.exp: print c4
4207 PASS: gdb.base/gnu_vector.exp: print c4[2]
4208 PASS: gdb.base/gnu_vector.exp: print i4a
4209 PASS: gdb.base/gnu_vector.exp: print i4b
4210 PASS: gdb.base/gnu_vector.exp: print i4a + i4b
4211 PASS: gdb.base/gnu_vector.exp: print i4a - i4b
4212 PASS: gdb.base/gnu_vector.exp: print i4a * i4b
4213 PASS: gdb.base/gnu_vector.exp: print i4a / i4b
4214 PASS: gdb.base/gnu_vector.exp: print i4a % i4b
4215 PASS: gdb.base/gnu_vector.exp: print i4a++
4216 PASS: gdb.base/gnu_vector.exp: print ++i4a
4217 PASS: gdb.base/gnu_vector.exp: print i4a--
4218 PASS: gdb.base/gnu_vector.exp: print --i4a
4219 PASS: gdb.base/gnu_vector.exp: print +i4a
4220 PASS: gdb.base/gnu_vector.exp: print -i4a
4221 PASS: gdb.base/gnu_vector.exp: print i4a & i4b
4222 PASS: gdb.base/gnu_vector.exp: print i4a | i4b
4223 PASS: gdb.base/gnu_vector.exp: print i4a ^ i4b
4224 PASS: gdb.base/gnu_vector.exp: print ~i4a
4225 PASS: gdb.base/gnu_vector.exp: print i4a << i4b
4226 PASS: gdb.base/gnu_vector.exp: print i4a >> i4b
4227 PASS: gdb.base/gnu_vector.exp: print f4a
4228 PASS: gdb.base/gnu_vector.exp: print f4b
4229 PASS: gdb.base/gnu_vector.exp: print f4a + f4b
4230 PASS: gdb.base/gnu_vector.exp: print f4a - f4b
4231 PASS: gdb.base/gnu_vector.exp: print f4a * f4b
4232 PASS: gdb.base/gnu_vector.exp: print f4a / f4b
4233 PASS: gdb.base/gnu_vector.exp: print +f4a
4234 PASS: gdb.base/gnu_vector.exp: print -f4a
4235 PASS: gdb.base/gnu_vector.exp: print (char4) 0x01010101
4236 PASS: gdb.base/gnu_vector.exp: print (char4) ia
4237 PASS: gdb.base/gnu_vector.exp: print (int2) lla
4238 PASS: gdb.base/gnu_vector.exp: print (int2) 1
4239 PASS: gdb.base/gnu_vector.exp: print (longlong2) 2
4240 PASS: gdb.base/gnu_vector.exp: print (float2) 3
4241 PASS: gdb.base/gnu_vector.exp: print (double2) 4
4242 PASS: gdb.base/gnu_vector.exp: print (uint4) ia
4243 PASS: gdb.base/gnu_vector.exp: print (int4) -3
4244 PASS: gdb.base/gnu_vector.exp: print (float4) 4
4245 PASS: gdb.base/gnu_vector.exp: print i4b = ia
4246 PASS: gdb.base/gnu_vector.exp: print i4a = 3
4247 PASS: gdb.base/gnu_vector.exp: print f4a = fb
4248 PASS: gdb.base/gnu_vector.exp: print f4b = 2
4249 PASS: gdb.base/gnu_vector.exp: print c4 + lla
4250 PASS: gdb.base/gnu_vector.exp: print i4a + lla
4251 PASS: gdb.base/gnu_vector.exp: print lla + c4
4252 PASS: gdb.base/gnu_vector.exp: print lla + i4a
4253 PASS: gdb.base/gnu_vector.exp: print c4 + ib
4254 PASS: gdb.base/gnu_vector.exp: print i4a + ib
4255 PASS: gdb.base/gnu_vector.exp: print i4a + 1
4256 PASS: gdb.base/gnu_vector.exp: print 1 + i4a
4257 PASS: gdb.base/gnu_vector.exp: print fa - f4b
4258 PASS: gdb.base/gnu_vector.exp: print 2 - f4b
4259 PASS: gdb.base/gnu_vector.exp: print f4a * fb
4260 PASS: gdb.base/gnu_vector.exp: print f4a * 1
4261 PASS: gdb.base/gnu_vector.exp: print ia / i4b
4262 PASS: gdb.base/gnu_vector.exp: print 2 / i4b
4263 PASS: gdb.base/gnu_vector.exp: print i4a % ib
4264 PASS: gdb.base/gnu_vector.exp: print i4a % 1
4265 PASS: gdb.base/gnu_vector.exp: print ia & i4b
4266 PASS: gdb.base/gnu_vector.exp: print 2 & i4b
4267 PASS: gdb.base/gnu_vector.exp: print i4a | ib
4268 PASS: gdb.base/gnu_vector.exp: print i4a | 1
4269 PASS: gdb.base/gnu_vector.exp: print ia ^ i4b
4270 PASS: gdb.base/gnu_vector.exp: print 2 ^ i4b
4271 PASS: gdb.base/gnu_vector.exp: print i4a << ib
4272 PASS: gdb.base/gnu_vector.exp: print i4a << 1
4273 PASS: gdb.base/gnu_vector.exp: print i4a >> ib
4274 PASS: gdb.base/gnu_vector.exp: print i4a >> 1
4275 PASS: gdb.base/gnu_vector.exp: print i4a = {2, 4, 8, 16}
4276 PASS: gdb.base/gnu_vector.exp: print i4a <<= ib
4277 PASS: gdb.base/gnu_vector.exp: print i4a + d2
4278 PASS: gdb.base/gnu_vector.exp: print d2 + i4a
4279 PASS: gdb.base/gnu_vector.exp: print f4a + ll2
4280 PASS: gdb.base/gnu_vector.exp: print ll2 + f4a
4281 PASS: gdb.base/gnu_vector.exp: print i2 + ll2
4282 PASS: gdb.base/gnu_vector.exp: print ll2 + i2
4283 PASS: gdb.base/gnu_vector.exp: print i4a + ll2
4284 PASS: gdb.base/gnu_vector.exp: print ll2 + i4a
4285 PASS: gdb.base/gnu_vector.exp: print f4a + d2
4286 PASS: gdb.base/gnu_vector.exp: print d2 + f4a
4287 PASS: gdb.base/gnu_vector.exp: print ui4 + i4a
4288 PASS: gdb.base/gnu_vector.exp: print i4a + ui4
4289 PASS: gdb.base/gnu_vector.exp: print i4a + i2
4290 PASS: gdb.base/gnu_vector.exp: print i2 + i4a
4291 PASS: gdb.base/gnu_vector.exp: print f4a + f2
4292 PASS: gdb.base/gnu_vector.exp: print f2 + f4a
4293 PASS: gdb.base/gnu_vector.exp: print (double2) f2
4294 PASS: gdb.base/gnu_vector.exp: print (int4) c4
4295 PASS: gdb.base/gnu_vector.exp: print (char4) i4a
4296 PASS: gdb.base/gnu_vector.exp: ptype c4
4297 PASS: gdb.base/gnu_vector.exp: ptype char4
4298 PASS: gdb.base/gnu_vector.exp: ptype i4a
4299 PASS: gdb.base/gnu_vector.exp: ptype int4
4300 PASS: gdb.base/gnu_vector.exp: ptype f4b
4301 PASS: gdb.base/gnu_vector.exp: ptype float4
4302 PASS: gdb.base/gnu_vector.exp: ptype union_with_vector_1
4303 PASS: gdb.base/gnu_vector.exp: ptype struct_with_vector_1
4304 Running ./gdb.base/hashline1.exp ...
4305 PASS: gdb.base/hashline1.exp: set breakpoint
4306 Running ./gdb.base/hashline2.exp ...
4307 PASS: gdb.base/hashline2.exp: set breakpoint
4308 Running ./gdb.base/hashline3.exp ...
4309 PASS: gdb.base/hashline3.exp: set breakpoint
4310 Running ./gdb.base/hbreak2.exp ...
4311 PASS: gdb.base/hbreak2.exp: hardware breakpoint support
4312 PASS: gdb.base/hbreak2.exp: hardware breakpoint insertion
4313 PASS: gdb.base/hbreak2.exp: hardware breakpoint function
4314 PASS: gdb.base/hbreak2.exp: hardware breakpoint quoted function
4315 PASS: gdb.base/hbreak2.exp: hardware breakpoint function in file
4316 PASS: gdb.base/hbreak2.exp: use `list' to establish default source file
4317 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number
4318 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number in file
4319 PASS: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line if conditional
4320 PASS: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line while conditional
4321 PASS: gdb.base/hbreak2.exp: hardware breakpoint info
4322 PASS: gdb.base/hbreak2.exp: hardware breakpoint function (2)
4323 PASS: gdb.base/hbreak2.exp: run until function breakpoint
4324 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number (2)
4325 PASS: gdb.base/hbreak2.exp: run until breakpoint set at a line number
4326 PASS: gdb.base/hbreak2.exp: hardware breakpoint function in file (2)
4327 PASS: gdb.base/hbreak2.exp: run until file:function(6) breakpoint
4328 PASS: gdb.base/hbreak2.exp: run until file:function(5) breakpoint
4329 PASS: gdb.base/hbreak2.exp: run until file:function(4) breakpoint
4330 PASS: gdb.base/hbreak2.exp: run until file:function(3) breakpoint
4331 PASS: gdb.base/hbreak2.exp: run until file:function(2) breakpoint
4332 PASS: gdb.base/hbreak2.exp: run until file:function(1) breakpoint
4333 PASS: gdb.base/hbreak2.exp: hardware breakpoint quoted function (2)
4334 PASS: gdb.base/hbreak2.exp: run until quoted breakpoint
4335 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number in file (2)
4336 PASS: gdb.base/hbreak2.exp: run until file:linenum breakpoint
4337 PASS: gdb.base/hbreak2.exp: hardware breakpoint offset +1
4338 PASS: gdb.base/hbreak2.exp: step onto hardware breakpoint
4339 PASS: gdb.base/hbreak2.exp: setting hardware breakpoint at }
4340 PASS: gdb.base/hbreak2.exp: continue to hardware breakpoint at }
4341 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint function
4342 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint function in file
4343 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #1
4344 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #2
4345 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #1
4346 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #2
4347 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint info
4348 PASS: gdb.base/hbreak2.exp: set breakpoint pending off
4349 PASS: gdb.base/hbreak2.exp: hardware break on non-existent source line
4350 PASS: gdb.base/hbreak2.exp: until bp_location1
4351 PASS: gdb.base/hbreak2.exp: hardware break on default location
4352 PASS: gdb.base/hbreak2.exp: set to-be-silent hardware break bp_location1
4353 PASS: gdb.base/hbreak2.exp: set silent break bp_location1
4354 PASS: gdb.base/hbreak2.exp: info silent hardware break bp_location1
4355 PASS: gdb.base/hbreak2.exp: hit silent hardware break bp_location1
4356 PASS: gdb.base/hbreak2.exp: stopped for silent hardware break bp_location1
4357 PASS: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on non-existent thread disallowed
4358 PASS: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on bogus thread ID disallowed
4359 PASS: gdb.base/hbreak2.exp: hardware breakpoint with trailing garbage disallowed
4360 PASS: gdb.base/hbreak2.exp: step over hardware breakpoint
4361 PASS: gdb.base/hbreak2.exp: clear line has no breakpoint disallowed
4362 PASS: gdb.base/hbreak2.exp: clear current line has no breakpoint disallowed
4363 PASS: gdb.base/hbreak2.exp: set convenience variable $foo to bp_location11
4364 PASS: gdb.base/hbreak2.exp: set hardware breakpoint via convenience variable
4365 PASS: gdb.base/hbreak2.exp: set convenience variable $foo to 81.5
4366 PASS: gdb.base/hbreak2.exp: set hardware breakpoint via non-integer convenience variable disallowed
4367 PASS: gdb.base/hbreak2.exp: set hardware breakpoint on to-be-called function
4368 PASS: gdb.base/hbreak2.exp: hit hardware breakpoint on called function
4369 PASS: gdb.base/hbreak2.exp: backtrace while in called function
4370 PASS: gdb.base/hbreak2.exp: finish from called function
4371 PASS: gdb.base
4372 PASS: gdb.base/hbreak2.exp: kill program
4373 PASS: gdb.base/hbreak2.exp: run to factorial(6)
4374 PASS: gdb.base/hbreak2.exp: continue to factorial(5)
4375 PASS: gdb.base/hbreak2.exp: backtrace from factorial(5)
4376 PASS: gdb.base/hbreak2.exp: next to recursive call
4377 PASS: gdb.base/hbreak2.exp: next over recursive call
4378 PASS: gdb.base/hbreak2.exp: backtrace from factorial(5.1)
4379 PASS: gdb.base/hbreak2.exp: continue until exit at recursive next test
4380 PASS: gdb.base/hbreak2.exp: hardware breakpoint function, optimized file
4381 PASS: gdb.base/hbreak2.exp: run until hardware function breakpoint, optimized file (code motion)
4382 PASS: gdb.base/hbreak2.exp: hardware breakpoint small function, optimized file
4383 PASS: gdb.base/hbreak2.exp: run until hardware breakpoint set at small function, optimized file
4384 Running ./gdb.base/hbreak.exp ...
4385 Running ./gdb.base/help.exp ...
4386 PASS: gdb.base/help.exp: disable pagination
4387 PASS: gdb.base/help.exp: help aliases
4388 PASS: gdb.base/help.exp: help breakpoints
4389 PASS: gdb.base/help.exp: help data
4390 PASS: gdb.base/help.exp: help files
4391 PASS: gdb.base/help.exp: help internals
4392 PASS: gdb.base/help.exp: help obscure
4393 PASS: gdb.base/help.exp: help running
4394 PASS: gdb.base/help.exp: help stack
4395 PASS: gdb.base/help.exp: help status
4396 PASS: gdb.base/help.exp: help support
4397 PASS: gdb.base/help.exp: help tracepoints
4398 PASS: gdb.base/help.exp: help user-defined
4399 PASS: gdb.base/help.exp: help breakpoint "b" abbreviation
4400 PASS: gdb.base/help.exp: help breakpoint "br" abbreviation
4401 PASS: gdb.base/help.exp: help breakpoint "bre" abbreviation
4402 PASS: gdb.base/help.exp: help breakpoint "brea" abbreviation
4403 PASS: gdb.base/help.exp: help breakpoint "break" abbreviation
4404 PASS: gdb.base/help.exp: help backtrace "bt" abbreviation
4405 PASS: gdb.base/help.exp: help backtrace
4406 PASS: gdb.base/help.exp: help commands
4407 PASS: gdb.base/help.exp: help delete "d" abbreviation
4408 PASS: gdb.base/help.exp: help delete
4409 PASS: gdb.base/help.exp: help help "h" abbreviation
4410 PASS: gdb.base/help.exp: help help
4411 PASS: gdb.base/help.exp: help show copying
4412 PASS: gdb.base/help.exp: help show warranty
4413 PASS: gdb.base/help.exp: help show commands
4414 PASS: gdb.base/help.exp: help show confirm
4415 PASS: gdb.base/help.exp: help info bogus-gdb-command
4416 PASS: gdb.base/help.exp: help gotcha
4417 PASS: gdb.base/help.exp: apropos \(print[^ bsiedf\".-]\)
4418 PASS: gdb.base/help.exp: apropos handle signal
4419 PASS: gdb.base/help.exp: apropos apropos
4420 Running ./gdb.base/hook-stop-continue.exp ...
4421 PASS: gdb.base/hook-stop-continue.exp: breakpoint line number
4422 PASS: gdb.base/hook-stop-continue.exp: print $do_continue = 1
4423 PASS: gdb.base/hook-stop-continue.exp: define hook-stop command
4424 PASS: gdb.base/hook-stop-continue.exp: next triggering hook-stop
4425 PASS: gdb.base/hook-stop-continue.exp: next no hook-stop
4426 Running ./gdb.base/hook-stop-frame.exp ...
4427 PASS: gdb.base/hook-stop-frame.exp: breakpoint line number
4428 PASS: gdb.base/hook-stop-frame.exp: define hook-stop command
4429 PASS: gdb.base/hook-stop-frame.exp: hook-stop runs before frame print
4430 Running ./gdb.base/huge.exp ...
4431 PASS: gdb.base/huge.exp: print a very large data object
4432 Running ./gdb.base/ifelse.exp ...
4433 PASS: gdb.base/ifelse.exp: if 1 with empty body
4434 PASS: gdb.base/ifelse.exp: if 0 with empty body
4435 PASS: gdb.base/ifelse.exp: if true else false #1
4436 PASS: gdb.base/ifelse.exp: if 1 .. else with empty body
4437 PASS: gdb.base/ifelse.exp: if true else false #2
4438 PASS: gdb.base/ifelse.exp: if 0 .. else with empty body
4439 PASS: gdb.base/ifelse.exp: if true else false #3
4440 PASS: gdb.base/ifelse.exp: create define with empty else
4441 PASS: gdb.base/ifelse.exp: call original define
4442 PASS: gdb.base/ifelse.exp: replace define with if .. else with empty body
4443 PASS: gdb.base/ifelse.exp: call replacement define
4444 Running ./gdb.base/included.exp ...
4445 PASS: gdb.base/included.exp: set listsize 1
4446 PASS: gdb.base/included.exp: list main
4447 PASS: gdb.base/included.exp: list integer
4448 PASS: gdb.base/included.exp: ptype integer
4449 PASS: gdb.base/included.exp: info variables integer
4450 Running ./gdb.base/inferior-died.exp ...
4451 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
4452 Running ./gdb.base/infnan.exp ...
4453 PASS: gdb.base/infnan.exp: print a
4454 PASS: gdb.base/infnan.exp: print b
4455 Running ./gdb.base/info-fun.exp ...
4456 Running ./gdb.base/infoline.exp ...
4457 PASS: gdb.base/infoline.exp: info line infoline.c:18
4458 Running ./gdb.base/info-macros.exp ...
4459 FAIL: gdb.base/info-macros.exp: info macro -- -all
4460 FAIL: gdb.base/info-macros.exp: info macro -- -all
4461 PASS: gdb.base/info-macros.exp: info macro -all --
4462 PASS: gdb.base/info-macros.exp: info macro -all --
4463 PASS: gdb.base/info-macros.exp: info macro -all --
4464 PASS: gdb.base/info-macros.exp: info macro --
4465 PASS: gdb.base/info-macros.exp: 'info macro -- '
4466 PASS: gdb.base/info-macros.exp: 'info macro -- '
4467 PASS: gdb.base/info-macros.exp: info macro -invalid-option 1
4468 PASS: gdb.base/info-macros.exp: info macro -invalid-option
4469 PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO
4470 PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO
4471 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4472 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4473 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4474 FAIL: gdb.base/info-macros.exp: info macro FOO
4475 FAIL: gdb.base/info-macros.exp: info macro FOO
4476 FAIL: gdb.base/info-macros.exp: info macro -a FOO 1
4477 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO 1
4478 FAIL: gdb.base/info-macros.exp: info macro -all -- FOO 1
4479 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO
4480 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO
4481 FAIL: gdb.base/info-macros.exp: info macros 2
4482 FAIL: gdb.base/info-macros.exp: info macros 3
4483 FAIL: gdb.base/info-macros.exp: info macros 4
4484 FAIL: gdb.base/info-macros.exp: info macros *$pc
4485 FAIL: gdb.base/info-macros.exp: info macros
4486 FAIL: gdb.base/info-macros.exp: info macros 6
4487 FAIL: gdb.base/info-macros.exp: info macros 7
4488 KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42 (PRMS: gdb/NNNN)
4489 Running ./gdb.base/info-os.exp ...
4490 PASS: gdb.base/info-os.exp: get inferior process ID
4491 PASS: gdb.base/info-os.exp: continue to breakpoint: Set breakpoint here
4492 PASS: gdb.base/info-os.exp: get shared memory key
4493 PASS: gdb.base/info-os.exp: get shared memory ID
4494 PASS: gdb.base/info-os.exp: get semaphore key
4495 PASS: gdb.base/info-os.exp: get semaphore ID
4496 PASS: gdb.base/info-os.exp: get message queue key
4497 PASS: gdb.base/info-os.exp: get message queue ID
4498 PASS: gdb.base/info-os.exp: get socket port number
4499 PASS: gdb.base/info-os.exp: get process list
4500 PASS: gdb.base/info-os.exp: get process groups
4501 PASS: gdb.base/info-os.exp: get threads
4502 PASS: gdb.base/info-os.exp: get threads
4503 PASS: gdb.base/info-os.exp: get file descriptors
4504 PASS: gdb.base/info-os.exp: get internet-domain sockets
4505 PASS: gdb.base/info-os.exp: get shared-memory regions
4506 PASS: gdb.base/info-os.exp: get semaphores
4507 PASS: gdb.base/info-os.exp: get message queues
4508 PASS: gdb.base/info-os.exp: continue
4509 Running ./gdb.base/info-proc.exp ...
4510 PASS: gdb.base/info-proc.exp: help info proc
4511 PASS: gdb.base/info-proc.exp: info proc without a process
4512 PASS: gdb.base/info-proc.exp: info proc with process
4513 PASS: gdb.base/info-proc.exp: info proc mapping
4514 PASS: gdb.base/info-proc.exp: save a core file
4515 FAIL: gdb.base/info-proc.exp: core break.gcore
4516 FAIL: gdb.base/info-proc.exp: info proc mapping with core file
4517 Running ./gdb.base/info-target.exp ...
4518 PASS: gdb.base/info-target.exp: info target
4519 Running ./gdb.base/interact.exp ...
4520 PASS: gdb.base/interact.exp: set interactive-mode auto
4521 PASS: gdb.base/interact.exp: source script with interactive-mode auto
4522 PASS: gdb.base/interact.exp: sanity check with interactive-mode auto
4523 PASS: gdb.base/interact.exp: show interactive-mode (auto)
4524 PASS: gdb.base/interact.exp: set interactive-mode on
4525 PASS: gdb.base/interact.exp: source script with interactive-mode on
4526 PASS: gdb.base/interact.exp: sanity check with interactive-mode on
4527 PASS: gdb.base/interact.exp: show interactive-mode (on)
4528 PASS: gdb.base/interact.exp: set interactive-mode off
4529 PASS: gdb.base/interact.exp: source script with interactive-mode off
4530 PASS: gdb.base/interact.exp: sanity check with interactive-mode off
4531 PASS: gdb.base/interact.exp: show interactive-mode (off)
4532 Running ./gdb.base/interp.exp ...
4533 PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
4534 PASS: gdb.base/interp.exp: interpreter-exec console "show version"
4535 PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
4536 PASS: gdb.base/interp.exp: interpreter-exec mi "-stack-info-frame"
4537 PASS: gdb.base/interp.exp: interpreter-exec mi1 "-break-insert main"
4538 PASS: gdb.base/interp.exp: interpreter-exec mi2 "-break-insert main"
4539 PASS: gdb.base/interp.exp: interpreter-exec mi3 "-break-insert main"
4540 PASS: gdb.base/interp.exp: can list sources
4541 Running ./gdb.base/interrupt.exp ...
4542 Running ./gdb.base/jit.exp ...
4543 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 0
4544 PASS: gdb.base/jit.exp: one_jit_test-1: set var argc = 2
4545 PASS: gdb.base/jit.exp: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4546 PASS: gdb.base/jit.exp: one_jit_test-1: set var count = 1
4547 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 1
4548 PASS: gdb.base/jit.exp: one_jit_test-1: info function jit_function
4549 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 2
4550 PASS: gdb.base/jit.exp: one_jit_test-1: info function jit_function
4551 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 0
4552 PASS: gdb.base/jit.exp: one_jit_test-2: set var argc = 2
4553 PASS: gdb.base/jit.exp: one_jit_test-2: set var libname = "SHLIBDIR/jit-solib.so"
4554 PASS: gdb.base/jit.exp: one_jit_test-2: set var count = 2
4555 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 1
4556 PASS: gdb.base/jit.exp: one_jit_test-2: info function jit_function
4557 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 2
4558 PASS: gdb.base/jit.exp: one_jit_test-2: info function jit_function
4559 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 0
4560 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var argc = 2
4561 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4562 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var count = 1
4563 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 1
4564 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: info function jit_function
4565 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 2
4566 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: info function jit_function
4567 Running ./gdb.base/jit-simple.exp ...
4568 PASS: gdb.base/jit-simple.exp: blah 1
4569 PASS: gdb.base/jit-simple.exp: recompile jit-simple.c
4570 PASS: gdb.base/jit-simple.exp: blah 1
4571 Running ./gdb.base/jit-so.exp ...
4572 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here before-dlopen
4573 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var jit_libname = "jit-main.so"
4574 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here after-dlopen
4575 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 0
4576 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var argc = 2
4577 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4578 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var count = 1
4579 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 1
4580 PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
4581 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2
4582 PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
4583 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here before-dlopen
4584 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var jit_libname = "jit-main.so"
4585 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here after-dlopen
4586 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 0
4587 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var argc = 2
4588 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var libname = "SHLIBDIR/jit-solib.so"
4589 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var count = 2
4590 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 1
4591 PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
4592 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2
4593 PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
4594 Running ./gdb.base/jump.exp ...
4595 PASS: gdb.base/jump.exp: break before jump to non-call
4596 PASS: gdb.base/jump.exp: jump to non-call
4597 PASS: gdb.base/jump.exp: break before jump to call
4598 PASS: gdb.base/jump.exp: jump to call
4599 PASS: gdb.base/jump.exp: disable breakpoint on call
4600 PASS: gdb.base/jump.exp: jump to call with disabled breakpoint
4601 PASS: gdb.base/jump.exp: jump without argument disallowed
4602 PASS: gdb.base/jump.exp: jump with trailing argument junk
4603 PASS: gdb.base/jump.exp: aborted jump out of current function
4604 PASS: gdb.base/jump.exp: jump out of current function
4605 Running ./gdb.base/kill-after-signal.exp ...
4606 PASS: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass
4607 PASS: gdb.base/kill-after-signal.exp: continue
4608 PASS: gdb.base/kill-after-signal.exp: stepi
4609 PASS: gdb.base/kill-after-signal.exp: kill
4610 Running ./gdb.base/label.exp ...
4611 Running ./gdb.base/langs.exp ...
4612 PASS: gdb.base/langs.exp: break on nonexistent function in langs.exp
4613 PASS: gdb.base/langs.exp: show language at csub in langs.exp
4614 PASS: gdb.base/langs.exp: backtrace in langs.exp
4615 PASS: gdb.base/langs.exp: up to foo in langs.exp
4616 PASS: gdb.base/langs.exp: show language at foo in langs.exp
4617 PASS: gdb.base/langs.exp: up to cppsub_ in langs.exp
4618 PASS: gdb.base/langs.exp: show language at cppsub_ in langs.exp
4619 PASS: gdb.base/langs.exp: up to fsub in langs.exp
4620 PASS: gdb.base/langs.exp: show language at fsub in langs.exp
4621 PASS: gdb.base/langs.exp: up to langs0__2do in langs.exp
4622 PASS: gdb.base/langs.exp: show language at langs0__2do in langs.exp
4623 PASS: gdb.base/langs.exp: up to main in langs.exp
4624 PASS: gdb.base/langs.exp: show language at main in langs.exp
4625 PASS: gdb.base/langs.exp: continue until exit at langs.exp
4626 PASS: gdb.base/langs.exp: set lang to minimal
4627 PASS: gdb.base/langs.exp: print parameter value
4628 Running ./gdb.base/ldbl_e308.exp ...
4629 PASS: gdb.base/ldbl_e308.exp: set variable ldbl_308 = 1.6e+308l
4630 PASS: gdb.base/ldbl_e308.exp: print ldbl_308
4631 Running ./gdb.base/lineinc.exp ...
4632 PASS: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
4633 Running ./gdb.base/linespecs.exp ...
4634 PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c:1
4635 PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
4636 PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c:1
4637 PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c
4638 Running ./gdb.base/list.exp ...
4639 PASS: gdb.base/list.exp: set width 0
4640 PASS: gdb.base/list.exp: show default list size
4641 PASS: gdb.base/list.exp: list default lines around main
4642 PASS: gdb.base/list.exp: setting listsize to 1 #1
4643 PASS: gdb.base/list.exp: show listsize 1 #1
4644 PASS: gdb.base/list.exp: list line 1 with listsize 1
4645 PASS: gdb.base/list.exp: list line 2 with listsize 1
4646 PASS: gdb.base/list.exp: setting listsize to 2 #2
4647 PASS: gdb.base/list.exp: show listsize 2 #2
4648 PASS: gdb.base/list.exp: list line 1 with listsize 2
4649 PASS: gdb.base/list.exp: list line 2 with listsize 2
4650 PASS: gdb.base/list.exp: list line 3 with listsize 2
4651 PASS: gdb.base/list.exp: setting listsize to 3 #3
4652 PASS: gdb.base/list.exp: show listsize 3 #3
4653 PASS: gdb.base/list.exp: list line 1 with listsize 3
4654 PASS: gdb.base/list.exp: list line 2 with listsize 3
4655 PASS: gdb.base/list.exp: list line 3 with listsize 3
4656 PASS: gdb.base/list.exp: setting listsize to 4 #4
4657 PASS: gdb.base/list.exp: show listsize 4 #4
4658 PASS: gdb.base/list.exp: list line 1 with listsize 4
4659 PASS: gdb.base/list.exp: list line 2 with listsize 4
4660 PASS: gdb.base/list.exp: list line 3 with listsize 4
4661 PASS: gdb.base/list.exp: list line 4 with listsize 4
4662 PASS: gdb.base/list.exp: setting listsize to 100 #5
4663 PASS: gdb.base/list.exp: show listsize 100 #5
4664 PASS: gdb.base/list.exp: list line 1 with listsize 100
4665 PASS: gdb.base/list.exp: list line 10 with listsize 100
4666 PASS: gdb.base/list.exp: setting listsize to 0 #6
4667 PASS: gdb.base/list.exp: show listsize unlimited #6
4668 PASS: gdb.base/list.exp: list line 1 with unlimited listsize
4669 PASS: gdb.base/list.exp: setting listsize to 10 #7
4670 PASS: gdb.base/list.exp: show listsize 10 #7
4671 PASS: gdb.base/list.exp: list line 1 in include file
4672 PASS: gdb.base
4673 PASS: gdb.base/list.exp: list filename:number (4 tests)
4674 PASS: gdb.base/list.exp: list function in source file 1
4675 PASS: gdb.base/list.exp: list function in source file 2
4676 PASS: gdb.base/list.exp: list function in include file
4677 PASS: gdb.base/list.exp: successive list commands to page forward (4 tests)
4678 PASS: gdb.base/list.exp: 4 successive "list -" commands to page backwards
4679 PASS: gdb.base/list.exp: repeat list commands to page forward using 'return' (4 tests)
4680 PASS: gdb.base/list.exp: list range; filename:line1,filename:line2
4681 PASS: gdb.base/list.exp: list range; line1,line2
4682 PASS: gdb.base/list.exp: list range; upper bound past EOF
4683 PASS: gdb.base/list.exp: list range; both bounds past EOF
4684 PASS: gdb.base/list.exp: list range, must be same files
4685 PASS: gdb.base/list.exp: list filename:function (5 tests)
4686 PASS: gdb.base/list.exp: list 'list0.c:main'
4687 XFAIL: gdb.base/list.exp: list filename:function; wrong filename rejected
4688 PASS: gdb.base/list.exp: list filename:function; nonexistant file
4689 PASS: gdb.base/list.exp: list filename:function; nonexistant function
4690 PASS: gdb.base/list.exp: set listsize 4
4691 PASS: gdb.base/list.exp: list long_line
4692 PASS: gdb.base/list.exp: search 4321
4693 PASS: gdb.base/list.exp: search 6789
4694 PASS: gdb.base/list.exp: search extremely long line (> 5000 chars)
4695 PASS: gdb.base/list.exp: set listsize 2
4696 PASS: gdb.base/list.exp: list 1
4697 PASS: gdb.base/list.exp: list ,5
4698 Running ./gdb.base/logical.exp ...
4699 PASS: gdb.base/logical.exp: evaluate x; variables x = 0; expecting 0
4700 PASS: gdb.base/logical.exp: evaluate !x; variables x = 0; expecting 1
4701 PASS: gdb.base/logical.exp: evaluate !!x; variables x = 0; expecting 0
4702 PASS: gdb.base/logical.exp: evaluate x; variables x = 1; expecting 1
4703 PASS: gdb.base/logical.exp: evaluate !x; variables x = 1; expecting 0
4704 PASS: gdb.base/logical.exp: evaluate !!x; variables x = 1; expecting 1
4705 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 0; expecting 0
4706 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 0; expecting 0
4707 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 0; expecting 0
4708 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 0; expecting 1
4709 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 0; expecting 0
4710 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 0; expecting 1
4711 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 0; expecting 1
4712 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 0; expecting 1
4713 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 0; expecting 0
4714 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 0; expecting 1
4715 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 0; expecting 1
4716 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 0; expecting 0
4717 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 0; expecting 1
4718 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 0; expecting 0
4719 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 1; expecting 0
4720 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 1; expecting 1
4721 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 1; expecting 0
4722 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 1; expecting 0
4723 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 1; expecting 1
4724 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 1; expecting 1
4725 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 1; expecting 0
4726 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 1; expecting 1
4727 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 1; expecting 1
4728 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 1; expecting 1
4729 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 1; expecting 0
4730 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 1; expecting 1
4731 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 1; expecting 0
4732 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 1; expecting 0
4733 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 0; expecting 0
4734 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 0; expecting 0
4735 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 0; expecting 1
4736 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 0; expecting 0
4737 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 0; expecting 1
4738 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 0; expecting 0
4739 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 0; expecting 1
4740 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 0; expecting 1
4741 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 0; expecting 0
4742 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 0; expecting 0
4743 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 0; expecting 0
4744 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 0; expecting 1
4745 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 0; expecting 1
4746 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 0; expecting 1
4747 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 1; expecting 1
4748 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 1; expecting 0
4749 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 1; expecting 0
4750 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 1; expecting 0
4751 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 1; expecting 1
4752 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 1; expecting 1
4753 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 1; expecting 1
4754 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 1; expecting 0
4755 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 1; expecting 0
4756 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 1; expecting 1
4757 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 1; expecting 1
4758 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 1; expecting 0
4759 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 1; expecting 1
4760 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 1; expecting 0
4761 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 0; expecting 0
4762 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 0; expecting 0
4763 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 0; expecting 0
4764 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 0; expecting 0
4765 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 0; expecting 0
4766 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 0; expecting 1
4767 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 0; expecting 1
4768 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 1; expecting 0
4769 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 1; expecting 0
4770 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 1; expecting 1
4771 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 1; expecting 1
4772 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 1; expecting 1
4773 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 1; expecting 1
4774 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 1; expecting 1
4775 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 0; expecting 0
4776 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 0; expecting 0
4777 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 0; expecting 0
4778 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 0; expecting 1
4779 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 0; expecting 0
4780 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 0; expecting 1
4781 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 0; expecting 1
4782 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 1; expecting 0
4783 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 1; expecting 1
4784 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 1; expecting 1
4785 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 1; expecting 1
4786 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 1; expecting 0
4787 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 1; expecting 1
4788 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 1; expecting 1
4789 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 0; expecting 0
4790 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 0; expecting 1
4791 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 0; expecting 0
4792 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 0; expecting 1
4793 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 0; expecting 1
4794 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 0; expecting 0
4795 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 0; expecting 0
4796 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 1; expecting 0
4797 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 1; expecting 1
4798 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 1; expecting 1
4799 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 1; expecting 1
4800 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 1; expecting 1
4801 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 1; expecting 0
4802 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 1; expecting 0
4803 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 0; expecting 0
4804 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 0; expecting 1
4805 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 0; expecting 1
4806 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 0; expecting 1
4807 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 0; expecting 1
4808 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 0; expecting 0
4809 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 0; expecting 1
4810 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 1; expecting 1
4811 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 1; expecting 1
4812 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 1; expecting 1
4813 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 1; expecting 1
4814 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 1; expecting 1
4815 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 1; expecting 1
4816 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 1; expecting 0
4817 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 3, z = 3; expecting 1
4818 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 3, z = 3; expecting 0
4819 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 3, z = 3; expecting 1
4820 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 1, z = 3; expecting 0
4821 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 1, z = 3; expecting 0
4822 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 1, z = 3; expecting 1
4823 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 2, y = 2, w = 2, z = 3; expecting 0
4824 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 2, y = 2, w = 2, z = 3; expecting 1
4825 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 2, y = 2, w = 2, z = 3; expecting 1
4826 Running ./gdb.base/longest-types.exp ...
4827 PASS: gdb.base/longest-types.exp: print &f->buf
4828 Running ./gdb.base/longjmp.exp ...
4829 PASS: gdb.base/longjmp.exp: breakpoint at pattern 1 start
4830 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 1 start
4831 PASS: gdb.base/longjmp.exp: breakpoint at miss_step_1
4832 PASS: gdb.base/longjmp.exp: next over setjmp (1)
4833 PASS: gdb.base/longjmp.exp: next to longjmp (1)
4834 FAIL: gdb.base/longjmp.exp: next over longjmp(1)
4835 PASS: gdb.base/longjmp.exp: breakpoint at pattern 2 start
4836 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 2 start
4837 PASS: gdb.base/longjmp.exp: breakpoint at miss_step_2
4838 PASS: gdb.base/longjmp.exp: next over setjmp (2)
4839 FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
4840 PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start
4841 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start
4842 PASS: gdb.base/longjmp.exp: next over patt3
4843 Running ./gdb.base/long_long.exp ...
4844 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (char)" (1)
4845 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (short)" (2)
4846 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (int)" (4)
4847 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long)" (8)
4848 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long long)" (8)
4849 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (void *)" (8)
4850 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (double)" (8)
4851 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long double)" (16)
4852 PASS: gdb.base/long_long.exp: continue to breakpoint: Stop here and look
4853 PASS: gdb.base/long_long.exp: hex print p/x
4854 PASS: gdb.base/long_long.exp: decimal print p/x
4855 PASS: gdb.base/long_long.exp: default print val.dec
4856 PASS: gdb.base/long_long.exp: default print val.bin
4857 PASS: gdb.base/long_long.exp: default print val.oct
4858 PASS: gdb.base/long_long.exp: default print hex
4859 PASS: gdb.base/long_long.exp: decimal print p/u
4860 PASS: gdb.base/long_long.exp: binary print
4861 PASS: gdb.base/long_long.exp: octal print
4862 PASS: gdb.base/long_long.exp: print +ve long long
4863 PASS: gdb.base/long_long.exp: decimal print p/d
4864 PASS: gdb.base/long_long.exp: p/d val.oct
4865 PASS: gdb.base/long_long.exp: p/u val.oct
4866 PASS: gdb.base/long_long.exp: p/o val.oct
4867 PASS: gdb.base/long_long.exp: p/t val.oct
4868 PASS: gdb.base/long_long.exp: p/a val.oct
4869 PASS: gdb.base/long_long.exp: p/c val.oct
4870 PASS: gdb.base/long_long.exp: p/f val.oct
4871 PASS: gdb.base/long_long.exp: p/x *(char *)c
4872 PASS: gdb.base/long_long.exp: p/d *(char *)c
4873 PASS: gdb.base/long_long.exp: p/u *(char *)c
4874 PASS: gdb.base/long_long.exp: p/o *(char *)c
4875 PASS: gdb.base/long_long.exp: p/t *(char *)c
4876 PASS: gdb.base/long_long.exp: p/a *(char *)c
4877 PASS: gdb.base/long_long.exp: p/f *(char *)c
4878 PASS: gdb.base/long_long.exp: p/c *(char *)c
4879 PASS: gdb.base/long_long.exp: p/x *(short *)s
4880 PASS: gdb.base/long_long.exp: p/d *(short *)s
4881 PASS: gdb.base/long_long.exp: p/u *(short *)s
4882 PASS: gdb.base/long_long.exp: p/o *(short *)s
4883 PASS: gdb.base/long_long.exp: p/t *(short *)s
4884 PASS: gdb.base/long_long.exp: p/a *(short *)s
4885 PASS: gdb.base/long_long.exp: p/f *(short *)s
4886 PASS: gdb.base/long_long.exp: p/c *(short *)s
4887 PASS: gdb.base/long_long.exp: p/x *(int *)i
4888 PASS: gdb.base/long_long.exp: p/d *(int *)i
4889 PASS: gdb.base/long_long.exp: p/u *(int *)i
4890 PASS: gdb.base/long_long.exp: p/o *(int *)i
4891 PASS: gdb.base/long_long.exp: p/t *(int *)i
4892 PASS: gdb.base/long_long.exp: p/a *(int *)i
4893 PASS: gdb.base/long_long.exp: p/f *(int *)i
4894 PASS: gdb.base/long_long.exp: p/c *(int *)i
4895 PASS: gdb.base/long_long.exp: p/x *(long *)l
4896 PASS: gdb.base/long_long.exp: p/d *(long *)l
4897 PASS: gdb.base/long_long.exp: p/u *(long *)l
4898 PASS: gdb.base/long_long.exp: p/o *(long *)l
4899 PASS: gdb.base/long_long.exp: p/t *(long *)l
4900 PASS: gdb.base/long_long.exp: p/a *(long *)l
4901 base/long_long.exp: p/f *(long *)l
4902 PASS: gdb.base/long_long.exp: p/c *(long *)l
4903 PASS: gdb.base/long_long.exp: p/x *(long long *)ll
4904 PASS: gdb.base/long_long.exp: p/d *(long long *)ll
4905 PASS: gdb.base/long_long.exp: p/u *(long long *)ll
4906 PASS: gdb.base/long_long.exp: p/o *(long long *)ll
4907 PASS: gdb.base/long_long.exp: p/t *(long long *)ll
4908 PASS: gdb.base/long_long.exp: p/a *(long long *)ll
4909 PASS: gdb.base/long_long.exp: p/f *(long long *)ll
4910 PASS: gdb.base/long_long.exp: p/c *(long long *)ll
4911 PASS: gdb.base/long_long.exp: set examine size to w
4912 PASS: gdb.base/long_long.exp: x/x w
4913 PASS: gdb.base/long_long.exp: x/d w
4914 PASS: gdb.base/long_long.exp: x/u w
4915 PASS: gdb.base/long_long.exp: x/o w
4916 PASS: gdb.base/long_long.exp: x/t w
4917 PASS: gdb.base/long_long.exp: x/a
4918 PASS: gdb.base/long_long.exp: x/c b
4919 PASS: gdb.base/long_long.exp: x/f &val.oct
4920 PASS: gdb.base/long_long.exp: set examine size to g
4921 PASS: gdb.base/long_long.exp: x/2x g
4922 PASS: gdb.base/long_long.exp: x/2d g
4923 PASS: gdb.base/long_long.exp: x/2u g
4924 PASS: gdb.base/long_long.exp: x/2o g
4925 PASS: gdb.base/long_long.exp: x/2t g
4926 PASS: gdb.base/long_long.exp: x/2a
4927 PASS: gdb.base/long_long.exp: x/2c b
4928 PASS: gdb.base/long_long.exp: x/2f &val.oct
4929 PASS: gdb.base/long_long.exp: x/2bx b
4930 PASS: gdb.base/long_long.exp: x/2bd b
4931 PASS: gdb.base/long_long.exp: x/2bu b
4932 PASS: gdb.base/long_long.exp: x/2bo b
4933 PASS: gdb.base/long_long.exp: x/2bt b
4934 PASS: gdb.base/long_long.exp: x/2ba b
4935 PASS: gdb.base/long_long.exp: x/2bc b
4936 PASS: gdb.base/long_long.exp: x/2bf b
4937 PASS: gdb.base/long_long.exp: x/2hx h
4938 PASS: gdb.base/long_long.exp: x/2hd h
4939 PASS: gdb.base/long_long.exp: x/2hu h
4940 PASS: gdb.base/long_long.exp: x/2ho h
4941 PASS: gdb.base/long_long.exp: x/2ht h
4942 PASS: gdb.base/long_long.exp: x/2ha h
4943 PASS: gdb.base/long_long.exp: x/2hc h
4944 PASS: gdb.base/long_long.exp: x/2hf h
4945 PASS: gdb.base/long_long.exp: x/2wx w
4946 PASS: gdb.base/long_long.exp: x/2wd w
4947 PASS: gdb.base/long_long.exp: x/2wu w
4948 PASS: gdb.base/long_long.exp: x/2wo w
4949 PASS: gdb.base/long_long.exp: x/2wt w
4950 PASS: gdb.base/long_long.exp: x/2wa w
4951 PASS: gdb.base/long_long.exp: x/2wc w
4952 PASS: gdb.base/long_long.exp: x/2wf w
4953 PASS: gdb.base/long_long.exp: x/2gx g
4954 PASS: gdb.base/long_long.exp: x/2gd g
4955 PASS: gdb.base/long_long.exp: x/2gu g
4956 PASS: gdb.base/long_long.exp: x/2go g
4957 PASS: gdb.base/long_long.exp: x/2gt g
4958 PASS: gdb.base/long_long.exp: x/2ga g
4959 PASS: gdb.base/long_long.exp: x/2gc g
4960 PASS: gdb.base/long_long.exp: x/2gf g
4961 Running ./gdb.base/macscp.exp ...
4962 PASS: gdb.base/macscp.exp: list main for support check
4963 UNSUPPORTED: gdb.base/macscp.exp: Skipping test because debug information does not include macro information.
4964 Running ./gdb.base/maint.exp ...
4965 PASS: gdb.base/maint.exp: set height 0
4966 PASS: gdb.base/maint.exp: maint print registers
4967 PASS: gdb.base/maint.exp: maint check-symtabs
4968 PASS: gdb.base/maint.exp: maint space
4969 PASS: gdb.base/maint.exp: maint space 1
4970 PASS: gdb.base/maint.exp: maint time
4971 PASS: gdb.base/maint.exp: maint time 1
4972 PASS: gdb.base/maint.exp: maint time 0
4973 PASS: gdb.base/maint.exp: maint space 0
4974 PASS: gdb.base/maint.exp: maint demangle
4975 PASS: gdb.base/maint.exp: maint demangle main
4976 PASS: gdb.base/maint.exp: maint print statistics
4977 PASS: gdb.base/maint.exp: maint print dummy-frames
4978 PASS: gdb.base/maint.exp: maint print objfiles: header
4979 PASS: gdb.base/maint.exp: maint print objfiles: psymtabs
4980 PASS: gdb.base/maint.exp: maint print objfiles: symtabs
4981 PASS: gdb.base/maint.exp: maint print psymbols w/o args
4982 PASS: gdb.base/maint.exp: maint print psymbols 1
4983 PASS: gdb.base/maint.exp: shell rm -f psymbols_output
4984 PASS: gdb.base/maint.exp: maint print msymbols w/o args
4985 PASS: gdb.base/maint.exp: maint print msymbols
4986 PASS: gdb.base/maint.exp: shell rm -f msymbols_output
4987 PASS: gdb.base/maint.exp: cd to objdir
4988 PASS: gdb.base/maint.exp: maint print msymbols
4989 PASS: gdb.base/maint.exp: shell rm -f msymbols_output2
4990 PASS: gdb.base/maint.exp: cd to mydir
4991 PASS: gdb.base/maint.exp: maint print symbols w/o args
4992 PASS: gdb.base/maint.exp: maint print symbols
4993 PASS: gdb.base/maint.exp: shell rm -f symbols_output
4994 PASS: gdb.base/maint.exp: maint print type
4995 PASS: gdb.base/maint.exp: maint info sections
4996 PASS: gdb.base/maint.exp: maint info sections .text
4997 PASS: gdb.base/maint.exp: maint info sections CODE
4998 PASS: gdb.base/maint.exp: maint info sections DATA
4999 PASS: gdb.base/maint.exp: maint info breakpoints
5000 PASS: gdb.base/maint.exp: maint print w/o args
5001 PASS: gdb.base/maint.exp: maint info w/o args
5002 PASS: gdb.base/maint.exp: maint w/o args
5003 PASS: gdb.base/maint.exp: help maint
5004 PASS: gdb.base/maint.exp: help maint check-symtabs
5005 PASS: gdb.base/maint.exp: help maint space
5006 PASS: gdb.base/maint.exp: help maint time
5007 PASS: gdb.base/maint.exp: help maint demangle
5008 PASS: gdb.base/maint.exp: help maint dump-me
5009 PASS: gdb.base/maint.exp: help maint internal-error
5010 PASS: gdb.base/maint.exp: help maint internal-warning
5011 PASS: gdb.base/maint.exp: help maint print statistics
5012 PASS: gdb.base/maint.exp: help maint print dummy-frames
5013 PASS: gdb.base/maint.exp: help maint print objfiles
5014 PASS: gdb.base/maint.exp: help maint print psymbols
5015 PASS: gdb.base/maint.exp: help maint print msymbols
5016 PASS: gdb.base/maint.exp: help maint print symbols
5017 PASS: gdb.base/maint.exp: help maint print type
5018 PASS: gdb.base/maint.exp: help maint info sections
5019 PASS: gdb.base/maint.exp: help maint info breakpoints
5020 PASS: gdb.base/maint.exp: help maint info
5021 PASS: gdb.base/maint.exp: help maint print
5022 PASS: gdb.base/maint.exp: help maint
5023 PASS: gdb.base/maint.exp: maint dump-me
5024 PASS: gdb.base/maint.exp: maint internal-error
5025 PASS: gdb.base/maint.exp: internal-error resync
5026 Running ./gdb.base/memattr.exp ...
5027 PASS: gdb.base/memattr.exp: create mem region 1
5028 PASS: gdb.base/memattr.exp: create mem region 2
5029 PASS: gdb.base/memattr.exp: create mem region 3
5030 PASS: gdb.base/memattr.exp: create mem region 4
5031 PASS: gdb.base/memattr.exp: create mem region 5
5032 PASS: gdb.base/memattr.exp: info mem (1)
5033 PASS: gdb.base/memattr.exp: mem1 cannot be read
5034 PASS: gdb.base/memattr.exp: mem1 can be written
5035 PASS: gdb.base/memattr.exp: mem2 cannot be written
5036 PASS: gdb.base/memattr.exp: mem2 can be read
5037 PASS: gdb.base/memattr.exp: disable mem 1
5038 PASS: gdb.base/memattr.exp: mem 1 was disabled
5039 PASS: gdb.base/memattr.exp: enable mem 1
5040 PASS: gdb.base/memattr.exp: mem 1 was enabled
5041 PASS: gdb.base/memattr.exp: disable mem 2 4
5042 PASS: gdb.base/memattr.exp: mem 2 and 4 were disabled
5043 PASS: gdb.base/memattr.exp: enable mem 2-4
5044 PASS: gdb.base/memattr.exp: mem 2-4 were enabled
5045 PASS: gdb.base/memattr.exp: disable mem
5046 PASS: gdb.base/memattr.exp: mem 1 to 5 were disabled
5047 PASS: gdb.base/memattr.exp: enable mem
5048 PASS: gdb.base/memattr.exp: mem 1 to 5 were enabled
5049 PASS: gdb.base/memattr.exp: disable non-existant regions
5050 PASS: gdb.base/memattr.exp: delete mem 1
5051 PASS: gdb.base/memattr.exp: mem 1 was deleted
5052 PASS: gdb.base/memattr.exp: delete mem 2 4
5053 PASS: gdb.base/memattr.exp: mem 2 and 4 were deleted
5054 PASS: gdb.base/memattr.exp: delete mem 2-4
5055 PASS: gdb.base/memattr.exp: mem 2-4 were deleted
5056 PASS: gdb.base/memattr.exp: delete non-existant region
5057 PASS: gdb.base/memattr.exp: mem 0x30 0x60 ro
5058 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x40: overlap
5059 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x40: overlap
5060 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x40 0x50: overlap
5061 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x50 0x60: overlap
5062 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x50 0x70: overlap
5063 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x60: overlap
5064 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x70: overlap
5065 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x0: overlap
5066 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x0: overlap
5067 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x40 0x0: overlap
5068 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x30: no-overlap
5069 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x60 0x70: no-overlap
5070 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x80 0x0: no-overlap
5071 PASS: gdb.base/memattr.exp: mem 0x30 0x0 ro
5072 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x50: overlap
5073 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x30 0x50: overlap
5074 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x40 0x50: overlap
5075 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x0: overlap
5076 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x30 0x0: overlap
5077 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x40 0x0: overlap
5078 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x30: no-overlap
5079 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x00 0x10: no-overlap
5080 Running ./gdb.base/mips_pro.exp ...
5081 PASS: gdb.base/mips_pro.exp: backtrace
5082 Running ./gdb.base/miscexprs.exp ...
5083 PASS: gdb.base/miscexprs.exp: continue to marker1
5084 PASS: gdb.base/miscexprs.exp: up from marker1
5085 PASS: gdb.base/miscexprs.exp: print value of &ibig.i[0]
5086 PASS: gdb.base/miscexprs.exp: print value of &cbig.c[0]
5087 PASS: gdb.base/miscexprs.exp: print value of &fbig.f[0]
5088 PASS: gdb.base/miscexprs.exp: print value of &dbig.d[0]
5089 PASS: gdb.base/miscexprs.exp: print value of &sbig.s[0]
5090 PASS: gdb.base/miscexprs.exp: print value of &lbig.l[0]
5091 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] | 1
5092 PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] & 127
5093 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
5094 PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90]
5095 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
5096 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
5097 PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90] * 10
5098 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] * sbig.s[90]
5099 PASS: gdb.base/miscexprs.exp: print value of fbig.f[100] * dbig.d[202]
5100 PASS: gdb.base/miscexprs.exp: print value of !(sbig.s[90] * 2)
5101 PASS: gdb.base/miscexprs.exp: print value of sizeof sbig
5102 PASS: gdb.base/miscexprs.exp: print value of sizeof cbig
5103 PASS: gdb.base/miscexprs.exp: print value of sizeof lbig / sizeof long
5104 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] << 2
5105 PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] >> 4
5106 PASS: gdb.base/miscexprs.exp: print value of lbig.l[333] >> 6
5107 Running ./gdb.base/morestack.exp ...
5108 PASS: gdb.base/morestack.exp: continue
5109 PASS: gdb.base/morestack.exp: up 3000
5110 Running ./gdb.base/moribund-step.exp ...
5111 PASS: gdb.base/moribund-step.exp: set non-stop on
5112 Running ./gdb.base/multi-forks.exp ...
5113 Running ./gdb.base/nextoverexit.exp ...
5114 PASS: gdb.base/nextoverexit.exp: next over exit
5115 Running ./gdb.base/nodebug.exp ...
5116 PASS: gdb.base/nodebug.exp: p top
5117 PASS: gdb.base/nodebug.exp: whatis top
5118 PASS: gdb.base/nodebug.exp: ptype top
5119 PASS: gdb.base/nodebug.exp: p middle
5120 PASS: gdb.base/nodebug.exp: whatis middle
5121 PASS: gdb.base/nodebug.exp: ptype middle
5122 PASS: gdb.base/nodebug.exp: p dataglobal
5123 PASS: gdb.base/nodebug.exp: whatis dataglobal
5124 PASS: gdb.base/nodebug.exp: ptype dataglobal
5125 PASS: gdb.base/nodebug.exp: p datalocal
5126 PASS: gdb.base/nodebug.exp: whatis datalocal
5127 PASS: gdb.base/nodebug.exp: ptype datalocal
5128 PASS: gdb.base/nodebug.exp: p bssglobal
5129 PASS: gdb.base/nodebug.exp: whatis bssglobal
5130 PASS: gdb.base/nodebug.exp: ptype bssglobal
5131 PASS: gdb.base/nodebug.exp: p bsslocal
5132 PASS: gdb.base/nodebug.exp: whatis bsslocal
5133 PASS: gdb.base/nodebug.exp: ptype bsslocal
5134 PASS: gdb.base/nodebug.exp: backtrace from inner in nodebug.exp
5135 PASS: gdb.base/nodebug.exp: p/c array_index("abcdef",2)
5136 PASS: gdb.base/nodebug.exp: backtrace from middle in nodebug.exp
5137 Running ./gdb.base/nofield.exp ...
5138 PASS: gdb.base/nofield.exp: ptype struct not_empty
5139 PASS: gdb.base/nofield.exp: ptype struct empty
5140 PASS: gdb.base/nofield.exp: ptype union empty_union
5141 Running ./gdb.base/nostdlib.exp ...
5142 UNTESTED: gdb.base/nostdlib.exp: nostdlib.exp
5143 Running ./gdb.base/opaque.exp ...
5144 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (statically)
5145 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (statically)
5146 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (statically)
5147 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (statically)
5148 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (statically)
5149 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically)
5150 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 1
5151 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 1
5152 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 1
5153 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 1
5154 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically) 1
5155 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 2
5156 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 2
5157 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 2
5158 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 2
5159 Running ./gdb.base/overlays.exp ...
5160 Running ./gdb.base/page.exp ...
5161 PASS: gdb.base/page.exp: set pagination off
5162 PASS: gdb.base/page.exp: pagination is off
5163 PASS: gdb.base/page.exp: unpaged help
5164 PASS: gdb.base/page.exp: set pagination on
5165 PASS: gdb.base/page.exp: pagination is on
5166 PASS: gdb.base/page.exp: set height 10
5167 PASS: gdb.base/page.exp: paged help
5168 PASS: gdb.base/page.exp: q
5169 Running ./gdb.base/pc-fp.exp ...
5170 PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$pc"
5171 PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$fp"
5172 PASS: gdb.base/pc-fp.exp: display/i $pc
5173 PASS: gdb.base/pc-fp.exp: display/w $fp
5174 PASS: gdb.base/pc-fp.exp: info register $pc
5175 PASS: gdb.base/pc-fp.exp: info register $fp
5176 PASS: gdb.base/pc-fp.exp: info register pc fp
5177 Running ./gdb.base/pending.exp ...
5178 PASS: gdb.base/pending.exp: set pending breakpoint (without symbols)
5179 PASS: gdb.base/pending.exp: complete condition
5180 PASS: gdb.base/pending.exp: single pending breakpoint info (without symbols)
5181 PASS: gdb.base/pending.exp: run to resolved breakpoint 1 (without symbols)
5182 PASS: gdb.base/pending.exp: set pending breakpoint
5183 PASS: gdb.base/pending.exp: single pending breakpoint info
5184 PASS: gdb.base/pending.exp: breakpoint function
5185 PASS: gdb.base/pending.exp: pending plus real breakpoint info
5186 PASS: gdb.base/pending.exp: Don't set pending breakpoint
5187 PASS: gdb.base/pending.exp: condition 1 k == 1
5188 PASS: gdb.base/pending.exp: pending plus condition
5189 PASS: gdb.base/pending.exp: disable 1
5190 PASS: gdb.base/pending.exp: pending disabled
5191 PASS: gdb.base/pending.exp: Set commands for pending breakpoint
5192 PASS: gdb.base/pending.exp: pending disabled plus commands
5193 PASS: gdb.base/pending.exp: Set pending breakpoint 2
5194 PASS: gdb.base/pending.exp: multiple pending breakpoints
5195 PASS: gdb.base/pending.exp: Set pending breakpoint 3
5196 PASS: gdb.base/pending.exp: set ignore count on pending breakpoint 3
5197 PASS: gdb.base/pending.exp: multiple pending breakpoints 2
5198 PASS: gdb.base/pending.exp: running to main
5199 PASS: gdb.base/pending.exp: re-enabling pending breakpoint that can resolve instantly
5200 PASS: gdb.base/pending.exp: continue to resolved breakpoint 2
5201 PASS: gdb.base/pending.exp: continue to resolved breakpoint 1
5202 PASS: gdb.base/pending.exp: Disable other breakpoints
5203 PASS: gdb.base/pending.exp: Disable other breakpoints
5204 PASS: gdb.base/pending.exp: continue to resolved breakpoint 3
5205 PASS: gdb.base/pending.exp: set imaginary pending breakpoint
5206 PASS: gdb.base/pending.exp: rerun to main
5207 PASS: gdb.base/pending.exp: verify pending breakpoint after restart
5208 Running ./gdb.base/permissions.exp ...
5209 PASS: gdb.base/permissions.exp: show may-write-registers
5210 PASS: gdb.base/permissions.exp: show may-write-memory
5211 PASS: gdb.base/permissions.exp: show may-insert-breakpoints
5212 PASS: gdb.base/permissions.exp: show may-insert-tracepoints
5213 PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints
5214 PASS: gdb.base/permissions.exp: show may-interrupt
5215 PASS: gdb.base/permissions.exp: enable observer mode
5216 PASS: gdb.base/permissions.exp: show may-write-memory
5217 PASS: gdb.base/permissions.exp: show may-write-registers
5218 PASS: gdb.base/permissions.exp: show may-insert-breakpoints
5219 PASS: gdb.base/permissions.exp: show may-insert-tracepoints
5220 PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints
5221 PASS: gdb.base/permissions.exp: show may-interrupt
5222 PASS: gdb.base/permissions.exp: disable observer mode
5223 PASS: gdb.base/permissions.exp: set non-stop off
5224 PASS: gdb.base/permissions.exp: set a global
5225 PASS: gdb.base/permissions.exp: print x
5226 PASS: gdb.base/permissions.exp: set may-write-memory off
5227 PASS: gdb.base/permissions.exp: try to set a global
5228 PASS: gdb.base/permissions.exp: print x
5229 Running ./gdb.base/pie-execl.exp ...
5230 Running ./gdb.base/pointers.exp ...
5231 PASS: gdb.base/pointers.exp: continuing after dummy()
5232 PASS: gdb.base/pointers.exp: set pointer to beginning of array
5233 PASS: gdb.base
5234 PASS: gdb.base/pointers.exp: print object pointed to
5235 PASS: gdb.base/pointers.exp: print object pointed to #2
5236 PASS: gdb.base/pointers.exp: pointer1==pointer2
5237 PASS: gdb.base/pointers.exp: pointer1!=pointer2
5238 PASS: gdb.base/pointers.exp: pointer1<=pointer2
5239 PASS: gdb.base/pointers.exp: pointer1>=pointer2
5240 PASS: gdb.base/pointers.exp: pointer1<pointer2
5241 PASS: gdb.base/pointers.exp: pointer1>pointer2
5242 PASS: gdb.base/pointers.exp: set y = *v_int_pointer++
5243 PASS: gdb.base/pointers.exp: pointer assignment
5244 PASS: gdb.base/pointers.exp: and post-increment
5245 PASS: gdb.base/pointers.exp: set y = *--v_int_pointer2
5246 PASS: gdb.base/pointers.exp: pointer assignment
5247 PASS: gdb.base/pointers.exp: and pre-decrement
5248 PASS: gdb.base/pointers.exp: set y =v_int_pointer-v_int_pointer2
5249 PASS: gdb.base/pointers.exp: pointer1-pointer2
5250 PASS: gdb.base/pointers.exp: set v_int_pointer=v_int_array
5251 PASS: gdb.base/pointers.exp: print array element through pointer
5252 PASS: gdb.base/pointers.exp: print array element through pointer #2
5253 PASS: gdb.base/pointers.exp: print array element through pointer #3
5254 PASS: gdb.base/pointers.exp: print array element through pointer #4
5255 PASS: gdb.base/pointers.exp: print array element through pointer #5
5256 PASS: gdb.base/pointers.exp: increment rptr
5257 PASS: gdb.base/pointers.exp: print array element through pointer #6
5258 PASS: gdb.base/pointers.exp: print array element through pointer #7
5259 PASS: gdb.base/pointers.exp: print array element through pointer #8
5260 PASS: gdb.base/pointers.exp: print array element w/ pointer arithmetic
5261 PASS: gdb.base/pointers.exp: print through ptr to ptr
5262 PASS: gdb.base/pointers.exp: continue
5263 PASS: gdb.base/pointers.exp: up from marker1
5264 PASS: gdb.base/pointers.exp: print value of *pUC
5265 PASS: gdb.base/pointers.exp: ptype pUC
5266 PASS: gdb.base/pointers.exp: print value of *pS
5267 PASS: gdb.base/pointers.exp: ptype pS
5268 PASS: gdb.base/pointers.exp: print value of *pUS
5269 PASS: gdb.base/pointers.exp: ptype pUS
5270 PASS: gdb.base/pointers.exp: print value of *pI
5271 PASS: gdb.base/pointers.exp: ptype pI
5272 PASS: gdb.base/pointers.exp: print value of *pUI
5273 PASS: gdb.base/pointers.exp: ptype pUI
5274 PASS: gdb.base/pointers.exp: print value of *pL
5275 PASS: gdb.base/pointers.exp: ptype pL
5276 PASS: gdb.base/pointers.exp: print value of *pUL
5277 PASS: gdb.base/pointers.exp: ptype pUL
5278 PASS: gdb.base/pointers.exp: print value of *pF
5279 PASS: gdb.base/pointers.exp: ptype pF
5280 PASS: gdb.base/pointers.exp: print value of *pD
5281 PASS: gdb.base/pointers.exp: ptype pD
5282 PASS: gdb.base/pointers.exp: print value of ******ppppppC
5283 PASS: gdb.base/pointers.exp: ptype pC
5284 PASS: gdb.base/pointers.exp: ptype ppC
5285 PASS: gdb.base/pointers.exp: ptype pppC
5286 PASS: gdb.base/pointers.exp: ptype ppppC
5287 PASS: gdb.base/pointers.exp: ptype pppppC
5288 PASS: gdb.base/pointers.exp: ptype ppppppC
5289 PASS: gdb.base/pointers.exp: p instance.array_variable + 0
5290 Running ./gdb.base/pr10179.exp ...
5291 PASS: gdb.base/pr10179.exp: rbreak foo.*
5292 PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c:foo.*
5293 PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .*
5294 Running ./gdb.base/pr11022.exp ...
5295 Running ./gdb.base/prelink.exp ...
5296 Running ./gdb.base/printcmds.exp ...
5297 PASS: gdb.base/printcmds.exp: print $pc
5298 PASS: gdb.base/printcmds.exp: print "abc"
5299 PASS: gdb.base/printcmds.exp: print sizeof ("abc")
5300 PASS: gdb.base/printcmds.exp: ptype "abc"
5301 PASS: gdb.base/printcmds.exp: print $cvar = "abc"
5302 PASS: gdb.base/printcmds.exp: print sizeof ($cvar)
5303 PASS: gdb.base/printcmds.exp: print $pc (with file)
5304 PASS: gdb.base/printcmds.exp: set print sevenbit-strings
5305 PASS: gdb.base/printcmds.exp: set print address off
5306 PASS: gdb.base/printcmds.exp: set width 0
5307 PASS: gdb.base/printcmds.exp: p ctable1[120] #1
5308 PASS: gdb.base/printcmds.exp: p 123
5309 PASS: gdb.base/printcmds.exp: p -123
5310 PASS: gdb.base/printcmds.exp: p/d 123
5311 PASS: gdb.base/printcmds.exp: p 0123
5312 PASS: gdb.base/printcmds.exp: p 00123
5313 PASS: gdb.base/printcmds.exp: p -0123
5314 PASS: gdb.base/printcmds.exp: p/o 0123
5315 PASS: gdb.base/printcmds.exp: p 0x123
5316 PASS: gdb.base/printcmds.exp: p -0x123
5317 PASS: gdb.base/printcmds.exp: p 0x0123
5318 PASS: gdb.base/printcmds.exp: p -0x0123
5319 PASS: gdb.base/printcmds.exp: p 0xABCDEF
5320 PASS: gdb.base/printcmds.exp: p 0xabcdef
5321 PASS: gdb.base/printcmds.exp: p 0xAbCdEf
5322 PASS: gdb.base/printcmds.exp: p/x 0x123
5323 PASS: gdb.base/printcmds.exp: p 0b0
5324 PASS: gdb.base/printcmds.exp: p 0b1111
5325 PASS: gdb.base/printcmds.exp: p 0B1111
5326 PASS: gdb.base/printcmds.exp: p -0b1111
5327 PASS: gdb.base/printcmds.exp: reject p 0x
5328 PASS: gdb.base/printcmds.exp: reject p 0b
5329 PASS: gdb.base/printcmds.exp: p ''
5330 PASS: gdb.base/printcmds.exp: p '''
5331 PASS: gdb.base/printcmds.exp: reject p '\'
5332 PASS: gdb.base/printcmds.exp: reject p '\\\'
5333 PASS: gdb.base/printcmds.exp: reject p DEADBEEF
5334 PASS: gdb.base/printcmds.exp: reject p 09
5335 PASS: gdb.base/printcmds.exp: reject p 079
5336 PASS: gdb.base/printcmds.exp: reject p 0xG
5337 PASS: gdb.base/printcmds.exp: reject p 0xAG
5338 PASS: gdb.base/printcmds.exp: reject p 0b2
5339 PASS: gdb.base/printcmds.exp: reject p 0b12
5340 PASS: gdb.base/printcmds.exp: check for floating addition
5341 PASS: gdb.base/printcmds.exp: p 1.
5342 PASS: gdb.base/printcmds.exp: p 1.5
5343 PASS: gdb.base/printcmds.exp: p 1.f
5344 PASS: gdb.base/printcmds.exp: p 1.5f
5345 PASS: gdb.base/printcmds.exp: p 1.l
5346 PASS: gdb.base/printcmds.exp: p 1.5l
5347 PASS: gdb.base/printcmds.exp: p 0x1.1
5348 PASS: gdb.base/printcmds.exp: reject p 123DEADBEEF
5349 PASS: gdb.base/printcmds.exp: reject p 123foobar.bazfoo3
5350 PASS: gdb.base/printcmds.exp: reject p 123EEEEEEEEEEEEEEEEE33333k333
5351 PASS: gdb.base/printcmds.exp: reject p 1.1x
5352 PASS: gdb.base/printcmds.exp: reject p 1.1ff
5353 PASS: gdb.base/printcmds.exp: reject p 1.1ll
5354 PASS: gdb.base/printcmds.exp: p 'a'
5355 PASS: gdb.base/printcmds.exp: p/c 'a'
5356 PASS: gdb.base/printcmds.exp: p/x 'a'
5357 PASS: gdb.base/printcmds.exp: p/d 'a'
5358 PASS: gdb.base/printcmds.exp: p/t 'a'
5359 PASS: gdb.base/printcmds.exp: p '\141'
5360 PASS: gdb.base/printcmds.exp: p/x '\377'
5361 PASS: gdb.base/printcmds.exp: p '\''
5362 PASS: gdb.base/printcmds.exp: p '\\'
5363 PASS: gdb.base/printcmds.exp: p ctable1[0]
5364 PASS: gdb.base/printcmds.exp: p ctable1[1]
5365 PASS: gdb.base/printcmds.exp: p ctable1[2]
5366 PASS: gdb.base/printcmds.exp: p ctable1[3]
5367 PASS: gdb.base/printcmds.exp: p ctable1[4]
5368 PASS: gdb.base/printcmds.exp: p ctable1[5]
5369 PASS: gdb.base/printcmds.exp: p ctable1[6]
5370 PASS: gdb.base/printcmds.exp: p ctable1[7]
5371 PASS: gdb.base/printcmds.exp: p ctable1[8]
5372 PASS: gdb.base/printcmds.exp: p ctable1[9]
5373 PASS: gdb.base/printcmds.exp: p ctable1[10]
5374 PASS: gdb.base/printcmds.exp: p ctable1[11]
5375 PASS: gdb.base/printcmds.exp: p ctable1[12]
5376 PASS: gdb.base/printcmds.exp: p ctable1[13]
5377 PASS: gdb.base/printcmds.exp: p ctable1[14]
5378 PASS: gdb.base/printcmds.exp: p ctable1[15]
5379 PASS: gdb.base/printcmds.exp: p ctable1[16]
5380 PASS: gdb.base/printcmds.exp: p ctable1[17]
5381 PASS: gdb.base/printcmds.exp: p ctable1[18]
5382 PASS: gdb.base/printcmds.exp: p ctable1[19]
5383 PASS: gdb.base/printcmds.exp: p ctable1[20]
5384 PASS: gdb.base/printcmds.exp: p ctable1[21]
5385 PASS: gdb.base/printcmds.exp: p ctable1[22]
5386 PASS: gdb.base/printcmds.exp: p ctable1[23]
5387 PASS: gdb.base/printcmds.exp: p ctable1[24]
5388 PASS: gdb.base/printcmds.exp: p ctable1[25]
5389 PASS: gdb.base/printcmds.exp: p ctable1[26]
5390 PASS: gdb.base/printcmds.exp: p ctable1[27]
5391 PASS: gdb.base/printcmds.exp: p ctable1[28]
5392 PASS: gdb.base/printcmds.exp: p ctable1[29]
5393 PASS: gdb.base/printcmds.exp: p ctable1[30]
5394 PASS: gdb.base/printcmds.exp: p ctable1[31]
5395 PASS: gdb.base/printcmds.exp: p ctable1[32]
5396 PASS: gdb.base/printcmds.exp: p ctable1[33]
5397 PASS: gdb.base/printcmds.exp: p ctable1[34]
5398 PASS: gdb.base/printcmds.exp: p ctable1[35]
5399 PASS: gdb.base/printcmds.exp: p ctable1[36]
5400 PASS: gdb.base/printcmds.exp: p ctable1[37]
5401 PASS: gdb.base/printcmds.exp: p ctable1[38]
5402 PASS: gdb.base/printcmds.exp: p ctable1[39]
5403 PASS: gdb.base/printcmds.exp: p ctable1[40]
5404 PASS: gdb.base/printcmds.exp: p ctable1[41]
5405 PASS: gdb.base/printcmds.exp: p ctable1[42]
5406 PASS: gdb.base/printcmds.exp: p ctable1[43]
5407 PASS: gdb.base/printcmds.exp: p ctable1[44]
5408 PASS: gdb.base/printcmds.exp: p ctable1[45]
5409 PASS: gdb.base/printcmds.exp: p ctable1[46]
5410 PASS: gdb.base/printcmds.exp: p ctable1[47]
5411 PASS: gdb.base/printcmds.exp: p ctable1[48]
5412 PASS: gdb.base/printcmds.exp: p ctable1[49]
5413 PASS: gdb.base/printcmds.exp: p ctable1[50]
5414 PASS: gdb.base/printcmds.exp: p ctable1[51]
5415 PASS: gdb.base/printcmds.exp: p ctable1[52]
5416 PASS: gdb.base/printcmds.exp: p ctable1[53]
5417 PASS: gdb.base/printcmds.exp: p ctable1[54]
5418 PASS: gdb.base/printcmds.exp: p ctable1[55]
5419 PASS: gdb.base/printcmds.exp: p ctable1[56]
5420 PASS: gdb.base/printcmds.exp: p ctable1[57]
5421 PASS: gdb.base/printcmds.exp: p ctable1[58]
5422 PASS: gdb.base/printcmds.exp: p ctable1[59]
5423 PASS: gdb.base/printcmds.exp: p ctable1[60]
5424 PASS: gdb.base/printcmds.exp: p ctable1[61]
5425 PASS: gdb.base/printcmds.exp: p ctable1[62]
5426 PASS: gdb.base/printcmds.exp: p ctable1[63]
5427 PASS: gdb.base/printcmds.exp: p ctable1[64]
5428 PASS: gdb.base/printcmds.exp: p ctable1[65]
5429 PASS: gdb.base/printcmds.exp: p ctable1[66]
5430 PASS: gdb.base/printcmds.exp: p ctable1[67]
5431 PASS: gdb.base/printcmds.exp: p ctable1[68]
5432 PASS: gdb.base/printcmds.exp: p ctable1[69]
5433 PASS: gdb.base/printcmds.exp: p ctable1[70]
5434 PASS: gdb.base/printcmds.exp: p ctable1[71]
5435 PASS: gdb.base/printcmds.exp: p ctable1[72]
5436 PASS: gdb.base/printcmds.exp: p ctable1[73]
5437 PASS: gdb.base/printcmds.exp: p ctable1[74]
5438 PASS: gdb.base/printcmds.exp: p ctable1[75]
5439 PASS: gdb.base/printcmds.exp: p ctable1[76]
5440 PASS: gdb.base/printcmds.exp: p ctable1[77]
5441 PASS: gdb.base/printcmds.exp: p ctable1[78]
5442 PASS: gdb.base/printcmds.exp: p ctable1[79]
5443 PASS: gdb.base/printcmds.exp: p ctable1[80]
5444 PASS: gdb.base/printcmds.exp: p ctable1[81]
5445 PASS: gdb.base/printcmds.exp: p ctable1[82]
5446 PASS: gdb.base/printcmds.exp: p ctable1[83]
5447 PASS: gdb.base/printcmds.exp: p ctable1[84]
5448 PASS: gdb.base/printcmds.exp: p ctable1[85]
5449 PASS: gdb.base/printcmds.exp: p ctable1[86]
5450 PASS: gdb.base/printcmds.exp: p ctable1[87]
5451 PASS: gdb.base/printcmds.exp: p ctable1[88]
5452 PASS: gdb.base/printcmds.exp: p ctable1[89]
5453 PASS: gdb.base/printcmds.exp: p ctable1[90]
5454 PASS: gdb.base/printcmds.exp: p ctable1[91]
5455 PASS: gdb.base/printcmds.exp: p ctable1[92]
5456 PASS: gdb.base/printcmds.exp: p ctable1[93]
5457 PASS: gdb.base/printcmds.exp: p ctable1[94]
5458 PASS: gdb.base/printcmds.exp: p ctable1[95]
5459 PASS: gdb.base/printcmds.exp: p ctable1[96]
5460 PASS: gdb.base/printcmds.exp: p ctable1[97]
5461 PASS: gdb.base/printcmds.exp: p ctable1[98]
5462 PASS: gdb.base/printcmds.exp: p ctable1[99]
5463 PASS: gdb.base/printcmds.exp: p ctable1[100]
5464 PASS: gdb.base/printcmds.exp: p ctable1[101]
5465 PASS: gdb.base/printcmds.exp: p ctable1[102]
5466 PASS: gdb.base/printcmds.exp: p ctable1[103]
5467 PASS: gdb.base/printcmds.exp: p ctable1[104]
5468 PASS: gdb.base/printcmds.exp: p ctable1[105]
5469 PASS: gdb.base/printcmds.exp: p ctable1[106]
5470 PASS: gdb.base/printcmds.exp: p ctable1[107]
5471 PASS: gdb.base/printcmds.exp: p ctable1[108]
5472 PASS: gdb.base/printcmds.exp: p ctable1[109]
5473 PASS: gdb.base/printcmds.exp: p ctable1[110]
5474 PASS: gdb.base/printcmds.exp: p ctable1[111]
5475 PASS: gdb.base/printcmds.exp: p ctable1[112]
5476 PASS: gdb.base/printcmds.exp: p ctable1[113]
5477 PASS: gdb.base/printcmds.exp: p ctable1[114]
5478 PASS: gdb.base/printcmds.exp: p ctable1[115]
5479 PASS: gdb.base/printcmds.exp: p ctable1[116]
5480 PASS: gdb.base/printcmds.exp: p ctable1[117]
5481 PASS: gdb.base/printcmds.exp: p ctable1[118]
5482 PASS: gdb.base/printcmds.exp: p ctable1[119]
5483 PASS: gdb.base/printcmds.exp: p ctable1[120]
5484 PASS: gdb.base/printcmds.exp: p ctable1[121]
5485 PASS: gdb.base/printcmds.exp: p ctable1[122]
5486 PASS: gdb.base/printcmds.exp: p ctable1[123]
5487 PASS: gdb.base/printcmds.exp: p ctable1[124]
5488 PASS: gdb.base/printcmds.exp: p ctable1[125]
5489 PASS: gdb.base/printcmds.exp: p ctable1[126]
5490 PASS: gdb.base/printcmds.exp: p ctable1[127]
5491 PASS: gdb.base/printcmds.exp: p ctable1[128]
5492 PASS: gdb.base/printcmds.exp: p ctable1[129]
5493 PASS: gdb.base/printcmds.exp: p ctable1[130]
5494 PASS: gdb.base/printcmds.exp: p ctable1[131]
5495 PASS: gdb.base/printcmds.exp: p ctable1[132]
5496 PASS: gdb.base/printcmds.exp: p ctable1[133]
5497 PASS: gdb.base/printcmds.exp: p ctable1[134]
5498 PASS: gdb.base/printcmds.exp: p ctable1[135]
5499 PASS: gdb.base/printcmds.exp: p ctable1[136]
5500 PASS: gdb.base/printcmds.exp: p ctable1[137]
5501 PASS: gdb.base/printcmds.exp: p ctable1[138]
5502 PASS: gdb.base/printcmds.exp: p ctable1[139]
5503 PASS: gdb.base/printcmds.exp: p ctable1[140]
5504 PASS: gdb.base/printcmds.exp: p ctable1[141]
5505 PASS: gdb.base/printcmds.exp: p ctable1[142]
5506 PASS: gdb.base/printcmds.exp: p ctable1[143]
5507 PASS: gdb.base/printcmds.exp: p ctable1[144]
5508 PASS: gdb.base/printcmds.exp: p ctable1[145]
5509 PASS: gdb.base/printcmds.exp: p ctable1[146]
5510 PASS: gdb.base/printcmds.exp: p ctable1[147]
5511 PASS: gdb.base/printcmds.exp: p ctable1[148]
5512 PASS: gdb.base/printcmds.exp: p ctable1[149]
5513 PASS: gdb.base/printcmds.exp: p ctable1[150]
5514 PASS: gdb.base/printcmds.exp: p ctable1[151]
5515 PASS: gdb.base/printcmds.exp: p ctable1[152]
5516 PASS: gdb.base/printcmds.exp: p ctable1[153]
5517 PASS: gdb.base/printcmds.exp: p ctable1[154]
5518 PASS: gdb.base/printcmds.exp: p ctable1[155]
5519 PASS: gdb.base/printcmds.exp: p ctable1[156]
5520 PASS: gdb.base/printcmds.exp: p ctable1[157]
5521 PASS: gdb.base/printcmds.exp: p ctable1[158]
5522 PASS: gdb.base/printcmds.exp: p ctable1[159]
5523 PASS: gdb.base/printcmds.exp: p ctable1[160]
5524 PASS: gdb.base/printcmds.exp: p ctable1[161]
5525 PASS: gdb.base/printcmds.exp: p ctable1[162]
5526 PASS: gdb.base/printcmds.exp: p ctable1[163]
5527 PASS: gdb.base/printcmds.exp: p ctable1[164]
5528 PASS: gdb.base/printcmds.exp: p ctable1[165]
5529 PASS: gdb.base/printcmds.exp: p ctable1[166]
5530 PASS: gdb.base/printcmds.exp: p ctable1[167]
5531 PASS: gdb.base/printcmds.exp: p ctable1[168]
5532 PASS: gdb.base/printcmds.exp: p ctable1[169]
5533 PASS: gdb.base/printcmds.exp: p ctable1[170]
5534 PASS: gdb.base/printcmds.exp: p ctable1[171]
5535 PASS: gdb.base/printcmds.exp: p ctable1[172]
5536 PASS: gdb.base/printcmds.exp: p ctable1[173]
5537 PASS: gdb.base/printcmds.exp: p ctable1[174]
5538 PASS: gdb.base/printcmds.exp: p ctable1[175]
5539 PASS: gdb.base/printcmds.exp: p ctable1[176]
5540 PASS: gdb.base/printcmds.exp: p ctable1[177]
5541 PASS: gdb.base/printcmds.exp: p ctable1[178]
5542 PASS: gdb.base/printcmds.exp: p ctable1[179]
5543 PASS: gdb.base/printcmds.exp: p ctable1[180]
5544 PASS: gdb.base/printcmds.exp: p ctable1[181]
5545 PASS: gdb.base/printcmds.exp: p ctable1[182]
5546 PASS: gdb.base/printcmds.exp: p ctable1[183]
5547 PASS: gdb.base/printcmds.exp: p ctable1[184]
5548 PASS: gdb.base/printcmds.exp: p ctable1[185]
5549 PASS: gdb.base/printcmds.exp: p ctable1[186]
5550 PASS: gdb.base/printcmds.exp: p ctable1[187]
5551 PASS: gdb.base/printcmds.exp: p ctable1[188]
5552 PASS: gdb.base/printcmds.exp: p ctable1[189]
5553 PASS: gdb.base/printcmds.exp: p ctable1[190]
5554 PASS: gdb.base/printcmds.exp: p ctable1[191]
5555 PASS: gdb.base/printcmds.exp: p ctable1[192]
5556 PASS: gdb.base/printcmds.exp: p ctable1[193]
5557 PASS: gdb.base/printcmds.exp: p ctable1[194]
5558 PASS: gdb.base/printcmds.exp: p ctable1[195]
5559 PASS: gdb.base/printcmds.exp: p ctable1[196]
5560 PASS: gdb.base/printcmds.exp: p ctable1[197]
5561 PASS: gdb.base/printcmds.exp: p ctable1[198]
5562 PASS: gdb.base/printcmds.exp: p ctable1[199]
5563 PASS: gdb.base/printcmds.exp: p ctable1[200]
5564 PASS: gdb.base/printcmds.exp: p ctable1[201]
5565 PASS: gdb.base/printcmds.exp: p ctable1[202]
5566 PASS: gdb.base/printcmds.exp: p ctable1[203]
5567 PASS: gdb.base/printcmds.exp: p ctable1[204]
5568 PASS: gdb.base/printcmds.exp: p ctable1[205]
5569 PASS: gdb.base/printcmds.exp: p ctable1[206]
5570 PASS: gdb.base/printcmds.exp: p ctable1[207]
5571 PASS: gdb.base/printcmds.exp: p ctable1[208]
5572 PASS: gdb.base/printcmds.exp: p ctable1[209]
5573 PASS: gdb.base/printcmds.exp: p ctable1[210]
5574 PASS: gdb.base/printcmds.exp: p ctable1[211]
5575 PASS: gdb.base/printcmds.exp: p ctable1[212]
5576 PASS: gdb.base/printcmds.exp: p ctable1[213]
5577 PASS: gdb.base/printcmds.exp: p ctable1[214]
5578 PASS: gdb.base/printcmds.exp: p ctable1[215]
5579 PASS: gdb.base/printcmds.exp: p ctable1[216]
5580 PASS: gdb.base/printcmds.exp: p ctable1[217]
5581 PASS: gdb.base/printcmds.exp: p ctable1[218]
5582 PASS: gdb.base/printcmds.exp: p ctable1[219]
5583 PASS: gdb.base/printcmds.exp: p ctable1[220]
5584 PASS: gdb.base/printcmds.exp: p ctable1[221]
5585 PASS: gdb.base/printcmds.exp: p ctable1[222]
5586 PASS: gdb.base/printcmds.exp: p ctable1[223]
5587 PASS: gdb.base/printcmds.exp: p ctable1[224]
5588 PASS: gdb.base/printcmds.exp: p ctable1[225]
5589 PASS: gdb.base/printcmds.exp: p ctable1[226]
5590 PASS: gdb.base/printcmds.exp: p ctable1[227]
5591 PASS: gdb.base/printcmds.exp: p ctable1[228]
5592 PASS: gdb.base/printcmds.exp: p ctable1[229]
5593 PASS: gdb.base/printcmds.exp: p ctable1[230]
5594 PASS: gdb.base/printcmds.exp: p ctable1[231]
5595 PASS: gdb.base/printcmds.exp: p ctable1[232]
5596 PASS: gdb.base/printcmds.exp: p ctable1[233]
5597 PASS: gdb.base/printcmds.exp: p ctable1[234]
5598 PASS: gdb.base
5599 PASS: gdb.base/printcmds.exp: p ctable1[236]
5600 PASS: gdb.base/printcmds.exp: p ctable1[237]
5601 PASS: gdb.base/printcmds.exp: p ctable1[238]
5602 PASS: gdb.base/printcmds.exp: p ctable1[239]
5603 PASS: gdb.base/printcmds.exp: p ctable1[240]
5604 PASS: gdb.base/printcmds.exp: p ctable1[241]
5605 PASS: gdb.base/printcmds.exp: p ctable1[242]
5606 PASS: gdb.base/printcmds.exp: p ctable1[243]
5607 PASS: gdb.base/printcmds.exp: p ctable1[244]
5608 PASS: gdb.base/printcmds.exp: p ctable1[245]
5609 PASS: gdb.base/printcmds.exp: p ctable1[246]
5610 PASS: gdb.base/printcmds.exp: p ctable1[247]
5611 PASS: gdb.base/printcmds.exp: p ctable1[248]
5612 PASS: gdb.base/printcmds.exp: p ctable1[249]
5613 PASS: gdb.base/printcmds.exp: p ctable1[250]
5614 PASS: gdb.base/printcmds.exp: p ctable1[251]
5615 PASS: gdb.base/printcmds.exp: p ctable1[252]
5616 PASS: gdb.base/printcmds.exp: p ctable1[253]
5617 PASS: gdb.base/printcmds.exp: p ctable1[254]
5618 PASS: gdb.base/printcmds.exp: p ctable1[255]
5619 PASS: gdb.base/printcmds.exp: set print elements 1
5620 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 1
5621 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 1
5622 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 1
5623 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 1
5624 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 1
5625 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 1
5626 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 1
5627 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 1
5628 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 1
5629 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 1
5630 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 1
5631 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 1
5632 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 1
5633 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 1
5634 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 1
5635 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 1
5636 PASS: gdb.base/printcmds.exp: set print elements 2
5637 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 2
5638 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 2
5639 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 2
5640 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 2
5641 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 2
5642 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 2
5643 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 2
5644 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 2
5645 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 2
5646 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 2
5647 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 2
5648 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 2
5649 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 2
5650 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 2
5651 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 2
5652 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 2
5653 PASS: gdb.base/printcmds.exp: set print elements 3
5654 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 3
5655 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 3
5656 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 3
5657 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 3
5658 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 3
5659 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 3
5660 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 3
5661 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 3
5662 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 3
5663 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 3
5664 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 3
5665 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 3
5666 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 3
5667 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 3
5668 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 3
5669 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 3
5670 PASS: gdb.base/printcmds.exp: set print elements 4
5671 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 4
5672 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 4
5673 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 4
5674 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 4
5675 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 4
5676 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 4
5677 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 4
5678 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 4
5679 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 4
5680 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 4
5681 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 4
5682 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 4
5683 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 4
5684 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 4
5685 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 4
5686 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 4
5687 PASS: gdb.base/printcmds.exp: set print elements 5
5688 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 5
5689 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 5
5690 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 5
5691 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 5
5692 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 5
5693 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 5
5694 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 5
5695 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 5
5696 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 5
5697 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 5
5698 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 5
5699 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 5
5700 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 5
5701 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 5
5702 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 5
5703 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 5
5704 PASS: gdb.base/printcmds.exp: set print elements 6
5705 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 6
5706 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 6
5707 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 6
5708 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 6
5709 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 6
5710 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 6
5711 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 6
5712 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 6
5713 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 6
5714 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 6
5715 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 6
5716 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 6
5717 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 6
5718 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 6
5719 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 6
5720 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 6
5721 PASS: gdb.base/printcmds.exp: set print elements 7
5722 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 7
5723 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 7
5724 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 7
5725 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 7
5726 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 7
5727 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 7
5728 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 7
5729 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 7
5730 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 7
5731 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 7
5732 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 7
5733 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 7
5734 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 7
5735 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 7
5736 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 7
5737 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 7
5738 PASS: gdb.base/printcmds.exp: set print elements 8
5739 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 8
5740 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 8
5741 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 8
5742 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 8
5743 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 8
5744 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 8
5745 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 8
5746 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 8
5747 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 8
5748 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 8
5749 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 8
5750 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 8
5751 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 8
5752 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 8
5753 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 8
5754 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 8
5755 PASS: gdb.base/printcmds.exp: set print elements 9
5756 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 9
5757 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 9
5758 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 9
5759 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 9
5760 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 9
5761 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 9
5762 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 9
5763 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 9
5764 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 9
5765 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 9
5766 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 9
5767 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 9
5768 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 9
5769 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 9
5770 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 9
5771 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 9
5772 PASS: gdb.base/printcmds.exp: set print elements 10
5773 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 10
5774 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 10
5775 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 10
5776 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 10
5777 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 10
5778 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 10
5779 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 10
5780 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 10
5781 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 10
5782 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 10
5783 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 10
5784 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 10
5785 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 10
5786 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 10
5787 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 10
5788 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 10
5789 PASS: gdb.base/printcmds.exp: set print elements 11
5790 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 11
5791 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 11
5792 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 11
5793 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 11
5794 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 11
5795 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 11
5796 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 11
5797 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 11
5798 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 11
5799 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 11
5800 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 11
5801 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 11
5802 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 11
5803 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 11
5804 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 11
5805 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 11
5806 PASS: gdb.base/printcmds.exp: set print elements 12
5807 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 12
5808 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 12
5809 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 12
5810 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 12
5811 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 12
5812 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 12
5813 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 12
5814 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 12
5815 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 12
5816 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 12
5817 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 12
5818 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 12
5819 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 12
5820 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 12
5821 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 12
5822 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 12
5823 PASS: gdb.base/printcmds.exp: set print elements 13
5824 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 13
5825 PASS: gdb.base
5826 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 13
5827 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 13
5828 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 13
5829 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 13
5830 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 13
5831 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 13
5832 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 13
5833 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 13
5834 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 13
5835 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 13
5836 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 13
5837 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 13
5838 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 13
5839 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 13
5840 PASS: gdb.base/printcmds.exp: set print elements 14
5841 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 14
5842 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 14
5843 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 14
5844 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 14
5845 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 14
5846 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 14
5847 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 14
5848 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 14
5849 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 14
5850 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 14
5851 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 14
5852 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 14
5853 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 14
5854 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 14
5855 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 14
5856 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 14
5857 PASS: gdb.base/printcmds.exp: set print elements 15
5858 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 15
5859 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 15
5860 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 15
5861 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 15
5862 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 15
5863 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 15
5864 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 15
5865 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 15
5866 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 15
5867 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 15
5868 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 15
5869 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 15
5870 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 15
5871 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 15
5872 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 15
5873 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 15
5874 PASS: gdb.base/printcmds.exp: set print elements 16
5875 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 16
5876 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 16
5877 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 16
5878 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 16
5879 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 16
5880 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 16
5881 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 16
5882 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 16
5883 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 16
5884 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 16
5885 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 16
5886 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 16
5887 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 16
5888 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 16
5889 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 16
5890 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 16
5891 PASS: gdb.base/printcmds.exp: correct element repeats in array embedded at offset > 0
5892 PASS: gdb.base/printcmds.exp: set print elements 0
5893 PASS: gdb.base/printcmds.exp: p teststring with elements set to 0
5894 PASS: gdb.base/printcmds.exp: set print elements 1
5895 PASS: gdb.base/printcmds.exp: p teststring with elements set to 1
5896 PASS: gdb.base/printcmds.exp: set print elements 5
5897 PASS: gdb.base/printcmds.exp: p teststring with elements set to 5
5898 PASS: gdb.base/printcmds.exp: set print elements 19
5899 PASS: gdb.base/printcmds.exp: p teststring with elements set to 19
5900 PASS: gdb.base/printcmds.exp: set print elements 20
5901 PASS: gdb.base/printcmds.exp: p teststring with elements set to 20
5902 PASS: gdb.base/printcmds.exp: set print elements 8
5903 PASS: gdb.base/printcmds.exp: p &ctable1[0]
5904 PASS: gdb.base/printcmds.exp: p &ctable1[1]
5905 PASS: gdb.base/printcmds.exp: p &ctable1[1*8]
5906 PASS: gdb.base/printcmds.exp: p &ctable1[2*8]
5907 PASS: gdb.base/printcmds.exp: p &ctable1[3*8]
5908 PASS: gdb.base/printcmds.exp: p &ctable1[4*8]
5909 PASS: gdb.base/printcmds.exp: p &ctable1[5*8]
5910 PASS: gdb.base/printcmds.exp: p &ctable1[6*8]
5911 PASS: gdb.base/printcmds.exp: p &ctable1[7*8]
5912 PASS: gdb.base/printcmds.exp: p &ctable1[8*8]
5913 PASS: gdb.base/printcmds.exp: p &ctable1[9*8]
5914 PASS: gdb.base/printcmds.exp: p &ctable1[10*8]
5915 PASS: gdb.base/printcmds.exp: p &ctable1[11*8]
5916 PASS: gdb.base/printcmds.exp: p &ctable1[12*8]
5917 PASS: gdb.base/printcmds.exp: p &ctable1[13*8]
5918 PASS: gdb.base/printcmds.exp: p &ctable1[14*8]
5919 PASS: gdb.base/printcmds.exp: p &ctable1[15*8]
5920 PASS: gdb.base/printcmds.exp: p &ctable1[16*8]
5921 PASS: gdb.base/printcmds.exp: p &ctable1[17*8]
5922 PASS: gdb.base/printcmds.exp: p &ctable1[18*8]
5923 PASS: gdb.base/printcmds.exp: p &ctable1[19*8]
5924 PASS: gdb.base/printcmds.exp: p &ctable1[20*8]
5925 PASS: gdb.base/printcmds.exp: p &ctable1[21*8]
5926 PASS: gdb.base/printcmds.exp: p &ctable1[22*8]
5927 PASS: gdb.base/printcmds.exp: p &ctable1[23*8]
5928 PASS: gdb.base/printcmds.exp: p &ctable1[24*8]
5929 PASS: gdb.base/printcmds.exp: p &ctable1[25*8]
5930 PASS: gdb.base/printcmds.exp: p &ctable1[26*8]
5931 PASS: gdb.base/printcmds.exp: p &ctable1[27*8]
5932 PASS: gdb.base/printcmds.exp: p &ctable1[28*8]
5933 PASS: gdb.base/printcmds.exp: p &ctable1[29*8]
5934 PASS: gdb.base/printcmds.exp: p &ctable1[30*8]
5935 PASS: gdb.base/printcmds.exp: p &ctable1[31*8]
5936 PASS: gdb.base/printcmds.exp: set print elements 24
5937 PASS: gdb.base/printcmds.exp: set print elements 24
5938 PASS: gdb.base/printcmds.exp: p a1[0]
5939 PASS: gdb.base/printcmds.exp: p a1[9]
5940 PASS: gdb.base/printcmds.exp: p a2
5941 PASS: gdb.base/printcmds.exp: p a2[0]
5942 PASS: gdb.base/printcmds.exp: p a2[3]
5943 PASS: gdb.base/printcmds.exp: set print null-stop on
5944 PASS: gdb.base/printcmds.exp: print a2 with null-stop on
5945 PASS: gdb.base/printcmds.exp: set print null-stop off
5946 PASS: gdb.base/printcmds.exp: p int1dim[0]@2
5947 PASS: gdb.base/printcmds.exp: p int1dim[0]@2@3
5948 PASS: gdb.base/printcmds.exp: set print elements 24
5949 PASS: gdb.base/printcmds.exp: set print address on
5950 PASS: gdb.base/printcmds.exp: p arrays
5951 PASS: gdb.base/printcmds.exp: p parrays
5952 PASS: gdb.base/printcmds.exp: p parrays->array1
5953 PASS: gdb.base/printcmds.exp: p &parrays->array1
5954 PASS: gdb.base/printcmds.exp: p parrays->array2
5955 PASS: gdb.base/printcmds.exp: p &parrays->array2
5956 PASS: gdb.base/printcmds.exp: p parrays->array3
5957 PASS: gdb.base/printcmds.exp: p &parrays->array3
5958 PASS: gdb.base/printcmds.exp: p parrays->array4
5959 PASS: gdb.base/printcmds.exp: p &parrays->array4
5960 PASS: gdb.base/printcmds.exp: p parrays->array5
5961 PASS: gdb.base/printcmds.exp: p &parrays->array5
5962 PASS: gdb.base/printcmds.exp: set print address off
5963 PASS: gdb.base/printcmds.exp: set print elements 50
5964 PASS: gdb.base/printcmds.exp: p "a string"
5965 PASS: gdb.base/printcmds.exp: p "embedded \000 null"
5966 PASS: gdb.base/printcmds.exp: p "abcd"[2]
5967 PASS: gdb.base/printcmds.exp: p sizeof ("abcdef")
5968 PASS: gdb.base/printcmds.exp: ptype "foo"
5969 PASS: gdb.base/printcmds.exp: p *"foo"
5970 PASS: gdb.base/printcmds.exp: ptype *"foo"
5971 PASS: gdb.base/printcmds.exp: p &*"foo"
5972 PASS: gdb.base/printcmds.exp: ptype &*"foo"
5973 PASS: gdb.base/printcmds.exp: p (char *)"foo"
5974 PASS: gdb.base/printcmds.exp: print {'a','b','c'}
5975 PASS: gdb.base/printcmds.exp: print {4,5,6}[2]
5976 PASS: gdb.base/printcmds.exp: print *&{4,5,6}[1]
5977 PASS: gdb.base/printcmds.exp: print some_volatile_enum
5978 PASS: gdb.base/printcmds.exp: print three
5979 PASS: gdb.base/printcmds.exp: printf "x=%d,y=%d,z=%d\n", 5, 6, 7
5980 PASS: gdb.base/printcmds.exp: printf "string=%.4sxx\n", teststring
5981 PASS: gdb.base/printcmds.exp: printf "string=%sxx\n", teststring
5982 PASS: gdb.base/printcmds.exp: printf "%f is fun\n", 1.0
5983 PASS: gdb.base/printcmds.exp: printf "x=%d,y=%f,z=%d\n", 5, 6.0, 7
5984 PASS: gdb.base/printcmds.exp: printf "%x %f, %c %x, %x, %f\n", 0xbad, -99.541, 'z', 0xfeedface, 0xdeadbeef, 5.0
5985 PASS: gdb.base/printcmds.exp: printf "%c\n", "x"[1,0]
5986 PASS: gdb.base/printcmds.exp: printf "%%%d%%\n", 5
5987 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2df
5988 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.2df
5989 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.234567df
5990 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.234567df
5991 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1234567.df
5992 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1234567.df
5993 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E1df
5994 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E10df
5995 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E-10df
5996 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E96df
5997 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2dd
5998 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.2dd
5999 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.234567890123456dd
6000 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.234567890123456dd
6001 PASS: gdb.base/printcmds.exp: printf "%Df\n",1234567890123456.dd
6002 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1234567890123456.dd
6003 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E1dd
6004 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E10dd
6005 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E-10dd
6006 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E384dd
6007 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2dl
6008 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.2dl
6009 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.234567890123456789012345678901234dl
6010 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.234567890123456789012345678901234dl
6011 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1234567890123456789012345678901234.dl
6012 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1234567890123456789012345678901234.dl
6013 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E1dl
6014 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E10dl
6015 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E-10dl
6016 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E6144dl
6017 PASS: gdb.base/printcmds.exp: printf "%Hf %Hf\n",1.2df,1.3df
6018 PASS: gdb.base/printcmds.exp: set print symbol on
6019 PASS: gdb.base/printcmds.exp: print &three
6020 PASS: gdb.base/printcmds.exp: print parrays
6021 PASS: gdb.base/printcmds.exp: set print symbol off
6022 PASS: gdb.base/printcmds.exp: print invalid_LLL
6023 PASS: gdb.base/printcmds.exp: print invalid_LLE
6024 PASS: gdb.base/printcmds.exp: print invalid_LLR
6025 PASS: gdb.base/printcmds.exp: print invalid_LLS
6026 PASS: gdb.base/printcmds.exp: print invalid_ELL
6027 PASS: gdb.base/printcmds.exp: print invalid_ELR
6028 PASS: gdb.base/printcmds.exp: print invalid_ELS
6029 PASS: gdb.base/printcmds.exp: print invalid_RLL
6030 PASS: gdb.base/printcmds.exp: print invalid_RLE
6031 PASS: gdb.base/printcmds.exp: print invalid_RLR
6032 PASS: gdb.base/printcmds.exp: print invalid_RLS
6033 PASS: gdb.base/printcmds.exp: print invalid_SLL
6034 PASS: gdb.base/printcmds.exp: print invalid_SLE
6035 PASS: gdb.base/printcmds.exp: print invalid_SLR
6036 PASS: gdb.base/printcmds.exp: print invalid_SLS
6037 PASS: gdb.base/printcmds.exp: print invalid_LRL
6038 PASS: gdb.base/printcmds.exp: print invalid_LRE
6039 PASS: gdb.base/printcmds.exp: print invalid_LRR
6040 PASS: gdb.base/printcmds.exp: print invalid_LRS
6041 PASS: gdb.base/printcmds.exp: print invalid_ERL
6042 PASS: gdb.base/printcmds.exp: print invalid_ERR
6043 PASS: gdb.base/printcmds.exp: print invalid_ERS
6044 PASS: gdb.base/printcmds.exp: print invalid_RRL
6045 PASS: gdb.base/printcmds.exp: print invalid_RRE
6046 PASS: gdb.base/printcmds.exp: print invalid_RRR
6047 PASS: gdb.base/printcmds.exp: print invalid_RRS
6048 PASS: gdb.base/printcmds.exp: print invalid_SRL
6049 PASS: gdb.base/printcmds.exp: print invalid_SRE
6050 PASS: gdb.base/printcmds.exp: print invalid_SRR
6051 PASS: gdb.base/printcmds.exp: print invalid_SRS
6052 PASS: gdb.base/printcmds.exp: print invalid_LSL
6053 PASS: gdb.base/printcmds.exp: print invalid_LSE
6054 PASS: gdb.base/printcmds.exp: print invalid_LSR
6055 PASS: gdb.base/printcmds.exp: print invalid_LSS
6056 PASS: gdb.base/printcmds.exp: print invalid_ESL
6057 PASS: gdb.base/printcmds.exp: print invalid_ESR
6058 PASS: gdb.base/printcmds.exp: print invalid_ESS
6059 PASS: gdb.base/printcmds.exp: print invalid_RSL
6060 PASS: gdb.base/printcmds.exp: print invalid_RSE
6061 PASS: gdb.base/printcmds.exp: print invalid_RSR
6062 PASS: gdb.base/printcmds.exp: print invalid_RSS
6063 PASS: gdb.base/printcmds.exp: print invalid_SSL
6064 PASS: gdb.base/printcmds.exp: print invalid_SSE
6065 PASS: gdb.base/printcmds.exp: print invalid_SSR
6066 PASS: gdb.base/printcmds.exp: print invalid_SSS
6067 Running ./gdb.base/print-file-var.exp ...
6068 PASS: gdb.base/print-file-var.exp: breapoint past v1 & v2 initialization
6069 PASS: gdb.base/print-file-var.exp: continue to STOP marker
6070 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
6071 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib2.c'::this_version_id == v2
6072 Running ./gdb.base/prologue.exp ...
6073 PASS: gdb.base/prologue.exp: setting breakpoint at marker
6074 PASS: gdb.base/prologue.exp: continue to marker
6075 PASS: gdb.base/prologue.exp: reading $pc: marker
6076 PASS: gdb.base/prologue.exp: setting breakpoint at other
6077 PASS: gdb.base/prologue.exp: continue to other
6078 PASS: gdb.base/prologue.exp: reading $pc: other
6079 PASS: gdb.base/prologue.exp: same pc from minimal symbol
6080 Running ./gdb.base/prologue-include.exp ...
6081 PASS: gdb.base/prologue-include.exp: breakpoint main
6082 Running ./gdb.base/psymtab.exp ...
6083 PASS: gdb.base/psymtab.exp: psymtab pending setup
6084 PASS: gdb.base/psymtab.exp: Don't search past end of psymtab.
6085 Running ./gdb.base/ptr-typedef.exp ...
6086 PASS: gdb.base/ptr-typedef.exp: print foo_ptr
6087 PASS: gdb.base/ptr-typedef.exp: print foz_ptr
6088 Running ./gdb.base/ptype.exp ...
6089 PASS: gdb.base/ptype.exp: ptype unnamed enumeration member
6090 PASS: gdb.base/ptype.exp: ptype structure
6091 PASS: gdb.base/ptype.exp: ptype v_struct1.v_float_member
6092 PASS: gdb.base/ptype.exp: ptype v_struct1->v_float_member
6093 PASS: gdb.base/ptype.exp: ptype v_t_struct_p.v_float_member
6094 PASS: gdb.base/ptype.exp: ptype v_t_struct_p->v_float_member
6095 PASS: gdb.base/ptype.exp: ptype linked list structure
6096 PASS: gdb.base/ptype.exp: ptype union
6097 PASS: gdb.base/ptype.exp: ptype linked list union
6098 PASS: gdb.base/ptype.exp: ptype unnamed enumeration
6099 PASS: gdb.base/ptype.exp: ptype named enumeration
6100 PASS: gdb.base/ptype.exp: ptype unnamed typedef'd enumeration
6101 PASS: gdb.base/ptype.exp: list main
6102 PASS: gdb.base/ptype.exp: whatis unnamed typedef'd enum (compiler bug in IBM's xlc)
6103 PASS: gdb.base/ptype.exp: printing typedef'd struct
6104 PASS: gdb.base/ptype.exp: printing typedef'd union
6105 PASS: gdb.base/ptype.exp: ptype named typedef'd enumf'd enum
6106 PASS: gdb.base/ptype.exp: ptype misordered enumeration
6107 PASS: gdb.base/ptype.exp: ptype named enumeration member
6108 PASS: gdb.base/ptype.exp: ptype unnamed enumeration member #2
6109 PASS: gdb.base/ptype.exp: ptype short
6110 PASS: gdb.base/ptype.exp: ptype int
6111 PASS: gdb.base
6112 PASS: gdb.base/ptype.exp: ptype pv_char_array
6113 PASS: gdb.base/ptype.exp: ptype outer structure
6114 PASS: gdb.base/ptype.exp: ptype inner structure
6115 PASS: gdb.base/ptype.exp: ptype inner union
6116 PASS: gdb.base/ptype.exp: ptype nested structure
6117 PASS: gdb.base/ptype.exp: ptype outer int
6118 PASS: gdb.base/ptype.exp: ptype nested structure #2
6119 PASS: gdb.base/ptype.exp: ptype inner int
6120 PASS: gdb.base/ptype.exp: ptype nested union
6121 PASS: gdb.base/ptype.exp: ptype the_highest
6122 PASS: gdb.base/ptype.exp: ptype the_highest
6123 PASS: gdb.base/ptype.exp: ptype func_type
6124 PASS: gdb.base/ptype.exp: ptype old_fptr
6125 PASS: gdb.base/ptype.exp: ptype new_fptr
6126 PASS: gdb.base/ptype.exp: ptype fptr
6127 PASS: gdb.base/ptype.exp: ptype fptr2
6128 PASS: gdb.base/ptype.exp: ptype xptr
6129 PASS: gdb.base/ptype.exp: ptype ffptr
6130 PASS: gdb.base/ptype.exp: ptype fffptr
6131 PASS: gdb.base/ptype.exp: list intfoo
6132 PASS: gdb.base/ptype.exp: ptype foo typedef after first list of intfoo
6133 PASS: gdb.base/ptype.exp: list charfoo
6134 PASS: gdb.base/ptype.exp: ptype foo typedef after first list of charfoo
6135 PASS: gdb.base/ptype.exp: list intfoo
6136 PASS: gdb.base/ptype.exp: ptype foo typedef after second list of intfoo
6137 PASS: gdb.base/ptype.exp: list charfoo
6138 PASS: gdb.base/ptype.exp: ptype foo typedef after second list of charfoo
6139 PASS: gdb.base/ptype.exp: ptype "abc"
6140 PASS: gdb.base/ptype.exp: ptype {'a','b','c'}
6141 PASS: gdb.base/ptype.exp: ptype {0,1,2}
6142 PASS: gdb.base/ptype.exp: ptype {(long)0,(long)1,(long)2}
6143 PASS: gdb.base/ptype.exp: ptype {(float)0,(float)1,(float)2}
6144 PASS: gdb.base/ptype.exp: ptype {{0,1,2},{3,4,5}}
6145 PASS: gdb.base/ptype.exp: ptype {4,5,6}[2]
6146 PASS: gdb.base/ptype.exp: ptype *&{4,5,6}[1]
6147 PASS: gdb.base/ptype.exp: ptype $pc
6148 Running ./gdb.base/radix.exp ...
6149 PASS: gdb.base/radix.exp: initialize radix, input radix 2
6150 PASS: gdb.base/radix.exp: set input-radix 2
6151 PASS: gdb.base/radix.exp: show radix, input radix 2
6152 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 2
6153 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 2
6154 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 2
6155 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 2
6156 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 2
6157 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 2
6158 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 2
6159 PASS: gdb.base/radix.exp: print 10; expect 2; input radix 2
6160 PASS: gdb.base/radix.exp: print 11; expect 3; input radix 2
6161 PASS: gdb.base/radix.exp: print -10; expect -2; input radix 2
6162 PASS: gdb.base/radix.exp: print -11; expect -3; input radix 2
6163 PASS: gdb.base/radix.exp: print 100; expect 4; input radix 2
6164 PASS: gdb.base/radix.exp: print 101; expect 5; input radix 2
6165 PASS: gdb.base/radix.exp: print -100; expect -4; input radix 2
6166 PASS: gdb.base/radix.exp: print -101; expect -5; input radix 2
6167 PASS: gdb.base/radix.exp: print 10101; expect 21; input radix 2
6168 PASS: gdb.base/radix.exp: print 4; expect Invalid number "4"\.; input radix 2
6169 PASS: gdb.base/radix.exp: print -2; expect Invalid number "2"\.; input radix 2
6170 PASS: gdb.base/radix.exp: initialize radix, input radix 3
6171 PASS: gdb.base/radix.exp: set input-radix 3
6172 PASS: gdb.base/radix.exp: show radix, input radix 3
6173 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 3
6174 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 3
6175 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 3
6176 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 3
6177 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 3
6178 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 3
6179 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 3
6180 PASS: gdb.base/radix.exp: print 10; expect 3; input radix 3
6181 PASS: gdb.base/radix.exp: print 11; expect 4; input radix 3
6182 PASS: gdb.base/radix.exp: print -10; expect -3; input radix 3
6183 PASS: gdb.base/radix.exp: print -11; expect -4; input radix 3
6184 PASS: gdb.base/radix.exp: print 100; expect 9; input radix 3
6185 PASS: gdb.base/radix.exp: print 101; expect 10; input radix 3
6186 PASS: gdb.base/radix.exp: print -100; expect -9; input radix 3
6187 PASS: gdb.base/radix.exp: print -101; expect -10; input radix 3
6188 PASS: gdb.base/radix.exp: print 10101; expect 91; input radix 3
6189 PASS: gdb.base/radix.exp: print 2; expect 2; input radix 3
6190 PASS: gdb.base/radix.exp: print 20; expect 6; input radix 3
6191 PASS: gdb.base/radix.exp: print 3; expect Invalid number "3"\.; input radix 3
6192 PASS: gdb.base/radix.exp: print 30; expect Invalid number "30"\.; input radix 2
6193 PASS: gdb.base/radix.exp: initialize radix, input radix 8
6194 PASS: gdb.base/radix.exp: set input-radix 8
6195 PASS: gdb.base/radix.exp: show radix, input radix 8
6196 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 8
6197 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 8
6198 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 8
6199 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 8
6200 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 8
6201 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 8
6202 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 8
6203 PASS: gdb.base/radix.exp: print 10; expect 8; input radix 8
6204 PASS: gdb.base/radix.exp: print 11; expect 9; input radix 8
6205 PASS: gdb.base/radix.exp: print -10; expect -8; input radix 8
6206 PASS: gdb.base/radix.exp: print -11; expect -9; input radix 8
6207 PASS: gdb.base/radix.exp: print 100; expect 64; input radix 8
6208 PASS: gdb.base/radix.exp: print 101; expect 65; input radix 8
6209 PASS: gdb.base/radix.exp: print -100; expect -64; input radix 8
6210 PASS: gdb.base/radix.exp: print -101; expect -65; input radix 8
6211 PASS: gdb.base/radix.exp: print 10101; expect 4161; input radix 8
6212 PASS: gdb.base/radix.exp: print 20; expect 16; input radix 8
6213 PASS: gdb.base/radix.exp: print -20; expect -16; input radix 8
6214 PASS: gdb.base/radix.exp: print 8; expect Invalid number "8".; input radix 8
6215 PASS: gdb.base/radix.exp: print -9; expect Invalid number "9".; input radix 8
6216 PASS: gdb.base/radix.exp: initialize radix, input radix 10
6217 PASS: gdb.base/radix.exp: set input-radix 10
6218 PASS: gdb.base/radix.exp: show radix, input radix 10
6219 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 10
6220 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 10
6221 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 10
6222 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 10
6223 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 10
6224 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 10
6225 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 10
6226 PASS: gdb.base/radix.exp: print 10; expect 10; input radix 10
6227 PASS: gdb.base/radix.exp: print 11; expect 11; input radix 10
6228 PASS: gdb.base/radix.exp: print -10; expect -10; input radix 10
6229 PASS: gdb.base/radix.exp: print -11; expect -11; input radix 10
6230 PASS: gdb.base/radix.exp: print 100; expect 100; input radix 10
6231 PASS: gdb.base/radix.exp: print 101; expect 101; input radix 10
6232 PASS: gdb.base/radix.exp: print -100; expect -100; input radix 10
6233 PASS: gdb.base/radix.exp: print -101; expect -101; input radix 10
6234 PASS: gdb.base/radix.exp: print 10101; expect 10101; input radix 10
6235 PASS: gdb.base/radix.exp: print -12; expect -12; input radix 10
6236 PASS: gdb.base/radix.exp: initialize radix, input radix 16
6237 PASS: gdb.base/radix.exp: set input-radix 16
6238 PASS: gdb.base/radix.exp: show radix, input radix 16
6239 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 16
6240 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 16
6241 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 16
6242 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 16
6243 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 16
6244 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 16
6245 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 16
6246 PASS: gdb.base/radix.exp: print 10; expect 16; input radix 16
6247 PASS: gdb.base/radix.exp: print 11; expect 17; input radix 16
6248 PASS: gdb.base/radix.exp: print -10; expect -16; input radix 16
6249 PASS: gdb.base/radix.exp: print -11; expect -17; input radix 16
6250 PASS: gdb.base/radix.exp: print 100; expect 256; input radix 16
6251 PASS: gdb.base/radix.exp: print 101; expect 257; input radix 16
6252 PASS: gdb.base/radix.exp: print -100; expect -256; input radix 16
6253 PASS: gdb.base/radix.exp: print -101; expect -257; input radix 16
6254 PASS: gdb.base/radix.exp: print 10101; expect 65793; input radix 16
6255 PASS: gdb.base/radix.exp: initialize radix, output radix 8
6256 PASS: gdb.base/radix.exp: set output-radix 8
6257 PASS: gdb.base/radix.exp: show radix, output radix 8
6258 PASS: gdb.base/radix.exp: print 010; expect 010; output radix 8
6259 PASS: gdb.base/radix.exp: print 0xf; expect 17; output radix 8
6260 PASS: gdb.base/radix.exp: print 10; expect 12; output radix 8
6261 PASS: gdb.base/radix.exp: print 100; expect 144; output radix 8
6262 KFAIL: gdb.base/radix.exp: print 20.; expect 24; output radix 8 (PRMS: gdb/1715)
6263 PASS: gdb.base/radix.exp: print (int) 20.; expect 24; output radix 8
6264 PASS: gdb.base/radix.exp: initialize radix, output radix 10
6265 PASS: gdb.base/radix.exp: set output-radix 10
6266 PASS: gdb.base/radix.exp: show radix, output radix 10
6267 PASS: gdb.base/radix.exp: print 010; expect 8; output radix 10
6268 PASS: gdb.base/radix.exp: print 0xf; expect 15; output radix 10
6269 PASS: gdb.base/radix.exp: print 10; expect 10; output radix 10
6270 PASS: gdb.base/radix.exp: print 100; expect 100; output radix 10
6271 PASS: gdb.base/radix.exp: print 20.; expect 20; output radix 10
6272 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; output radix 10
6273 PASS: gdb.base/radix.exp: initialize radix, output radix 16
6274 PASS: gdb.base/radix.exp: set output-radix 16
6275 PASS: gdb.base/radix.exp: show radix, output radix 16
6276 PASS: gdb.base/radix.exp: print 010; expect 8; output radix 16
6277 PASS: gdb.base/radix.exp: print 0xf; expect f; output radix 16
6278 PASS: gdb.base/radix.exp: print 10; expect a; output radix 16
6279 PASS: gdb.base/radix.exp: print 100; expect 64; output radix 16
6280 KFAIL: gdb.base/radix.exp: print 20.; expect 14; output radix 16 (PRMS: gdb/1715)
6281 PASS: gdb.base/radix.exp: print (int) 20.; expect 14; output radix 16
6282 PASS: gdb.base/radix.exp: Reset radices
6283 PASS: gdb.base/radix.exp: Reject input-radix 0
6284 PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 0
6285 PASS: gdb.base/radix.exp: Reject input-radix 1
6286 PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 1
6287 PASS: gdb.base/radix.exp: Reject output-radix 0
6288 PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 0
6289 PASS: gdb.base/radix.exp: Reject output-radix 1
6290 PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 1
6291 PASS: gdb.base/radix.exp: set radix 7 rejected
6292 PASS: gdb.base/radix.exp: Output radix unchanged after rejection through set radix command
6293 Running ./gdb.base/randomize.exp ...
6294 UNTESTED: gdb.base/randomize.exp: Disabling randomization is not supported on this Linux GDB
6295 Running ./gdb.base/random-signal.exp ...
6296 PASS: gdb.base/random-signal.exp: set can-use-hw-watchpoints 0
6297 PASS: gdb.base/random-signal.exp: watch v
6298 PASS: gdb.base/random-signal.exp: continue
6299 FAIL: gdb.base/random-signal.exp: stop with control-c
6300 Running ./gdb.base/readline-ask.exp ...
6301 PASS: gdb.base/readline-ask.exp: set width 50
6302 PASS: gdb.base/readline-ask.exp: set height 3
6303 PASS: gdb.base/readline-ask.exp: bell for more message
6304 FAIL: gdb.base/readline-ask.exp: more message for 01 and 02
6305 FAIL: gdb.base/readline-ask.exp: more message for 03
6306 FAIL: gdb.base/readline-ask.exp: more finish for 04
6308 UNRESOLVED: gdb.base/readline-ask.exp: abort more message
6309 PASS: gdb.base/readline-ask.exp: bell for ask message
6310 FAIL: gdb.base/readline-ask.exp: ask message
6311 Running ./gdb.base/readline.exp ...
6312 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 1
6313 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 2
6314 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 3
6315 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 3
6316 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 2
6317 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 1
6318 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1
6319 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 2
6320 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 3
6321 PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt
6322 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send if 1 > 0
6323 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send p 5
6324 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send end
6325 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to end
6326 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to p 5
6327 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to if 1 > 0
6328 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for if 1 > 0
6329 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for p 5
6330 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for end
6331 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - final prompt
6332 PASS: gdb.base/readline.exp: print 42
6333 PASS: gdb.base/readline.exp: arrow keys with secondary prompt
6334 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
6335 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 8
6336 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 9
6337 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 9
6338 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 8
6339 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 7
6340 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 7
6341 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 8
6342 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 9
6343 PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt
6344 Running ./gdb.base/realname-expand.exp ...
6345 PASS: gdb.base/realname-expand.exp: set basenames-may-differ on
6346 PASS: gdb.base/realname-expand.exp: rbreak realname-expand-real.c:func
6347 PASS: gdb.base/realname-expand.exp: set basenames-may-differ on
6348 PASS: gdb.base/realname-expand.exp: break realname-expand-real.c:func
6349 Running ./gdb.base/recpar.exp ...
6350 PASS: gdb.base/recpar.exp: break recpar.c:26 if n == 3
6351 PASS: gdb.base/recpar.exp: continue
6352 PASS: gdb.base/recpar.exp: backtrace
6353 PASS: gdb.base/recpar.exp: frame 2
6354 PASS: gdb.base/recpar.exp: print foo::val
6355 Running ./gdb.base/recurse.exp ...
6356 PASS: gdb.base/recurse.exp: next over b = 0 in first instance
6357 PASS: gdb.base/recurse.exp: set first instance watchpoint
6358 PASS: gdb.base/recurse.exp: continue to first instance watchpoint, first time
6359 PASS: gdb.base/recurse.exp: continue to recurse (a = 9)
6360 PASS: gdb.base/recurse.exp: continue to recurse (a = 8)
6361 PASS: gdb.base/recurse.exp: continue to recurse (a = 7)
6362 PASS: gdb.base/recurse.exp: continue to recurse (a = 6)
6363 PASS: gdb.base/recurse.exp: continue to recurse (a = 5)
6364 PASS: gdb.base/recurse.exp: next over b = 0 in second instance
6365 PASS: gdb.base/recurse.exp: set second instance watchpoint
6366 PASS: gdb.base/recurse.exp: continue to second instance watchpoint, first time
6367 PASS: gdb.base/recurse.exp: continue to recurse (a = 4)
6368 PASS: gdb.base/recurse.exp: continue to recurse (a = 3)
6369 PASS: gdb.base/recurse.exp: continue to recurse (a = 2)
6370 PASS: gdb.base/recurse.exp: continue to recurse (a = 1)
6371 PASS: gdb.base/recurse.exp: continue to second instance watchpoint, second time
6372 PASS: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
6373 PASS: gdb.base/recurse.exp: continue to first instance watchpoint, second time
6374 PASS: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
6375 Running ./gdb.base/relational.exp ...
6376 PASS: gdb.base/relational.exp: set variable x=14
6377 PASS: gdb.base/relational.exp: set variable y=2
6378 PASS: gdb.base/relational.exp: set variable z=2
6379 PASS: gdb.base/relational.exp: set variable w=3
6380 PASS: gdb.base/relational.exp: print value of x
6381 PASS: gdb.base/relational.exp: print value of y
6382 PASS: gdb.base/relational.exp: print value of z
6383 PASS: gdb.base/relational.exp: print value of w
6384 PASS: gdb.base/relational.exp: print value of x<y
6385 PASS: gdb.base/relational.exp: print value of x<=y
6386 PASS: gdb.base/relational.exp: print value of x>y
6387 PASS: gdb.base/relational.exp: print value of x>=y
6388 PASS: gdb.base
6389 PASS: gdb.base/relational.exp: print value of x!=y
6390 PASS: gdb.base/relational.exp: set variable x
6391 PASS: gdb.base/relational.exp: set variable y
6392 PASS: gdb.base/relational.exp: set variable z
6393 PASS: gdb.base/relational.exp: print value of x<y<z
6394 PASS: gdb.base/relational.exp: print value of x<=y<=z
6395 PASS: gdb.base/relational.exp: print value of x>y>z
6396 PASS: gdb.base/relational.exp: print value of x>=y>=z
6397 PASS: gdb.base/relational.exp: set variable x
6398 PASS: gdb.base/relational.exp: set variable y
6399 PASS: gdb.base/relational.exp: set variable z
6400 PASS: gdb.base/relational.exp: print value of x==y==z
6401 PASS: gdb.base/relational.exp: set variable z
6402 PASS: gdb.base/relational.exp: print value of x!=y!=z
6403 PASS: gdb.base/relational.exp: set variable x
6404 PASS: gdb.base/relational.exp: set variable y
6405 PASS: gdb.base/relational.exp: set variable z
6406 PASS: gdb.base/relational.exp: print value of x<y==z
6407 PASS: gdb.base/relational.exp: print value of x<y!=z
6408 PASS: gdb.base/relational.exp: set variable x
6409 PASS: gdb.base/relational.exp: set variable y
6410 PASS: gdb.base/relational.exp: set variable z
6411 PASS: gdb.base/relational.exp: print value of x<y<=z
6412 PASS: gdb.base/relational.exp: print value of x<y>=z
6413 PASS: gdb.base/relational.exp: set variable z
6414 PASS: gdb.base/relational.exp: print value of x<y>z
6415 PASS: gdb.base/relational.exp: set variable x
6416 PASS: gdb.base/relational.exp: print value of x>y>=z
6417 PASS: gdb.base/relational.exp: set variable z
6418 PASS: gdb.base/relational.exp: print value of x>y==z
6419 PASS: gdb.base/relational.exp: set variable x
6420 PASS: gdb.base/relational.exp: set variable z
6421 PASS: gdb.base/relational.exp: print value of x>y!=z
6422 PASS: gdb.base/relational.exp: set x to 4
6423 PASS: gdb.base/relational.exp: print value of x>y<=z
6424 PASS: gdb.base/relational.exp: print value of x>=y==z
6425 PASS: gdb.base/relational.exp: set variable x
6426 PASS: gdb.base/relational.exp: print value of x>=y!=z
6427 PASS: gdb.base/relational.exp: set variable x
6428 PASS: gdb.base/relational.exp: set variable z
6429 PASS: gdb.base/relational.exp: print value of x>=y<=z
6430 PASS: gdb.base/relational.exp: print value of x<=y==z
6431 PASS: gdb.base/relational.exp: set variable x
6432 PASS: gdb.base/relational.exp: print value of x<=y!=z
6433 PASS: gdb.base/relational.exp: print value of x==y!=z
6434 PASS: gdb.base/relational.exp: set variable z
6435 PASS: gdb.base/relational.exp: print value of x>=(y<z)
6436 PASS: gdb.base/relational.exp: print value of x>=(y!=z)
6437 PASS: gdb.base/relational.exp: print value of x==(y==z)
6438 PASS: gdb.base/relational.exp: set variable x
6439 PASS: gdb.base/relational.exp: set variable z
6440 PASS: gdb.base/relational.exp: print value of (x==y)<z
6441 Running ./gdb.base/relativedebug.exp ...
6442 PASS: gdb.base/relativedebug.exp: continue
6443 PASS: gdb.base/relativedebug.exp: pause found in backtrace
6444 Running ./gdb.base/relocate.exp ...
6445 PASS: gdb.base/relocate.exp: add-symbol-file relocate.o 0
6446 PASS: gdb.base/relocate.exp: get address of static_foo
6447 PASS: gdb.base/relocate.exp: get address of static_bar
6448 PASS: gdb.base/relocate.exp: static variables have different addresses
6449 PASS: gdb.base/relocate.exp: get address of global_foo
6450 PASS: gdb.base/relocate.exp: get address of global_bar
6451 PASS: gdb.base/relocate.exp: global variables have different addresses
6452 PASS: gdb.base/relocate.exp: get address of function_foo
6453 PASS: gdb.base/relocate.exp: get address of function_bar
6454 PASS: gdb.base/relocate.exp: functions have different addresses
6455 PASS: gdb.base/relocate.exp: set $offset = 0x10000
6456 PASS: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
6457 PASS: gdb.base/relocate.exp: get address of function_foo
6458 PASS: gdb.base/relocate.exp: function foo has a different address
6459 PASS: gdb.base/relocate.exp: print static_foo
6460 PASS: gdb.base/relocate.exp: print static_bar
6461 PASS: gdb.base/relocate.exp: print global_foo
6462 PASS: gdb.base/relocate.exp: print global_bar
6463 Running ./gdb.base/remote.exp ...
6464 PASS: gdb.base/remote.exp: write-packet default
6465 PASS: gdb.base/remote.exp: set write-packet - NULL
6466 PASS: gdb.base/remote.exp: set remote memory-write-packet-size 20
6467 PASS: gdb.base/remote.exp: set write-packet - small
6468 PASS: gdb.base/remote.exp: set remote memory-write-packet-size 1
6469 PASS: gdb.base/remote.exp: set write-packet - very-small
6470 PASS: gdb.base/remote.exp: timed download `remote' - limit, 398 - set packet size
6471 PASS: gdb.base/remote.exp: timed download `remote' - limit, 398
6472 PASS: gdb.base/remote.exp: timed download `remote' - limit, 400 - set packet size
6473 PASS: gdb.base/remote.exp: timed download `remote' - limit, 400
6474 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 0 - set packet size
6475 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 0 - set write size class
6476 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 16385 - set packet size
6477 PASS: gdb.base/remote.exp: timed download `remote' - limit, 0 - set packet size
6478 PASS: gdb.base/remote.exp: timed download `remote' - limit, 0
6479 PASS: gdb.base/remote.exp: get integer valueof "sizeof (random_data)" (49152)
6480 PASS: gdb.base/remote.exp: x/8ub random_data
6481 PASS: gdb.base/remote.exp: x/8ub random_data + 400 - 4
6482 PASS: gdb.base/remote.exp: x/8ub random_data + 16384 - 4
6483 PASS: gdb.base/remote.exp: set remote memory-read-packet-size 16
6484 PASS: gdb.base/remote.exp: show remote memory-read-packet-size
6485 PASS: gdb.base/remote.exp: x/17ub random_data
6486 PASS: gdb.base/remote.exp: set remote hardware-watchpoint-limit -1
6487 PASS: gdb.base/remote.exp: set remote hardware-breakpoint-limit -1
6488 PASS: gdb.base/remote.exp: set remote hardware-watchpoint-limit 2147483647
6489 PASS: gdb.base/remote.exp: set remote hardware-breakpoint-limit 2147483647
6490 Running ./gdb.base/remotetimeout.exp ...
6491 Running ./gdb.base/reread.exp ...
6492 PASS: gdb.base/reread.exp: breakpoint foo in first file
6493 PASS: gdb.base/reread.exp: run to foo()
6494 UNSUPPORTED: gdb.base/reread.exp: run to foo() second time
6495 UNSUPPORTED: gdb.base/reread.exp: second pass: GDB should check for changes before running
6496 Running ./gdb.base/restore.exp ...
6497 PASS: gdb.base/restore.exp: tbreak caller1
6498 PASS: gdb.base/restore.exp: run to caller1
6499 PASS: gdb.base/restore.exp: caller1 calls callee1; tbreak callee
6500 PASS: gdb.base/restore.exp: caller1 calls callee1; continue to callee
6501 PASS: gdb.base/restore.exp: caller1 calls callee1; return callee now
6502 PASS: gdb.base/restore.exp: caller1 calls callee1; return restored l1 to 32492
6503 PASS: gdb.base/restore.exp: caller1 calls callee2; tbreak callee
6504 PASS: gdb.base/restore.exp: caller1 calls callee2; continue to callee
6505 PASS: gdb.base/restore.exp: caller1 calls callee2; return callee now
6506 PASS: gdb.base/restore.exp: caller1 calls callee2; return restored l1 to 32492
6507 PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee
6508 PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee
6509 PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now
6510 PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492
6511 PASS: gdb.base/restore.exp: caller1 calls callee4; tbreak callee
6512 PASS: gdb.base/restore.exp: caller1 calls callee4; continue to callee
6513 PASS: gdb.base/restore.exp: caller1 calls callee4; return callee now
6514 PASS: gdb.base/restore.exp: caller1 calls callee4; return restored l1 to 32492
6515 PASS: gdb.base/restore.exp: caller1 calls callee5; tbreak callee
6516 PASS: gdb.base/restore.exp: caller1 calls callee5; continue to callee
6517 PASS: gdb.base/restore.exp: caller1 calls callee5; return callee now
6518 PASS: gdb.base/restore.exp: caller1 calls callee5; return restored l1 to 32492
6519 PASS: gdb.base/restore.exp: tbreak caller2
6520 PASS: gdb.base/restore.exp: run to caller2
6521 PASS: gdb.base/restore.exp: caller2 calls callee1; tbreak callee
6522 PASS: gdb.base/restore.exp: caller2 calls callee1; continue to callee
6523 PASS: gdb.base/restore.exp: caller2 calls callee1; return callee now
6524 PASS: gdb.base/restore.exp: caller2 calls callee1; return restored l1 to 32492
6525 PASS: gdb.base/restore.exp: caller2 calls callee1; return restored l2 to 32493
6526 PASS: gdb.base/restore.exp: caller2 calls callee2; tbreak callee
6527 PASS: gdb.base/restore.exp: caller2 calls callee2; continue to callee
6528 PASS: gdb.base/restore.exp: caller2 calls callee2; return callee now
6529 PASS: gdb.base/restore.exp: caller2 calls callee2; return restored l1 to 32492
6530 PASS: gdb.base/restore.exp: caller2 calls callee2; return restored l2 to 32493
6531 PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee
6532 PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee
6533 PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now
6534 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492
6535 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493
6536 PASS: gdb.base/restore.exp: caller2 calls callee4; tbreak callee
6537 PASS: gdb.base/restore.exp: caller2 calls callee4; continue to callee
6538 PASS: gdb.base/restore.exp: caller2 calls callee4; return callee now
6539 PASS: gdb.base/restore.exp: caller2 calls callee4; return restored l1 to 32492
6540 PASS: gdb.base/restore.exp: caller2 calls callee4; return restored l2 to 32493
6541 PASS: gdb.base/restore.exp: caller2 calls callee5; tbreak callee
6542 PASS: gdb.base/restore.exp: caller2 calls callee5; continue to callee
6543 PASS: gdb.base/restore.exp: caller2 calls callee5; return callee now
6544 PASS: gdb.base/restore.exp: caller2 calls callee5; return restored l1 to 32492
6545 PASS: gdb.base/restore.exp: caller2 calls callee5; return restored l2 to 32493
6546 PASS: gdb.base/restore.exp: tbreak caller3
6547 PASS: gdb.base/restore.exp: run to caller3
6548 PASS: gdb.base/restore.exp: caller3 calls callee1; tbreak callee
6549 PASS: gdb.base/restore.exp: caller3 calls callee1; continue to callee
6550 PASS: gdb.base/restore.exp: caller3 calls callee1; return callee now
6551 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492
6552 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l2 to 32493
6553 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l3 to 32494
6554 PASS: gdb.base/restore.exp: caller3 calls callee2; tbreak callee
6555 PASS: gdb.base/restore.exp: caller3 calls callee2; continue to callee
6556 PASS: gdb.base/restore.exp: caller3 calls callee2; return callee now
6557 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492
6558 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l2 to 32493
6559 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l3 to 32494
6560 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee
6561 PASS: gdb.base/restore.exp: caller3 calls callee3; continue to callee
6562 PASS: gdb.base/restore.exp: caller3 calls callee3; return callee now
6563 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492
6564 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l2 to 32493
6565 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l3 to 32494
6566 PASS: gdb.base/restore.exp: caller3 calls callee4; tbreak callee
6567 PASS: gdb.base/restore.exp: caller3 calls callee4; continue to callee
6568 PASS: gdb.base/restore.exp: caller3 calls callee4; return callee now
6569 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492
6570 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l2 to 32493
6571 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l3 to 32494
6572 PASS: gdb.base/restore.exp: caller3 calls callee5; tbreak callee
6573 PASS: gdb.base/restore.exp: caller3 calls callee5; continue to callee
6574 PASS: gdb.base/restore.exp: caller3 calls callee5; return callee now
6575 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492
6576 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l2 to 32493
6577 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l3 to 32494
6578 PASS: gdb.base/restore.exp: tbreak caller4
6579 PASS: gdb.base/restore.exp: run to caller4
6580 PASS: gdb.base/restore.exp: caller4 calls callee1; tbreak callee
6581 PASS: gdb.base/restore.exp: caller4 calls callee1; continue to callee
6582 PASS: gdb.base/restore.exp: caller4 calls callee1; return callee now
6583 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492
6584 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493
6585 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l3 to 32494
6586 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l4 to 32495
6587 PASS: gdb.base/restore.exp: caller4 calls callee2; tbreak callee
6588 PASS: gdb.base/restore.exp: caller4 calls callee2; continue to callee
6589 PASS: gdb.base/restore.exp: caller4 calls callee2; return callee now
6590 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492
6591 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493
6592 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l3 to 32494
6593 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l4 to 32495
6594 PASS: gdb.base/restore.exp: caller4 calls callee3; tbreak callee
6595 PASS: gdb.base/restore.exp: caller4 calls callee3; continue to callee
6596 PASS: gdb.base/restore.exp: caller4 calls callee3; return callee now
6597 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492
6598 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493
6599 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l3 to 32494
6600 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l4 to 32495
6601 PASS: gdb.base/restore.exp: caller4 calls callee4; tbreak callee
6602 PASS: gdb.base/restore.exp: caller4 calls callee4; continue to callee
6603 PASS: gdb.base/restore.exp: caller4 calls callee4; return callee now
6604 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492
6605 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493
6606 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l3 to 32494
6607 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l4 to 32495
6608 PASS: gdb.base/restore.exp: caller4 calls callee5; tbreak callee
6609 PASS: gdb.base/restore.exp: caller4 calls callee5; continue to callee
6610 PASS: gdb.base/restore.exp: caller4 calls callee5; return callee now
6611 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492
6612 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493
6613 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l3 to 32494
6614 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l4 to 32495
6615 PASS: gdb.base/restore.exp: tbreak caller5
6616 PASS: gdb.base/restore.exp: run to caller5
6617 PASS: gdb.base/restore.exp: caller5 calls callee1; tbreak callee
6618 PASS: gdb.base/restore.exp: caller5 calls callee1; continue to callee
6619 PASS: gdb.base/restore.exp: caller5 calls callee1; return callee now
6620 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492
6621 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493
6622 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494
6623 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l4 to 32495
6624 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l5 to 32496
6625 PASS: gdb.base/restore.exp: caller5 calls callee2; tbreak callee
6626 PASS: gdb.base/restore.exp: caller5 calls callee2; continue to callee
6627 PASS: gdb.base/restore.exp: caller5 calls callee2; return callee now
6628 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492
6629 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493
6630 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494
6631 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l4 to 32495
6632 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l5 to 32496
6633 PASS: gdb.base/restore.exp: caller5 calls callee3; tbreak callee
6634 PASS: gdb.base/restore.exp: caller5 calls callee3; continue to callee
6635 PASS: gdb.base/restore.exp: caller5 calls callee3; return callee now
6636 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492
6637 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493
6638 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494
6639 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l4 to 32495
6640 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l5 to 32496
6641 PASS: gdb.base/restore.exp: caller5 calls callee4; tbreak callee
6642 PASS: gdb.base/restore.exp: caller5 calls callee4; continue to callee
6643 PASS: gdb.base/restore.exp: caller5 calls callee4; return callee now
6644 FAIL: gdb.base
6645 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493
6646 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494
6647 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l4 to 32495
6648 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l5 to 32496
6649 PASS: gdb.base/restore.exp: caller5 calls callee5; tbreak callee
6650 PASS: gdb.base/restore.exp: caller5 calls callee5; continue to callee
6651 PASS: gdb.base/restore.exp: caller5 calls callee5; return callee now
6652 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492
6653 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493
6654 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494
6655 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l4 to 32495
6656 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l5 to 32496
6657 Running ./gdb.base/return2.exp ...
6658 PASS: gdb.base/return2.exp: set break on void_func
6659 PASS: gdb.base/return2.exp: continue to void_func
6660 PASS: gdb.base/return2.exp: return from void_func
6661 PASS: gdb.base/return2.exp: void function returned successfully
6662 PASS: gdb.base/return2.exp: set break on char_func
6663 PASS: gdb.base/return2.exp: continue to char_func
6664 PASS: gdb.base/return2.exp: return from char_func
6665 PASS: gdb.base/return2.exp: char value returned successfully
6666 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6667 PASS: gdb.base/return2.exp: set break on short_func
6668 PASS: gdb.base/return2.exp: continue to short_func
6669 PASS: gdb.base/return2.exp: return from short_func
6670 PASS: gdb.base/return2.exp: short value returned successfully
6671 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6672 PASS: gdb.base/return2.exp: set break on int_func
6673 PASS: gdb.base/return2.exp: continue to int_func
6674 PASS: gdb.base/return2.exp: return from int_func
6675 PASS: gdb.base/return2.exp: int value returned successfully
6676 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6677 PASS: gdb.base/return2.exp: set break on long_func
6678 PASS: gdb.base/return2.exp: continue to long_func
6679 PASS: gdb.base/return2.exp: return from long_func
6680 PASS: gdb.base/return2.exp: long value returned successfully
6681 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6682 PASS: gdb.base/return2.exp: set break on long_long_func
6683 PASS: gdb.base/return2.exp: continue to long_long_func
6684 PASS: gdb.base/return2.exp: return from long_long_func
6685 PASS: gdb.base/return2.exp: long_long value returned successfully
6686 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6687 PASS: gdb.base/return2.exp: set break on float_func
6688 PASS: gdb.base/return2.exp: continue to float_func
6689 PASS: gdb.base/return2.exp: return from float_func
6690 PASS: gdb.base/return2.exp: float value returned successfully
6691 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6692 PASS: gdb.base/return2.exp: set break on double_func
6693 PASS: gdb.base/return2.exp: continue to double_func
6694 PASS: gdb.base/return2.exp: return from double_func
6695 PASS: gdb.base/return2.exp: double value returned successfully
6696 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6697 Running ./gdb.base/return.exp ...
6698 PASS: gdb.base/return.exp: simple return
6699 PASS: gdb.base/return.exp: break func2
6700 PASS: gdb.base/return.exp: break func3
6701 PASS: gdb.base/return.exp: continue to return of -5
6702 PASS: gdb.base/return.exp: next over call to func2
6703 PASS: gdb.base/return.exp: correct value returned (integer test)
6704 PASS: gdb.base/return.exp: continue to return of -5.0
6705 PASS: gdb.base/return.exp: next over call to func3
6706 PASS: gdb.base/return.exp: correct value returned double test (known problem with sparc solaris)
6707 Running ./gdb.base/return-nodebug.exp ...
6708 PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info without a cast
6709 PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info with a cast
6710 PASS: gdb.base/return-nodebug.exp: signed-char: advance to marker
6711 PASS: gdb.base/return-nodebug.exp: signed-char: full width of the returned result
6712 PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info without a cast
6713 PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info with a cast
6714 PASS: gdb.base/return-nodebug.exp: short: advance to marker
6715 PASS: gdb.base/return-nodebug.exp: short: full width of the returned result
6716 PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info without a cast
6717 PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info with a cast
6718 PASS: gdb.base/return-nodebug.exp: int: advance to marker
6719 PASS: gdb.base/return-nodebug.exp: int: full width of the returned result
6720 PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info without a cast
6721 PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info with a cast
6722 PASS: gdb.base/return-nodebug.exp: long: advance to marker
6723 PASS: gdb.base/return-nodebug.exp: long: full width of the returned result
6724 PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info without a cast
6725 PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info with a cast
6726 PASS: gdb.base/return-nodebug.exp: long-long: advance to marker
6727 PASS: gdb.base/return-nodebug.exp: long-long: full width of the returned result
6728 PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info without a cast
6729 PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info with a cast
6730 PASS: gdb.base/return-nodebug.exp: float: advance to marker
6731 PASS: gdb.base/return-nodebug.exp: float: full width of the returned result
6732 PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info without a cast
6733 PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info with a cast
6734 PASS: gdb.base/return-nodebug.exp: double: advance to marker
6735 PASS: gdb.base/return-nodebug.exp: double: full width of the returned result
6736 Running ./gdb.base/save-bp.exp ...
6737 PASS: gdb.base/save-bp.exp: add breakpoint commands
6738 PASS: gdb.base/save-bp.exp: dprintf save-bp.c:33,"At foo entry\n"
6739 PASS: gdb.base/save-bp.exp: save breakpoint bps
6740 PASS: gdb.base/save-bp.exp: source bps
6741 PASS: gdb.base/save-bp.exp: info break
6742 Running ./gdb.base/savedregs.exp ...
6743 PASS: gdb.base/savedregs.exp: advance thrower
6744 PASS: gdb.base/savedregs.exp: Get main info frame
6745 PASS: gdb.base/savedregs.exp: handle SIGSEGV pass print nostop
6746 PASS: gdb.base/savedregs.exp: handle SIGILL pass print nostop
6747 PASS: gdb.base/savedregs.exp: advance catcher
6748 PASS: gdb.base/savedregs.exp: Get sigtramp info frame
6749 PASS: gdb.base/savedregs.exp: Get thrower info frame
6750 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
6751 PASS: gdb.base/savedregs.exp: break caller
6752 PASS: gdb.base/savedregs.exp: call caller (1,2,3,4,5,6,7,8)
6753 PASS: gdb.base/savedregs.exp: Get dummy info frame
6754 PASS: gdb.base/savedregs.exp: Get catcher info frame
6755 PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
6756 PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains caller dummy catcher sigtramp thrower main
6757 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains caller dummy catcher sigtramp thrower main
6758 PASS: gdb.base/savedregs.exp: advance callee
6759 PASS: gdb.base/savedregs.exp: Get caller info frame
6760 PASS: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
6761 PASS: gdb.base/savedregs.exp: Check catcher info frame; stack contains callee caller dummy catcher sigtramp thrower main
6762 PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains callee caller dummy catcher sigtramp thrower main
6763 PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains callee caller dummy catcher sigtramp thrower main
6764 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains callee caller dummy catcher sigtramp thrower main
6765 Running ./gdb.base/scope.exp ...
6766 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6767 UNSUPPORTED: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss before run
6768 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal before run
6769 PASS: gdb.base/scope.exp: next over init0() in main
6770 PASS: gdb.base/scope.exp: print filelocal
6771 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at main
6772 PASS: gdb.base/scope.exp: print filelocal_bss
6773 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_main
6774 PASS: gdb.base/scope.exp: print filelocal_ro in test_at_main
6775 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6776 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal
6777 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss
6778 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro
6779 PASS: gdb.base/scope.exp: print foo::funclocal
6780 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal
6781 PASS: gdb.base/scope.exp: print foo::funclocal_ro
6782 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro
6783 PASS: gdb.base/scope.exp: print bar::funclocal
6784 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal
6785 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at foo
6786 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_foo
6787 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6788 PASS: gdb.base/scope.exp: print filelocal at foo
6789 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at foo
6790 PASS: gdb.base/scope.exp: print filelocal_bss at foo
6791 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at foo
6792 PASS: gdb.base/scope.exp: print filelocal_ro at foo
6793 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at foo
6794 PASS: gdb.base/scope.exp: print funclocal at foo
6795 PASS: gdb.base/scope.exp: print foo::funclocal at foo
6796 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at foo
6797 PASS: gdb.base/scope.exp: print funclocal_bss at foo
6798 PASS: gdb.base/scope.exp: print foo::funclocal_bss at foo
6799 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at foo
6800 PASS: gdb.base/scope.exp: print funclocal_ro at foo
6801 PASS: gdb.base/scope.exp: print foo::funclocal_ro at foo
6802 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at foo
6803 PASS: gdb.base/scope.exp: print bar::funclocal at foo
6804 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at foo
6805 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at bar
6806 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_bar
6807 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro at bar
6808 PASS: gdb.base/scope.exp: print filelocal at bar
6809 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at bar
6810 PASS: gdb.base/scope.exp: print filelocal_bss at bar
6811 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at bar
6812 PASS: gdb.base/scope.exp: print filelocal_ro in test_at_bar
6813 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at bar
6814 PASS: gdb.base/scope.exp: print foo::funclocal at bar
6815 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at bar
6816 PASS: gdb.base/scope.exp: print foo::funclocal_bss at bar
6817 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at bar
6818 PASS: gdb.base/scope.exp: print foo::funclocal_ro at bar
6819 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at bar
6820 PASS: gdb.base/scope.exp: print funclocal at bar
6821 PASS: gdb.base/scope.exp: print bar::funclocal at bar
6822 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at bar
6823 PASS: gdb.base/scope.exp: print funclocal_bss at bar
6824 PASS: gdb.base/scope.exp: print bar::funclocal_bss at bar
6825 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal_bss at bar
6826 PASS: gdb.base/scope.exp: continue to marker2
6827 PASS: gdb.base/scope.exp: up from marker2 in scopes.exp
6828 PASS: gdb.base/scope.exp: print localval, outer scope
6829 PASS: gdb.base/scope.exp: print localval1, outer scope
6830 PASS: gdb.base/scope.exp: print localval2, outer scope
6831 PASS: gdb.base/scope.exp: print localval3, outer scope
6832 PASS: gdb.base/scope.exp: continue to marker3 in scope.exp
6833 PASS: gdb.base/scope.exp: up from marker3 in scope.exp
6834 PASS: gdb.base/scope.exp: print localval, first nested scope
6835 PASS: gdb.base/scope.exp: print localval1, first nested scope
6836 PASS: gdb.base/scope.exp: print localval2, first nested scope
6837 PASS: gdb.base/scope.exp: print localval3, first nested scope
6838 PASS: gdb.base/scope.exp: continue to marker4 in scope.exp
6839 PASS: gdb.base/scope.exp: up from marker4 in scope.exp
6840 PASS: gdb.base/scope.exp: print localval, innermost scope
6841 PASS: gdb.base/scope.exp: print localval1, innermost scope
6842 PASS: gdb.base/scope.exp: print localval2, innermost scope
6843 PASS: gdb.base/scope.exp: print localval3, innermost scope
6844 PASS: gdb.base/scope.exp: continue to marker1
6845 PASS: gdb.base/scope.exp: up from marker1 in scope.exp
6846 PASS: gdb.base/scope.exp: 100 auto variables correctly initialized
6847 PASS: gdb.base/scope.exp: args in correct order
6848 Running ./gdb.base/sect-cmd.exp ...
6849 Running ./gdb.base/sepdebug.exp ...
6850 PASS: gdb.base/sepdebug.exp: breakpoint function
6851 PASS: gdb.base/sepdebug.exp: breakpoint quoted function
6852 PASS: gdb.base/sepdebug.exp: breakpoint function in file
6853 PASS: gdb.base/sepdebug.exp: use `list' to establish default source file
6854 PASS: gdb.base/sepdebug.exp: breakpoint line number
6855 PASS: gdb.base/sepdebug.exp: breakpoint duplicate
6856 PASS: gdb.base/sepdebug.exp: breakpoint line number in file
6857 PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line if conditional
6858 PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line while conditional
6859 PASS: gdb.base/sepdebug.exp: breakpoint info
6860 PASS: gdb.base/sepdebug.exp: run until function breakpoint
6861 PASS: gdb.base/sepdebug.exp: run until breakpoint set at a line number
6862 PASS: gdb.base/sepdebug.exp: run until file:function(6) breakpoint
6863 PASS: gdb.base/sepdebug.exp: run until file:function(5) breakpoint
6864 PASS: gdb.base/sepdebug.exp: run until file:function(4) breakpoint
6865 PASS: gdb.base/sepdebug.exp: run until file:function(3) breakpoint
6866 PASS: gdb.base/sepdebug.exp: run until file:function(2) breakpoint
6867 PASS: gdb.base/sepdebug.exp: run until file:function(1) breakpoint
6868 PASS: gdb.base/sepdebug.exp: run until quoted breakpoint
6869 PASS: gdb.base/sepdebug.exp: run until file:linenum breakpoint
6870 PASS: gdb.base/sepdebug.exp: breakpoint offset +1
6871 PASS: gdb.base/sepdebug.exp: step onto breakpoint
6872 PASS: gdb.base/sepdebug.exp: Temporary breakpoint function
6873 PASS: gdb.base/sepdebug.exp: Temporary breakpoint function in file
6874 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #1
6875 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #2
6876 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #1
6877 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #2
6878 PASS: gdb.base/sepdebug.exp: Temporary breakpoint info
6879 PASS: gdb.base/sepdebug.exp: catch requires an event name
6880 PASS: gdb.base/sepdebug.exp: set catch fork, never expected to trigger
6881 PASS: gdb.base/sepdebug.exp: set catch vfork, never expected to trigger
6882 PASS: gdb.base/sepdebug.exp: set catch exec, never expected to trigger
6883 PASS: gdb.base/sepdebug.exp: set breakpoint pending off
6884 PASS: gdb.base/sepdebug.exp: break on non-existent source line
6885 PASS: gdb.base/sepdebug.exp: until bp_location1
6886 PASS: gdb.base/sepdebug.exp: break on default location, 1st time
6887 PASS: gdb.base/sepdebug.exp: break on default location, 2nd time
6888 PASS: gdb.base/sepdebug.exp: break on default location, 3rd time
6889 PASS: gdb.base/sepdebug.exp: break on default location, 4th time
6890 PASS: gdb.base/sepdebug.exp: set to-be-silent break bp_location1
6891 PASS: gdb.base/sepdebug.exp: set silent break bp_location1
6892 PASS: gdb.base/sepdebug.exp: info silent break bp_location1
6893 PASS: gdb.base/sepdebug.exp: hit silent break bp_location1
6894 PASS: gdb.base/sepdebug.exp: stopped for silent break bp_location1
6895 PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on non-existent thread disallowed
6896 PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on bogus thread ID disallowed
6897 PASS: gdb.base/sepdebug.exp: breakpoint with trailing garbage disallowed
6898 PASS: gdb.base/sepdebug.exp: step over breakpoint
6899 PASS: gdb.base/sepdebug.exp: clear line has no breakpoint disallowed
6900 PASS: gdb.base
6901 PASS: gdb.base/sepdebug.exp: break marker3 #1
6902 PASS: gdb.base/sepdebug.exp: break marker3 #2
6903 PASS: gdb.base/sepdebug.exp: clear marker3
6904 PASS: gdb.base/sepdebug.exp: set convenience variable $foo to bp_location11
6905 PASS: gdb.base/sepdebug.exp: set breakpoint via convenience variable
6906 PASS: gdb.base/sepdebug.exp: set convenience variable $foo to 81.5
6907 PASS: gdb.base/sepdebug.exp: set breakpoint via non-integer convenience variable disallowed
6908 PASS: gdb.base/sepdebug.exp: set breakpoint on to-be-called function
6909 PASS: gdb.base/sepdebug.exp: hit breakpoint on called function
6910 PASS: gdb.base/sepdebug.exp: backtrace while in called function
6911 PASS: gdb.base/sepdebug.exp: finish from called function
6912 PASS: gdb.base/sepdebug.exp: finish with arguments disallowed
6913 PASS: gdb.base/sepdebug.exp: finish from outermost frame disallowed
6914 PASS: gdb.base/sepdebug.exp: kill program
6915 PASS: gdb.base/sepdebug.exp: break at factorial
6916 PASS: gdb.base/sepdebug.exp: continue to factorial(5)
6917 PASS: gdb.base/sepdebug.exp: backtrace from factorial(5)
6918 PASS: gdb.base/sepdebug.exp: next to recursive call
6919 PASS: gdb.base/sepdebug.exp: next over recursive call
6920 PASS: gdb.base/sepdebug.exp: backtrace from factorial(5.1)
6921 PASS: gdb.base/sepdebug.exp: continue until exit at recursive next test
6922 PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location
6923 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file
6924 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file
6925 PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file
6926 PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
6927 PASS: gdb.base/sepdebug.exp: CRC mismatch is reported
6928 PASS: gdb.base/sepdebug.exp: build-id support by binutils
6929 PASS: gdb.base/sepdebug.exp: build-id: set separate debug location
6930 PASS: gdb.base/sepdebug.exp: build-id: breakpoint function, optimized file
6931 PASS: gdb.base/sepdebug.exp: build-id: breakpoint small function, optimized file
6932 PASS: gdb.base/sepdebug.exp: build-id: run until function breakpoint, optimized file
6933 PASS: gdb.base/sepdebug.exp: build-id: run until breakpoint set at small function, optimized file
6934 PASS: gdb.base/sepdebug.exp: multiple-dirs: set separate debug location
6935 PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint function, optimized file
6936 PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint small function, optimized file
6937 PASS: gdb.base/sepdebug.exp: multiple-dirs: run until function breakpoint, optimized file
6938 PASS: gdb.base/sepdebug.exp: multiple-dirs: run until breakpoint set at small function, optimized file
6939 Running ./gdb.base/sep.exp ...
6940 PASS: gdb.base/sep.exp: list using location inside included file
6941 PASS: gdb.base/sep.exp: breakpoint inside included file
6942 Running ./gdb.base/sepsymtab.exp ...
6943 PASS: gdb.base/sepsymtab.exp: info sym main
6944 Running ./gdb.base/set-lang-auto.exp ...
6945 PASS: gdb.base/set-lang-auto.exp: show lang after loading binary
6946 PASS: gdb.base/set-lang-auto.exp: forcing the language to ada
6947 PASS: gdb.base/set-lang-auto.exp: show lang after switching language to ada
6948 PASS: gdb.base/set-lang-auto.exp: switching the language back to auto
6949 PASS: gdb.base/set-lang-auto.exp: show lang after having switched back to auto
6950 Running ./gdb.base/set-noassign.exp ...
6951 PASS: gdb.base/set-noassign.exp: set language ada
6952 PASS: gdb.base/set-noassign.exp: warning for set without assignment
6953 Running ./gdb.base/setshow.exp ...
6954 PASS: gdb.base/setshow.exp: default annotation_level is zero
6955 PASS: gdb.base/setshow.exp: set annotate 2
6956 PASS: gdb.base/setshow.exp: show annotate 2
6957 PASS: gdb.base/setshow.exp: annotation_level 2
6958 PASS: gdb.base/setshow.exp: set annotate 1
6959 PASS: gdb.base/setshow.exp: show annotate (1)
6960 PASS: gdb.base/setshow.exp: annotation_level 1
6961 PASS: gdb.base/setshow.exp: set annotate 0
6962 PASS: gdb.base/setshow.exp: show annotate (0)
6963 PASS: gdb.base/setshow.exp: annotation_level 0
6964 PASS: gdb.base/setshow.exp: set args ~
6965 PASS: gdb.base/setshow.exp: show args ~
6966 PASS: gdb.base/setshow.exp: set args
6967 PASS: gdb.base/setshow.exp: show args
6968 PASS: gdb.base/setshow.exp: set check range on
6969 PASS: gdb.base/setshow.exp: show check range (on)
6970 PASS: gdb.base/setshow.exp: set check range off
6971 PASS: gdb.base/setshow.exp: show check range (off)
6972 PASS: gdb.base/setshow.exp: set check range auto
6973 PASS: gdb.base/setshow.exp: show check range (auto)
6974 PASS: gdb.base/setshow.exp: set check type on
6975 PASS: gdb.base/setshow.exp: show check type (on)
6976 PASS: gdb.base/setshow.exp: set check type off
6977 PASS: gdb.base/setshow.exp: show check type (off)
6978 PASS: gdb.base/setshow.exp: set complaints 100
6979 PASS: gdb.base/setshow.exp: show complaints (100)
6980 PASS: gdb.base/setshow.exp: set complaints 0
6981 PASS: gdb.base/setshow.exp: show complaints (0)
6982 PASS: gdb.base/setshow.exp: set confirm off
6983 PASS: gdb.base/setshow.exp: show confirm (off)
6984 PASS: gdb.base/setshow.exp: set confirm on
6985 PASS: gdb.base/setshow.exp: show confirm (on)
6986 PASS: gdb.base/setshow.exp: set editing off
6987 PASS: gdb.base/setshow.exp: show editing (off)
6988 PASS: gdb.base/setshow.exp: set environment FOOBARBAZ
6989 PASS: gdb.base/setshow.exp: show environment FOOBARBAZ
6990 PASS: gdb.base/setshow.exp: set height 100
6991 PASS: gdb.base/setshow.exp: show height
6992 PASS: gdb.base/setshow.exp: set history expansion on
6993 PASS: gdb.base/setshow.exp: show history expansion
6994 PASS: gdb.base/setshow.exp: set history filename foobar.baz
6995 PASS: gdb.base/setshow.exp: show history filename (foobar.baz)
6996 PASS: gdb.base/setshow.exp: set history save on
6997 PASS: gdb.base/setshow.exp: show history save (on)
6998 PASS: gdb.base/setshow.exp: set history size 100
6999 PASS: gdb.base/setshow.exp: show history size (100)
7000 PASS: gdb.base/setshow.exp: set language asm
7001 PASS: gdb.base/setshow.exp: show language (asm)
7002 PASS: gdb.base/setshow.exp: set language java
7003 PASS: gdb.base/setshow.exp: show language (java)
7004 PASS: gdb.base/setshow.exp: complete set language minimal
7005 PASS: gdb.base/setshow.exp: set language auto
7006 PASS: gdb.base/setshow.exp: show language (auto)
7007 PASS: gdb.base/setshow.exp: set listsize 100
7008 PASS: gdb.base/setshow.exp: show listsize (100)
7009 PASS: gdb.base/setshow.exp: set prompt FooBarBaz
7010 PASS: gdb.base/setshow.exp: show prompt FooBarBaz
7011 PASS: gdb.base/setshow.exp: set prompt gdb
7012 PASS: gdb.base/setshow.exp: set radix 11
7013 PASS: gdb.base/setshow.exp: set radix 16
7014 PASS: gdb.base/setshow.exp: show radix (16)
7015 PASS: gdb.base/setshow.exp: set radix 10
7016 PASS: gdb.base/setshow.exp: show radix (10)
7017 PASS: gdb.base/setshow.exp: set width 90
7018 PASS: gdb.base/setshow.exp: show width (90)
7019 PASS: gdb.base/setshow.exp: set write on
7020 PASS: gdb.base/setshow.exp: show write (on)
7021 PASS: gdb.base/setshow.exp: show user
7022 PASS: gdb.base/setshow.exp: set verbose on
7023 PASS: gdb.base/setshow.exp: show verbose (on)
7024 PASS: gdb.base/setshow.exp: set verbose off
7025 PASS: gdb.base/setshow.exp: show verbose (off)
7026 Running ./gdb.base/setvar.exp ...
7027 PASS: gdb.base/setvar.exp: set print sevenbit-strings
7028 PASS: gdb.base/setvar.exp: set variable char=0
7029 PASS: gdb.base/setvar.exp: set variable char=1
7030 PASS: gdb.base/setvar.exp: set variable char=7 (Bel)
7031 PASS: gdb.base/setvar.exp: set variable char=32 (SPC)
7032 PASS: gdb.base/setvar.exp: set variable char=65 ('A')
7033 PASS: gdb.base/setvar.exp: set variable char=97 ('a')
7034 PASS: gdb.base/setvar.exp: set variable char=126 ('~')
7035 PASS: gdb.base/setvar.exp: set variable char=127 (8-bit)
7036 PASS: gdb.base/setvar.exp: set variable signed char=0
7037 PASS: gdb.base/setvar.exp: set variable signed char=1
7038 PASS: gdb.base/setvar.exp: set variable signed char=7 (Bel)
7039 PASS: gdb.base/setvar.exp: set variable signed char=32 (SPC)
7040 PASS: gdb.base/setvar.exp: set variable signed char=65 ('A')
7041 PASS: gdb.base/setvar.exp: set variable signed char=97 ('a')
7042 PASS: gdb.base/setvar.exp: set variable signed char=126 ('~')
7043 PASS: gdb.base/setvar.exp: set variable signed char=127 (8-bit)
7044 PASS: gdb.base/setvar.exp: set variable v_signed_char=-1
7045 PASS: gdb.base/setvar.exp: set variable signed char=-1 (-1)
7046 PASS: gdb.base/setvar.exp: set variable v_signed_char=0xFF
7047 PASS: gdb.base/setvar.exp: set variable signed char=0xFF (0xFF)
7048 PASS: gdb.base/setvar.exp: set variable unsigned char=0
7049 PASS: gdb.base/setvar.exp: set variable unsigned char=1
7050 PASS: gdb.base/setvar.exp: set variable unsigned char=7 (Bel)
7051 PASS: gdb.base/setvar.exp: set variable unsigned char=32 (SPC)
7052 PASS: gdb.base/setvar.exp: set variable unsigned char=65 ('A')
7053 PASS: gdb.base/setvar.exp: set variable unsigned char=97 ('a')
7054 PASS: gdb.base/setvar.exp: set variable unsigned char=126 ('~')
7055 PASS: gdb.base/setvar.exp: set variable unsigned char=255 (8-bit)
7056 PASS: gdb.base/setvar.exp: set variable short=0
7057 PASS: gdb.base/setvar.exp: set variable short=1
7058 PASS: gdb.base/setvar.exp: set variable short=-1 (minus)
7059 PASS: gdb.base/setvar.exp: set variable signed short=0
7060 PASS: gdb.base/setvar.exp: set variable signed short=1
7061 PASS: gdb.base/setvar.exp: set variable signed short=-1 (minus)
7062 PASS: gdb.base/setvar.exp: set variable unsigned short=0
7063 PASS: gdb.base/setvar.exp: set variable unsigned short=1
7064 PASS: gdb.base/setvar.exp: set variable unsigned short=~0 (minus)
7065 PASS: gdb.base/setvar.exp: set variable int=0
7066 PASS: gdb.base/setvar.exp: set variable int=1
7067 PASS: gdb.base/setvar.exp: set variable int=-1 (minus)
7068 PASS: gdb.base/setvar.exp: set variable signed int=0
7069 PASS: gdb.base/setvar.exp: set variable signed int=1
7070 PASS: gdb.base/setvar.exp: set variable signed int=-1 (minus)
7071 PASS: gdb.base/setvar.exp: set variable unsigned int=0
7072 PASS: gdb.base/setvar.exp: set variable unsigned int=1
7073 PASS: gdb.base/setvar.exp: set variable unsigned int=~0 (minus)
7074 PASS: gdb.base/setvar.exp: set variable long=0
7075 PASS: gdb.base/setvar.exp: set variable long=1
7076 PASS: gdb.base/setvar.exp: set variable long=-1 (minus)
7077 PASS: gdb.base/setvar.exp: set variable signed long=0
7078 PASS: gdb.base/setvar.exp: set variable signed long=1
7079 PASS: gdb.base/setvar.exp: set variable signed long=-1 (minus)
7080 PASS: gdb.base/setvar.exp: set variable unsigned long=0
7081 PASS: gdb.base/setvar.exp: set variable unsigned long=1
7082 PASS: gdb.base/setvar.exp: set variable unsigned long=~0 (minus)
7083 PASS: gdb.base/setvar.exp: set variable float=0
7084 PASS: gdb.base/setvar.exp: set variable float=1
7085 PASS: gdb.base/setvar.exp: set variable float=-1 (minus)
7086 PASS: gdb.base/setvar.exp: set variable double=0
7087 PASS: gdb.base/setvar.exp: set variable double=1
7088 PASS: gdb.base/setvar.exp: set variable double=-1 (minus)
7089 PASS: gdb.base/setvar.exp: set variable char array="hi" (string)
7090 PASS: gdb.base/setvar.exp: set variable signed char array="hi" (string)
7091 PASS: gdb.base/setvar.exp: set variable unsigned char array="hi" (string)
7092 PASS: gdb.base/setvar.exp: set variable short array
7093 PASS: gdb.base/setvar.exp: set variable signed short array
7094 PASS: gdb.base/setvar.exp: set variable unsigned short array
7095 PASS: gdb.base/setvar.exp: set variable int array
7096 PASS: gdb.base/setvar.exp: set variable signed int array
7097 PASS: gdb.base/setvar.exp: set variable unsigned int array
7098 PASS: gdb.base/setvar.exp: set variable long array
7099 PASS: gdb.base/setvar.exp: set variable signed long array
7100 PASS: gdb.base/setvar.exp: set variable unsigned long array
7101 PASS: gdb.base/setvar.exp: set variable float array
7102 PASS: gdb.base/setvar.exp: set variable double array
7103 PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string)
7104 PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string) (#2)
7105 PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string)
7106 PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string) (#2)
7107 PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string)
7108 PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string) (#2)
7109 PASS: gdb.base/setvar.exp: set variable short pointer
7110 PASS: gdb.base/setvar.exp: set variable short pointer (#2)
7111 PASS: gdb.base/setvar.exp: set v_signed_short_pointer=v_signed_short_array
7112 PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer)=123
7113 PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer+1)=-456
7114 PASS: gdb.base/setvar.exp: set variable signed short pointer
7115 PASS: gdb.base/setvar.exp: print *(v_signed_short_pointer+1)
7116 PASS: gdb.base/setvar.exp: set v_unsigned_short_pointer=v_unsigned_short_array
7117 PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer)=123
7118 PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer+1)=-456
7119 PASS: gdb.base/setvar.exp: set variable unsigned short pointer
7120 PASS: gdb.base/setvar.exp: print *(v_unsigned_short_pointer+1)
7121 PASS: gdb.base/setvar.exp: set variable int pointer
7122 PASS: gdb.base/setvar.exp: set variable int pointer (#2)
7123 PASS: gdb.base/setvar.exp: set variable signed int pointer
7124 PASS: gdb.base/setvar.exp: set variable signed int pointer (#2)
7125 PASS: gdb.base/setvar.exp: set variable unsigned int pointer
7126 PASS: gdb.base/setvar.exp: print variable unsigned int pointer+1
7127 PASS: gdb.base/setvar.exp: set variable long pointer
7128 PASS: gdb.base/setvar.exp: set variable long pointer (#2)
7129 PASS: gdb.base/setvar.exp: set variable signed long pointer
7130 PASS: gdb.base/setvar.exp: set variable signed long pointer (#2)
7131 PASS: gdb.base/setvar.exp: set variable unsigned long pointer
7132 PASS: gdb.base/setvar.exp: set variable unsigned long pointer (#2)
7133 PASS: gdb.base/setvar.exp: set variable float pointer
7134 PASS: gdb.base/setvar.exp: set variable float pointer (#2)
7135 PASS: gdb.base/setvar.exp: set variable double pointer
7136 PASS: gdb.base/setvar.exp: set variable double pointer (#2)
7137 PASS: gdb.base/setvar.exp: set variable structure char member
7138 PASS: gdb.base/setvar.exp: set variable structure short member
7139 PASS: gdb.base/setvar.exp: set variable structure int member
7140 PASS: gdb.base/setvar.exp: set variable structure long member
7141 PASS: gdb.base/setvar.exp: set variable structure float member
7142 PASS: gdb.base/setvar.exp: set variable structure double member
7143 PASS: gdb.base/setvar.exp: set print structure #1
7144 PASS: gdb.base/setvar.exp: set print structure #2
7145 PASS: gdb.base/setvar.exp: set print structure #3
7146 PASS: gdb.base/setvar.exp: set print structure #4
7147 PASS: gdb.base/setvar.exp: print sef.field=sm1
7148 PASS: gdb.base/setvar.exp: print sef.field (sm1)
7149 PASS: gdb.base/setvar.exp: print sef.field=s1
7150 PASS: gdb.base/setvar.exp: print sef.field (s1)
7151 PASS: gdb.base/setvar.exp: print uef.field=u2
7152 PASS: gdb.base/setvar.exp: print uef.field (u2)
7153 PASS: gdb.base/setvar.exp: print uef.field=u1
7154 PASS: gdb.base/setvar.exp: print uef.field (u1)
7155 PASS: gdb.base/setvar.exp: print sef.field=7
7156 PASS: gdb.base/setvar.exp: print uef.field=6
7157 Running ./gdb.base/shell.exp ...
7158 PASS: gdb.base/shell.exp: shell echo foo
7159 PASS: gdb.base/shell.exp: ! echo foo
7160 PASS: gdb.base/shell.exp: !echo foo
7161 Running ./gdb.base/shlib-call.exp ...
7162 PASS: gdb.base/shlib-call.exp: set print sevenbit-strings
7163 PASS: gdb.base/shlib-call.exp: set print address off
7164 PASS: gdb.base/shlib-call.exp: set width 0
7165 PASS: gdb.base/shlib-call.exp: next to shr1
7166 PASS: gdb.base/shlib-call.exp: print g
7167 PASS: gdb.base/shlib-call.exp: print g
7168 PASS: gdb.base/shlib-call.exp: breakpoint function shr2
7169 PASS: gdb.base/shlib-call.exp: run until breakpoint set at a function
7170 PASS: gdb.base/shlib-call.exp: print mainshr1(1) from shlib func
7171 PASS: gdb.base/shlib-call.exp: step out of shr2 to main (stopped in shr2 epilogue)
7172 PASS: gdb.base/shlib-call.exp: step out of shr2 epilogue to main
7173 PASS: gdb.base/shlib-call.exp: print mainshr1(1)
7174 PASS: gdb.base/shlib-call.exp: step into mainshr1
7175 PASS: gdb.base/shlib-call.exp: set print sevenbit-strings
7176 PASS: gdb.base/shlib-call.exp: set print address off
7177 PASS: gdb.base/shlib-call.exp: set width 0
7178 Running ./gdb.base/shreloc.exp ...
7179 PASS: gdb.base/shreloc.exp: get address of fn_1
7180 PASS: gdb.base/shreloc.exp: get address of fn_2
7181 PASS: gdb.base/shreloc.exp: relocated extern functions have different addresses
7182 PASS: gdb.base/shreloc.exp: get address of extern_var_1
7183 PASS: gdb.base/shreloc.exp: get address of extern_var_2
7184 PASS: gdb.base/shreloc.exp: relocated extern variables have different addresses
7185 PASS: gdb.base/shreloc.exp: get address of static_var_1
7186 PASS: gdb.base/shreloc.exp: get address of static_var_2
7187 PASS: gdb.base/shreloc.exp: relocated static variables have different addresses
7188 PASS: gdb.base/shreloc.exp: get_msym_addrs static_var_[12]
7189 PASS: gdb.base/shreloc.exp: (msymbol) relocated static vars have different addresses
7190 PASS: gdb.base/shreloc.exp: get_msym_addrs extern_var_[12]
7191 PASS: gdb.base/shreloc.exp: (msymbol) relocated extern vars have different addresses
7192 PASS: gdb.base
7193 PASS: gdb.base/shreloc.exp: (msymbol) relocated functions have different addresses
7194 Running ./gdb.base/sigall.exp ...
7195 PASS: gdb.base/sigall.exp: handle SIGABRT stop print
7196 PASS: gdb.base/sigall.exp: b handle_ABRT
7197 PASS: gdb.base/sigall.exp: b gen_HUP
7198 PASS: gdb.base/sigall.exp: get signal ABRT
7199 PASS: gdb.base/sigall.exp: send signal ABRT
7200 PASS: gdb.base/sigall.exp: advance to HUP
7201 PASS: gdb.base/sigall.exp: handle SIGHUP stop print
7202 PASS: gdb.base/sigall.exp: b handle_HUP
7203 PASS: gdb.base/sigall.exp: b gen_QUIT
7204 PASS: gdb.base/sigall.exp: get signal HUP
7205 PASS: gdb.base/sigall.exp: send signal HUP
7206 PASS: gdb.base/sigall.exp: advance to QUIT
7207 PASS: gdb.base/sigall.exp: handle SIGQUIT stop print
7208 PASS: gdb.base/sigall.exp: b handle_QUIT
7209 PASS: gdb.base/sigall.exp: b gen_ILL
7210 PASS: gdb.base/sigall.exp: get signal QUIT
7211 PASS: gdb.base/sigall.exp: send signal QUIT
7212 PASS: gdb.base/sigall.exp: advance to ILL
7213 PASS: gdb.base/sigall.exp: handle SIGILL stop print
7214 PASS: gdb.base/sigall.exp: b handle_ILL
7215 PASS: gdb.base/sigall.exp: b gen_EMT
7216 PASS: gdb.base/sigall.exp: get signal ILL
7217 PASS: gdb.base/sigall.exp: send signal ILL
7218 PASS: gdb.base/sigall.exp: advance to EMT
7219 PASS: gdb.base/sigall.exp: handle SIGEMT stop print
7220 PASS: gdb.base/sigall.exp: b handle_EMT
7221 PASS: gdb.base/sigall.exp: b gen_FPE
7222 PASS: gdb.base/sigall.exp: send signal EMT
7223 PASS: gdb.base/sigall.exp: advance to FPE
7224 PASS: gdb.base/sigall.exp: handle SIGFPE stop print
7225 PASS: gdb.base/sigall.exp: b handle_FPE
7226 PASS: gdb.base/sigall.exp: b gen_BUS
7227 PASS: gdb.base/sigall.exp: get signal FPE
7228 PASS: gdb.base/sigall.exp: send signal FPE
7229 PASS: gdb.base/sigall.exp: advance to BUS
7230 PASS: gdb.base/sigall.exp: handle SIGBUS stop print
7231 PASS: gdb.base/sigall.exp: b handle_BUS
7232 PASS: gdb.base/sigall.exp: b gen_SEGV
7233 PASS: gdb.base/sigall.exp: get signal BUS
7234 PASS: gdb.base/sigall.exp: send signal BUS
7235 PASS: gdb.base/sigall.exp: advance to SEGV
7236 PASS: gdb.base/sigall.exp: handle SIGSEGV stop print
7237 PASS: gdb.base/sigall.exp: b handle_SEGV
7238 PASS: gdb.base/sigall.exp: b gen_SYS
7239 PASS: gdb.base/sigall.exp: get signal SEGV
7240 PASS: gdb.base/sigall.exp: send signal SEGV
7241 PASS: gdb.base/sigall.exp: advance to SYS
7242 PASS: gdb.base/sigall.exp: handle SIGSYS stop print
7243 PASS: gdb.base/sigall.exp: b handle_SYS
7244 PASS: gdb.base/sigall.exp: b gen_PIPE
7245 PASS: gdb.base/sigall.exp: get signal SYS
7246 PASS: gdb.base/sigall.exp: send signal SYS
7247 PASS: gdb.base/sigall.exp: advance to PIPE
7248 PASS: gdb.base/sigall.exp: handle SIGPIPE stop print
7249 PASS: gdb.base/sigall.exp: b handle_PIPE
7250 PASS: gdb.base/sigall.exp: b gen_ALRM
7251 PASS: gdb.base/sigall.exp: get signal PIPE
7252 PASS: gdb.base/sigall.exp: send signal PIPE
7253 PASS: gdb.base/sigall.exp: advance to ALRM
7254 PASS: gdb.base/sigall.exp: handle SIGALRM stop print
7255 PASS: gdb.base/sigall.exp: b handle_ALRM
7256 PASS: gdb.base/sigall.exp: b gen_URG
7257 PASS: gdb.base/sigall.exp: get signal ALRM
7258 PASS: gdb.base/sigall.exp: send signal ALRM
7259 PASS: gdb.base/sigall.exp: advance to URG
7260 PASS: gdb.base/sigall.exp: handle SIGURG stop print
7261 PASS: gdb.base/sigall.exp: b handle_URG
7262 PASS: gdb.base/sigall.exp: b gen_TSTP
7263 PASS: gdb.base/sigall.exp: get signal URG
7264 PASS: gdb.base/sigall.exp: send signal URG
7265 PASS: gdb.base/sigall.exp: advance to TSTP
7266 PASS: gdb.base/sigall.exp: handle SIGTSTP stop print
7267 PASS: gdb.base/sigall.exp: b handle_TSTP
7268 PASS: gdb.base/sigall.exp: b gen_CONT
7269 PASS: gdb.base/sigall.exp: get signal TSTP
7270 PASS: gdb.base/sigall.exp: send signal TSTP
7271 PASS: gdb.base/sigall.exp: advance to CONT
7272 PASS: gdb.base/sigall.exp: handle SIGCONT stop print
7273 PASS: gdb.base/sigall.exp: b handle_CONT
7274 PASS: gdb.base/sigall.exp: b gen_CHLD
7275 PASS: gdb.base/sigall.exp: get signal CONT
7276 PASS: gdb.base/sigall.exp: send signal CONT
7277 PASS: gdb.base/sigall.exp: advance to CHLD
7278 PASS: gdb.base/sigall.exp: handle SIGCHLD stop print
7279 PASS: gdb.base/sigall.exp: b handle_CHLD
7280 PASS: gdb.base/sigall.exp: b gen_TTIN
7281 PASS: gdb.base/sigall.exp: get signal CHLD
7282 PASS: gdb.base/sigall.exp: send signal CHLD
7283 PASS: gdb.base/sigall.exp: advance to TTIN
7284 PASS: gdb.base/sigall.exp: handle SIGTTIN stop print
7285 PASS: gdb.base/sigall.exp: b handle_TTIN
7286 PASS: gdb.base/sigall.exp: b gen_TTOU
7287 PASS: gdb.base/sigall.exp: get signal TTIN
7288 PASS: gdb.base/sigall.exp: send signal TTIN
7289 PASS: gdb.base/sigall.exp: advance to TTOU
7290 PASS: gdb.base/sigall.exp: handle SIGTTOU stop print
7291 PASS: gdb.base/sigall.exp: b handle_TTOU
7292 PASS: gdb.base/sigall.exp: b gen_IO
7293 PASS: gdb.base/sigall.exp: get signal TTOU
7294 PASS: gdb.base/sigall.exp: send signal TTOU
7295 PASS: gdb.base/sigall.exp: advance to IO
7296 PASS: gdb.base/sigall.exp: handle SIGIO stop print
7297 PASS: gdb.base/sigall.exp: b handle_IO
7298 PASS: gdb.base/sigall.exp: b gen_XCPU
7299 PASS: gdb.base/sigall.exp: get signal IO
7300 PASS: gdb.base/sigall.exp: send signal IO
7301 PASS: gdb.base/sigall.exp: advance to XCPU
7302 PASS: gdb.base/sigall.exp: handle SIGXCPU stop print
7303 PASS: gdb.base/sigall.exp: b handle_XCPU
7304 PASS: gdb.base/sigall.exp: b gen_XFSZ
7305 PASS: gdb.base/sigall.exp: get signal XCPU
7306 PASS: gdb.base/sigall.exp: send signal XCPU
7307 PASS: gdb.base/sigall.exp: advance to XFSZ
7308 PASS: gdb.base/sigall.exp: handle SIGXFSZ stop print
7309 PASS: gdb.base/sigall.exp: b handle_XFSZ
7310 PASS: gdb.base/sigall.exp: b gen_VTALRM
7311 PASS: gdb.base/sigall.exp: get signal XFSZ
7312 PASS: gdb.base/sigall.exp: send signal XFSZ
7313 PASS: gdb.base/sigall.exp: advance to VTALRM
7314 PASS: gdb.base/sigall.exp: handle SIGVTALRM stop print
7315 PASS: gdb.base/sigall.exp: b handle_VTALRM
7316 PASS: gdb.base/sigall.exp: b gen_PROF
7317 PASS: gdb.base/sigall.exp: get signal VTALRM
7318 PASS: gdb.base/sigall.exp: send signal VTALRM
7319 PASS: gdb.base/sigall.exp: advance to PROF
7320 PASS: gdb.base/sigall.exp: handle SIGPROF stop print
7321 PASS: gdb.base/sigall.exp: b handle_PROF
7322 PASS: gdb.base/sigall.exp: b gen_WINCH
7323 PASS: gdb.base/sigall.exp: get signal PROF
7324 PASS: gdb.base/sigall.exp: send signal PROF
7325 PASS: gdb.base/sigall.exp: advance to WINCH
7326 PASS: gdb.base/sigall.exp: handle SIGWINCH stop print
7327 PASS: gdb.base/sigall.exp: b handle_WINCH
7328 PASS: gdb.base/sigall.exp: b gen_LOST
7329 PASS: gdb.base/sigall.exp: get signal WINCH
7330 PASS: gdb.base/sigall.exp: send signal WINCH
7331 PASS: gdb.base/sigall.exp: advance to LOST
7332 PASS: gdb.base/sigall.exp: handle SIGLOST stop print
7333 PASS: gdb.base/sigall.exp: b handle_LOST
7334 PASS: gdb.base/sigall.exp: b gen_USR1
7335 PASS: gdb.base/sigall.exp: send signal LOST
7336 PASS: gdb.base/sigall.exp: advance to USR1
7337 PASS: gdb.base/sigall.exp: handle SIGUSR1 stop print
7338 PASS: gdb.base/sigall.exp: b handle_USR1
7339 PASS: gdb.base/sigall.exp: b gen_USR2
7340 PASS: gdb.base/sigall.exp: get signal USR1
7341 PASS: gdb.base/sigall.exp: send signal USR1
7342 PASS: gdb.base/sigall.exp: advance to USR2
7343 PASS: gdb.base/sigall.exp: handle SIGUSR2 stop print
7344 PASS: gdb.base/sigall.exp: b handle_USR2
7345 PASS: gdb.base/sigall.exp: b gen_PWR
7346 PASS: gdb.base/sigall.exp: get signal USR2
7347 PASS: gdb.base/sigall.exp: send signal USR2
7348 PASS: gdb.base/sigall.exp: advance to PWR
7349 PASS: gdb.base/sigall.exp: handle SIGPWR stop print
7350 PASS: gdb.base/sigall.exp: b handle_PWR
7351 PASS: gdb.base/sigall.exp: b gen_POLL
7352 PASS: gdb.base/sigall.exp: get signal PWR
7353 PASS: gdb.base/sigall.exp: send signal PWR
7354 PASS: gdb.base/sigall.exp: advance to POLL
7355 PASS: gdb.base/sigall.exp: handle SIGPOLL stop print
7356 PASS: gdb.base/sigall.exp: b handle_POLL
7357 PASS: gdb.base/sigall.exp: b gen_WIND
7358 PASS: gdb.base/sigall.exp: send signal POLL
7359 PASS: gdb.base/sigall.exp: advance to WIND
7360 PASS: gdb.base/sigall.exp: handle SIGWIND stop print
7361 PASS: gdb.base/sigall.exp: b handle_WIND
7362 PASS: gdb.base/sigall.exp: b gen_PHONE
7363 PASS: gdb.base/sigall.exp: send signal WIND
7364 PASS: gdb.base/sigall.exp: advance to PHONE
7365 PASS: gdb.base/sigall.exp: handle SIGPHONE stop print
7366 PASS: gdb.base/sigall.exp: b handle_PHONE
7367 PASS: gdb.base/sigall.exp: b gen_WAITING
7368 PASS: gdb.base/sigall.exp: send signal PHONE
7369 PASS: gdb.base/sigall.exp: advance to WAITING
7370 PASS: gdb.base/sigall.exp: handle SIGWAITING stop print
7371 PASS: gdb.base/sigall.exp: b handle_WAITING
7372 PASS: gdb.base/sigall.exp: b gen_LWP
7373 PASS: gdb.base/sigall.exp: send signal WAITING
7374 PASS: gdb.base/sigall.exp: advance to LWP
7375 PASS: gdb.base/sigall.exp: handle SIGLWP stop print
7376 PASS: gdb.base/sigall.exp: b handle_LWP
7377 PASS: gdb.base/sigall.exp: b gen_DANGER
7378 PASS: gdb.base/sigall.exp: send signal LWP
7379 PASS: gdb.base/sigall.exp: advance to DANGER
7380 PASS: gdb.base/sigall.exp: handle SIGDANGER stop print
7381 PASS: gdb.base/sigall.exp: b handle_DANGER
7382 PASS: gdb.base/sigall.exp: b gen_GRANT
7383 PASS: gdb.base/sigall.exp: send signal DANGER
7384 PASS: gdb.base/sigall.exp: advance to GRANT
7385 PASS: gdb.base/sigall.exp: handle SIGGRANT stop print
7386 PASS: gdb.base/sigall.exp: b handle_GRANT
7387 PASS: gdb.base/sigall.exp: b gen_RETRACT
7388 PASS: gdb.base/sigall.exp: send signal GRANT
7389 PASS: gdb.base/sigall.exp: advance to RETRACT
7390 PASS: gdb.base/sigall.exp: handle SIGRETRACT stop print
7391 PASS: gdb.base/sigall.exp: b handle_RETRACT
7392 PASS: gdb.base/sigall.exp: b gen_MSG
7393 PASS: gdb.base/sigall.exp: send signal RETRACT
7394 PASS: gdb.base/sigall.exp: advance to MSG
7395 PASS: gdb.base/sigall.exp: handle SIGMSG stop print
7396 PASS: gdb.base/sigall.exp: b handle_MSG
7397 PASS: gdb.base/sigall.exp: b gen_SOUND
7398 PASS: gdb.base/sigall.exp: send signal MSG
7399 PASS: gdb.base/sigall.exp: advance to SOUND
7400 PASS: gdb.base/sigall.exp: handle SIGSOUND stop print
7401 PASS: gdb.base/sigall.exp: b handle_SOUND
7402 PASS: gdb.base/sigall.exp: b gen_SAK
7403 PASS: gdb.base/sigall.exp: send signal SOUND
7404 PASS: gdb.base/sigall.exp: advance to SAK
7405 PASS: gdb.base/sigall.exp: handle SIGSAK stop print
7406 PASS: gdb.base/sigall.exp: b handle_SAK
7407 PASS: gdb.base/sigall.exp: b gen_PRIO
7408 PASS: gdb.base/sigall.exp: send signal SAK
7409 PASS: gdb.base/sigall.exp: advance to PRIO
7410 PASS: gdb.base/sigall.exp: handle SIGPRIO stop print
7411 PASS: gdb.base/sigall.exp: b handle_PRIO
7412 PASS: gdb.base/sigall.exp: b gen_33
7413 PASS: gdb.base/sigall.exp: send signal PRIO
7414 PASS: gdb.base/sigall.exp: advance to 33
7415 PASS: gdb.base/sigall.exp: handle SIG33 stop print
7416 PASS: gdb.base/sigall.exp: b handle_33
7417 PASS: gdb.base/sigall.exp: b gen_34
7418 PASS: gdb.base/sigall.exp: send signal 33
7419 PASS: gdb.base/sigall.exp: advance to 34
7420 PASS: gdb.base/sigall.exp: handle SIG34 stop print
7421 PASS: gdb.base/sigall.exp: b handle_34
7422 PASS: gdb.base/sigall.exp: b gen_35
7423 PASS: gdb.base/sigall.exp: send signal 34
7424 PASS: gdb.base/sigall.exp: advance to 35
7425 PASS: gdb.base/sigall.exp: handle SIG35 stop print
7426 PASS: gdb.base/sigall.exp: b handle_35
7427 PASS: gdb.base/sigall.exp: b gen_36
7428 PASS: gdb.base/sigall.exp: send signal 35
7429 PASS: gdb.base/sigall.exp: advance to 36
7430 PASS: gdb.base/sigall.exp: handle SIG36 stop print
7431 PASS: gdb.base/sigall.exp: b handle_36
7432 PASS: gdb.base/sigall.exp: b gen_37
7433 PASS: gdb.base/sigall.exp: send signal 36
7434 PASS: gdb.base/sigall.exp: advance to 37
7435 PASS: gdb.base/sigall.exp: handle SIG37 stop print
7436 PASS: gdb.base/sigall.exp: b handle_37
7437 PASS: gdb.base/sigall.exp: b gen_38
7438 PASS: gdb.base/sigall.exp: send signal 37
7439 PASS: gdb.base/sigall.exp: advance to 38
7440 PASS: gdb.base/sigall.exp: handle SIG38 stop print
7441 PASS: gdb.base/sigall.exp: b handle_38
7442 PASS: gdb.base/sigall.exp: b gen_39
7443 PASS: gdb.base/sigall.exp: send signal 38
7444 PASS: gdb.base/sigall.exp: advance to 39
7445 PASS: gdb.base/sigall.exp: handle SIG39 stop print
7446 PASS: gdb.base/sigall.exp: b handle_39
7447 PASS: gdb.base/sigall.exp: b gen_40
7448 PASS: gdb.base/sigall.exp: send signal 39
7449 PASS: gdb.base/sigall.exp: advance to 40
7450 PASS: gdb.base/sigall.exp: handle SIG40 stop print
7451 PASS: gdb.base/sigall.exp: b handle_40
7452 PASS: gdb.base/sigall.exp: b gen_41
7453 PASS: gdb.base/sigall.exp: send signal 40
7454 PASS: gdb.base/sigall.exp: advance to 41
7455 PASS: gdb.base/sigall.exp: handle SIG41 stop print
7456 PASS: gdb.base/sigall.exp: b handle_41
7457 PASS: gdb.base/sigall.exp: b gen_42
7458 PASS: gdb.base/sigall.exp: send signal 41
7459 PASS: gdb.base/sigall.exp: advance to 42
7460 PASS: gdb.base/sigall.exp: handle SIG42 stop print
7461 PASS: gdb.base/sigall.exp: b handle_42
7462 PASS: gdb.base/sigall.exp: b gen_43
7463 PASS: gdb.base/sigall.exp: send signal 42
7464 PASS: gdb.base/sigall.exp: advance to 43
7465 PASS: gdb.base/sigall.exp: handle SIG43 stop print
7466 PASS: gdb.base/sigall.exp: b handle_43
7467 PASS: gdb.base/sigall.exp: b gen_44
7468 PASS: gdb.base/sigall.exp: send signal 43
7469 PASS: gdb.base/sigall.exp: advance to 44
7470 PASS: gdb.base/sigall.exp: handle SIG44 stop print
7471 PASS: gdb.base/sigall.exp: b handle_44
7472 PASS: gdb.base/sigall.exp: b gen_45
7473 PASS: gdb.base/sigall.exp: send signal 44
7474 PASS: gdb.base/sigall.exp: advance to 45
7475 PASS: gdb.base/sigall.exp: handle SIG45 stop print
7476 PASS: gdb.base/sigall.exp: b handle_45
7477 PASS: gdb.base/sigall.exp: b gen_46
7478 PASS: gdb.base/sigall.exp: send signal 45
7479 PASS: gdb.base/sigall.exp: advance to 46
7480 PASS: gdb.base/sigall.exp: handle SIG46 stop print
7481 PASS: gdb.base/sigall.exp: b handle_46
7482 PASS: gdb.base/sigall.exp: b gen_47
7483 PASS: gdb.base/sigall.exp: send signal 46
7484 PASS: gdb.base/sigall.exp: advance to 47
7485 PASS: gdb.base/sigall.exp: handle SIG47 stop print
7486 PASS: gdb.base/sigall.exp: b handle_47
7487 PASS: gdb.base/sigall.exp: b gen_48
7488 PASS: gdb.base/sigall.exp: send signal 47
7489 PASS: gdb.base/sigall.exp: advance to 48
7490 PASS: gdb.base/sigall.exp: handle SIG48 stop print
7491 PASS: gdb.base/sigall.exp: b handle_48
7492 PASS: gdb.base/sigall.exp: b gen_49
7493 PASS: gdb.base/sigall.exp: send signal 48
7494 PASS: gdb.base/sigall.exp: advance to 49
7495 PASS: gdb.base/sigall.exp: handle SIG49 stop print
7496 PASS: gdb.base/sigall.exp: b handle_49
7497 PASS: gdb.base/sigall.exp: b gen_50
7498 PASS: gdb.base/sigall.exp: send signal 49
7499 PASS: gdb.base/sigall.exp: advance to 50
7500 PASS: gdb.base/sigall.exp: handle SIG50 stop print
7501 PASS: gdb.base/sigall.exp: b handle_50
7502 PASS: gdb.base/sigall.exp: b gen_51
7503 PASS: gdb.base/sigall.exp: send signal 50
7504 PASS: gdb.base/sigall.exp: advance to 51
7505 PASS: gdb.base/sigall.exp: handle SIG51 stop print
7506 PASS: gdb.base/sigall.exp: b handle_51
7507 PASS: gdb.base/sigall.exp: b gen_52
7508 PASS: gdb.base/sigall.exp: send signal 51
7509 PASS: gdb.base/sigall.exp: advance to 52
7510 PASS: gdb.base/sigall.exp: handle SIG52 stop print
7511 PASS: gdb.base/sigall.exp: b handle_52
7512 PASS: gdb.base/sigall.exp: b gen_53
7513 PASS: gdb.base/sigall.exp: send signal 52
7514 PASS: gdb.base/sigall.exp: advance to 53
7515 PASS: gdb.base/sigall.exp: handle SIG53 stop print
7516 PASS: gdb.base/sigall.exp: b handle_53
7517 PASS: gdb.base/sigall.exp: b gen_54
7518 PASS: gdb.base/sigall.exp: send signal 53
7519 PASS: gdb.base/sigall.exp: advance to 54
7520 PASS: gdb.base/sigall.exp: handle SIG54 stop print
7521 PASS: gdb.base/sigall.exp: b handle_54
7522 PASS: gdb.base/sigall.exp: b gen_55
7523 PASS: gdb.base/sigall.exp: send signal 54
7524 PASS: gdb.base/sigall.exp: advance to 55
7525 PASS: gdb.base/sigall.exp: handle SIG55 stop print
7526 PASS: gdb.base/sigall.exp: b handle_55
7527 PASS: gdb.base/sigall.exp: b gen_56
7528 PASS: gdb.base/sigall.exp: send signal 55
7529 PASS: gdb.base/sigall.exp: advance to 56
7530 PASS: gdb.base/sigall.exp: handle SIG56 stop print
7531 PASS: gdb.base/sigall.exp: b handle_56
7532 PASS: gdb.base/sigall.exp: b gen_57
7533 PASS: gdb.base/sigall.exp: send signal 56
7534 PASS: gdb.base/sigall.exp: advance to 57
7535 PASS: gdb.base/sigall.exp: handle SIG57 stop print
7536 PASS: gdb.base/sigall.exp: b handle_57
7537 PASS: gdb.base/sigall.exp: b gen_58
7538 PASS: gdb.base/sigall.exp: send signal 57
7539 PASS: gdb.base/sigall.exp: advance to 58
7540 PASS: gdb.base/sigall.exp: handle SIG58 stop print
7541 PASS: gdb.base/sigall.exp: b handle_58
7542 PASS: gdb.base/sigall.exp: b gen_59
7543 PASS: gdb.base/sigall.exp: send signal 58
7544 PASS: gdb.base/sigall.exp: advance to 59
7545 PASS: gdb.base/sigall.exp: handle SIG59 stop print
7546 PASS: gdb.base/sigall.exp: b handle_59
7547 PASS: gdb.base/sigall.exp: b gen_60
7548 PASS: gdb.base/sigall.exp: send signal 59
7549 PASS: gdb.base/sigall.exp: advance to 60
7550 PASS: gdb.base/sigall.exp: handle SIG60 stop print
7551 PASS: gdb.base/sigall.exp: b handle_60
7552 PASS: gdb.base/sigall.exp: b gen_61
7553 PASS: gdb.base/sigall.exp: send signal 60
7554 PASS: gdb.base/sigall.exp: advance to 61
7555 PASS: gdb.base/sigall.exp: handle SIG61 stop print
7556 PASS: gdb.base/sigall.exp: b handle_61
7557 PASS: gdb.base/sigall.exp: b gen_62
7558 PASS: gdb.base/sigall.exp: send signal 61
7559 PASS: gdb.base/sigall.exp: advance to 62
7560 PASS: gdb.base/sigall.exp: handle SIG62 stop print
7561 PASS: gdb.base/sigall.exp: b handle_62
7562 PASS: gdb.base/sigall.exp: b gen_63
7563 PASS: gdb.base/sigall.exp: send signal 62
7564 PASS: gdb.base/sigall.exp: advance to 63
7565 PASS: gdb.base/sigall.exp: handle SIG63 stop print
7566 PASS: gdb.base/sigall.exp: b handle_63
7567 PASS: gdb.base/sigall.exp: b gen_TERM
7568 PASS: gdb.base/sigall.exp: send signal 63
7569 PASS: gdb.base/sigall.exp: advance to TERM
7570 PASS: gdb.base/sigall.exp: handle SIGTERM stop print
7571 PASS: gdb.base/sigall.exp: b handle_TERM
7572 PASS: gdb.base/sigall.exp: get signal TERM
7573 base/sigall.exp: send signal TERM
7574 PASS: gdb.base/sigall.exp: continue until exit at continue to sigall exit
7575 Running ./gdb.base/sigaltstack.exp ...
7576 PASS: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop
7577 PASS: gdb.base/sigaltstack.exp: handle SIGVTALRM print pass nostop
7578 PASS: gdb.base/sigaltstack.exp: handle SIGPROF print pass nostop
7579 PASS: gdb.base/sigaltstack.exp: break catcher if level == INNER
7580 PASS: gdb.base/sigaltstack.exp: continue to catch
7581 PASS: gdb.base/sigaltstack.exp: next
7582 PASS: gdb.base/sigaltstack.exp: backtrace
7583 PASS: gdb.base/sigaltstack.exp: finish from catch LEAF
7584 PASS: gdb.base/sigaltstack.exp: finish to throw INNER
7585 PASS: gdb.base/sigaltstack.exp: finish to catch INNER
7586 PASS: gdb.base/sigaltstack.exp: finish from catch INNER
7587 PASS: gdb.base/sigaltstack.exp: finish to OUTER
7588 PASS: gdb.base/sigaltstack.exp: finish to catch MAIN
7589 PASS: gdb.base/sigaltstack.exp: finish to MAIN
7590 Running ./gdb.base/sigbpt.exp ...
7591 PASS: gdb.base/sigbpt.exp: break keeper
7592 PASS: gdb.base/sigbpt.exp: display/i $pc
7593 PASS: gdb.base/sigbpt.exp: advance to the bowler
7594 PASS: gdb.base/sigbpt.exp: stepping to fault
7595 PASS: gdb.base/sigbpt.exp: get insn after fault
7596 PASS: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn
7597 PASS: gdb.base/sigbpt.exp: rerun to main
7598 PASS: gdb.base/sigbpt.exp: stepi; pass SIGSEGV
7599 PASS: gdb.base/sigbpt.exp: stepi; continue to keeper
7600 PASS: gdb.base/sigbpt.exp: stepi; nopass SIGSEGV
7601 KFAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7602 PASS: gdb.base/sigbpt.exp: rerun to main
7603 PASS: gdb.base/sigbpt.exp: stepi bp before segv; pass SIGSEGV
7604 PASS: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
7605 PASS: gdb.base/sigbpt.exp: stepi bp before segv; nopass SIGSEGV
7606 PASS: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
7607 KFAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7608 PASS: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
7609 PASS: gdb.base/sigbpt.exp: rerun to main
7610 PASS: gdb.base/sigbpt.exp: stepi bp at segv; pass SIGSEGV
7611 PASS: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
7612 PASS: gdb.base/sigbpt.exp: stepi bp at segv; nopass SIGSEGV
7613 PASS: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
7614 KFAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7615 PASS: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
7616 PASS: gdb.base/sigbpt.exp: rerun to main
7617 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; pass SIGSEGV
7618 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
7619 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; nopass SIGSEGV
7620 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
7621 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
7622 KFAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7623 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
7624 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
7625 PASS: gdb.base/sigbpt.exp: rerun to main
7626 PASS: gdb.base/sigbpt.exp: cont; pass SIGSEGV
7627 PASS: gdb.base/sigbpt.exp: cont; continue to keeper
7628 PASS: gdb.base/sigbpt.exp: cont; nopass SIGSEGV
7629 PASS: gdb.base/sigbpt.exp: cont; set breakpoint 0 of 1
7630 PASS: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
7631 PASS: gdb.base/sigbpt.exp: cont; stepi fault
7632 PASS: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
7633 PASS: gdb.base/sigbpt.exp: rerun to main
7634 PASS: gdb.base/sigbpt.exp: cont bp after segv; pass SIGSEGV
7635 PASS: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
7636 PASS: gdb.base/sigbpt.exp: cont bp after segv; nopass SIGSEGV
7637 PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0 of 2
7638 PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1 of 2
7639 PASS: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
7640 PASS: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
7641 PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
7642 PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
7643 PASS: gdb.base/sigbpt.exp: rerun to main
7644 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; pass SIGSEGV
7645 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
7646 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; nopass SIGSEGV
7647 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0 of 3
7648 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1 of 3
7649 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2 of 3
7650 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
7651 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
7652 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
7653 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3
7654 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
7655 Running ./gdb.base/sigchld.exp ...
7656 PASS: gdb.base/sigchld.exp: set breakpoint at success exit
7657 PASS: gdb.base/sigchld.exp: set breakpoint at failure exit
7658 PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
7659 Running ./gdb.base/siginfo-addr.exp ...
7660 Running ./gdb.base/siginfo.exp ...
7661 PASS: gdb.base/siginfo.exp: display/i $pc
7662 PASS: gdb.base/siginfo.exp: break handler
7663 PASS: gdb.base/siginfo.exp: continue to stepi handler
7664 PASS: gdb.base/siginfo.exp: backtrace for nexti
7665 PASS: gdb.base/siginfo.exp: step out of handler
7666 Running ./gdb.base/siginfo-infcall.exp ...
7667 PASS: gdb.base/siginfo-infcall.exp: continue to SIGUSR1
7668 PASS: gdb.base/siginfo-infcall.exp: p callme ()
7669 PASS: gdb.base/siginfo-infcall.exp: continue to the handler
7670 Running ./gdb.base/siginfo-obj.exp ...
7671 PASS: gdb.base/siginfo-obj.exp: continue to signal
7672 PASS: gdb.base/siginfo-obj.exp: save a core file
7673 PASS: gdb.base/siginfo-obj.exp: Extract si_addr
7674 PASS: gdb.base/siginfo-obj.exp: Extract si_errno
7675 PASS: gdb.base/siginfo-obj.exp: Extract si_code
7676 PASS: gdb.base/siginfo-obj.exp: Extract si_signo
7677 PASS: gdb.base/siginfo-obj.exp: break 38
7678 PASS: gdb.base/siginfo-obj.exp: continue to handler
7679 PASS: gdb.base/siginfo-obj.exp: p ssi_addr
7680 PASS: gdb.base/siginfo-obj.exp: p ssi_errno
7681 PASS: gdb.base/siginfo-obj.exp: p ssi_code
7682 PASS: gdb.base/siginfo-obj.exp: p ssi_signo
7683 PASS: gdb.base/siginfo-obj.exp: continue to signal
7684 PASS: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr = 0x666
7685 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno = 666
7686 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_code = 999
7687 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo = 11
7688 PASS: gdb.base/siginfo-obj.exp: break 38
7689 PASS: gdb.base/siginfo-obj.exp: continue to handler
7690 PASS: gdb.base/siginfo-obj.exp: p ssi_addr
7691 PASS: gdb.base/siginfo-obj.exp: p ssi_errno
7692 PASS: gdb.base/siginfo-obj.exp: p ssi_code
7693 PASS: gdb.base/siginfo-obj.exp: p ssi_signo
7694 FAIL: gdb.base/siginfo-obj.exp: core siginfo-obj.gcore
7695 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo from core file
7696 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno from core file
7697 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_code from core file
7698 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr from core file
7699 Running ./gdb.base/siginfo-thread.exp ...
7700 PASS: gdb.base/siginfo-thread.exp: successfully compiled posix threads test case
7701 PASS: gdb.base/siginfo-thread.exp: continue to signal
7702 PASS: gdb.base/siginfo-thread.exp: save a core file
7703 PASS: gdb.base/siginfo-thread.exp: Extract si_addr
7704 PASS: gdb.base/siginfo-thread.exp: Extract si_errno
7705 PASS: gdb.base/siginfo-thread.exp: Extract si_code
7706 PASS: gdb.base/siginfo-thread.exp: Extract si_signo
7707 PASS: gdb.base/siginfo-thread.exp: break 39
7708 PASS: gdb.base/siginfo-thread.exp: continue to handler
7709 PASS: gdb.base/siginfo-thread.exp: p ssi_addr
7710 PASS: gdb.base/siginfo-thread.exp: p ssi_errno
7711 PASS: gdb.base/siginfo-thread.exp: p ssi_code
7712 PASS: gdb.base/siginfo-thread.exp: p ssi_signo
7713 PASS: gdb.base/siginfo-thread.exp: thread 1
7714 PASS: gdb.base/siginfo-thread.exp: test signal in main thread
7715 FAIL: gdb.base/siginfo-thread.exp: core siginfo-thread.gcore
7716 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_signo from core file
7717 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_errno from core file
7718 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_code from core file
7719 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo._sifields._sigfault.si_addr from core file
7720 PASS: gdb.base/siginfo-thread.exp: set variable $count = 0
7721 PASS: gdb.base/siginfo-thread.exp: select thread 1 with core file
7722 FAIL: gdb.base/siginfo-thread.exp: update counter in thread 1
7723 PASS: gdb.base/siginfo-thread.exp: select thread 2 with core file
7724 FAIL: gdb.base/siginfo-thread.exp: update counter in thread 2
7725 FAIL: gdb.base/siginfo-thread.exp: print $count
7726 Running ./gdb.base/signals.exp ...
7727 PASS: gdb.base/signals.exp: handle all print
7728 PASS: gdb.base/signals.exp: set variable count = 0
7729 PASS: gdb.base/signals.exp: break handler if 0
7730 PASS: gdb.base/signals.exp: set $handler_breakpoint_number = $bpnum
7731 PASS: gdb.base/signals.exp: next to signal
7732 PASS: gdb.base/signals.exp: next to alarm #1
7733 PASS: gdb.base/signals.exp: next to ++count #1
7734 PASS: gdb.base/signals.exp: p func1 () #1
7735 PASS: gdb.base/signals.exp: p count #1
7736 PASS: gdb.base/signals.exp: condition $handler_breakpoint_number
7737 PASS: gdb.base/signals.exp: next to alarm #2
7738 PASS: gdb.base/signals.exp: next to ++count #2
7739 PASS: gdb.base/signals.exp: p func1 () #2
7740 PASS: gdb.base/signals.exp: backtrace from handler when calling func1
7741 PASS: gdb.base/signals.exp: continue
7742 PASS: gdb.base/signals.exp: p count #2
7743 PASS: gdb.base/signals.exp: info signals
7744 PASS: gdb.base/signals.exp: info signal SIGTRAP
7745 PASS: gdb.base/signals.exp: info signal 5
7746 PASS: gdb.base/signals.exp: handle without arguments
7747 PASS: gdb.base/signals.exp: handle with bogus SIG
7748 PASS: gdb.base/signals.exp: handle SIG with bogus action
7749 PASS: gdb.base/signals.exp: handle SIG with multiple conflicting actions
7750 PASS: gdb.base/signals.exp: handle SIG parses all legal actions
7751 PASS: gdb.base/signals.exp: handle multiple SIGs
7752 PASS: gdb.base/signals.exp: override SIGTRAP
7753 PASS: gdb.base/signals.exp: invalid signal number rejected
7754 PASS: gdb.base/signals.exp: handle multiple SIGs via integer range
7755 PASS: gdb.base/signals.exp: handle multiple SIGs via reverse integer range
7756 PASS: gdb.base/signals.exp: override SIGINT
7757 PASS: gdb.base/signals.exp: signal without arguments disallowed
7758 PASS: gdb.base/signals.exp: signal SIGUSR1
7759 PASS: gdb.base/signals.exp: backtrace for SIGUSR1
7760 Running ./gdb.base/signest.exp ...
7761 PASS: gdb.base/signest.exp: continue to fault
7762 PASS: gdb.base/signest.exp: set conditional breakpoint
7763 PASS: gdb.base/signest.exp: pass SIGSEGV
7764 PASS: gdb.base/signest.exp: pass SIGBUS
7765 PASS: gdb.base/signest.exp: run through nested faults
7766 Running ./gdb.base/signull.exp ...
7767 PASS: gdb.base/signull.exp: set for function pointer probe
7768 PASS: gdb.base/signull.exp: probe function pointer (function entry-point)
7769 PASS: gdb.base/signull.exp: rerun to main
7770 PASS: gdb.base/signull.exp: break bowler
7771 PASS: gdb.base/signull.exp: break keeper
7772 PASS: gdb.base/signull.exp: handle SIGSEGV
7773 PASS: gdb.base/signull.exp: handle SIGBUS
7774 PASS: gdb.base/signull.exp: data read; start with the bowler
7775 PASS: gdb.base/signull.exp: data read; select the pointer type
7776 PASS: gdb.base/signull.exp: data read; take the SIGSEGV
7777 PASS: gdb.base/signull.exp: data read; backtrace from SIGSEGV
7778 PASS: gdb.base/signull.exp: data read; continue to the keeper
7779 PASS: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
7780 PASS: gdb.base/signull.exp: data write; start with the bowler
7781 PASS: gdb.base/signull.exp: data write; select the pointer type
7782 PASS: gdb.base/signull.exp: data write; take the SIGSEGV
7783 PASS: gdb.base/signull.exp: data write; backtrace from SIGSEGV
7784 PASS: gdb.base/signull.exp: data write; continue to the keeper
7785 PASS: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
7786 PASS: gdb.base/signull.exp: code; start with the bowler
7787 PASS: gdb.base/signull.exp: code; select the pointer type
7788 PASS: gdb.base/signull.exp: code; take the SIGSEGV
7789 PASS: gdb.base/signull.exp: code; backtrace from SIGSEGV
7790 PASS: gdb.base/signull.exp: code; continue to the keeper
7791 PASS: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
7792 Running ./gdb.base/sigrepeat.exp ...
7793 PASS: gdb.base/sigrepeat.exp: advance to infinite loop
7794 PASS: gdb.base/sigrepeat.exp: next
7795 Running ./gdb.base/sigstep.exp ...
7796 PASS: gdb.base/sigstep.exp: display/i $pc
7797 PASS: gdb.base/sigstep.exp: break handler
7798 PASS: gdb.base/sigstep.exp: continue to stepi handler
7799 PASS: gdb.base/sigstep.exp: backtrace for nexti
7800 PASS: gdb.base/sigstep.exp: step from handler; continue to handler
7801 PASS: gdb.base/sigstep.exp: step from handler; leave handler
7802 PASS: gdb.base/sigstep.exp: stepi from handleri; continue to handler
7803 PASS: gdb.base/sigstep.exp: stepi from handleri; leave handler
7804 PASS: gdb.base/sigstep.exp: stepi from handleri; leave signal trampoline (in main)
7805 PASS: gdb.base/sigstep.exp: next from handler; continue to handler
7806 PASS: gdb.base/sigstep.exp: next from handler; leave handler
7807 PASS: gdb.base/sigstep.exp: nexti from handleri; continue to handler
7808 PASS: gdb.base/sigstep.exp: nexti from handleri; leave handler
7809 PASS: gdb.base/sigstep.exp: nexti from handleri; leave signal trampoline (in main)
7810 PASS: gdb.base/sigstep.exp: finish from handleri; continue to handler
7811 PASS: gdb.base/sigstep.exp: finish from handleri; leave handler
7812 PASS: gdb.base/sigstep.exp: finish from handleri; leave signal trampoline (in main)
7813 PASS: gdb.base/sigstep.exp: return from handleri; continue to handler
7814 PASS: gdb.base/sigstep.exp: return from handleri; leave handler
7815 PASS: gdb.base/sigstep.exp: return from handleri; leave signal trampoline (in main)
7816 PASS: gdb.base/sigstep.exp: Set done as return will have skipped it
7817 PASS: gdb.base/sigstep.exp: set itimer = itimer_real
7818 PASS: gdb.base/sigstep.exp: break 79
7819 PASS: gdb.base/sigstep.exp: step to handler; resync
7820 PASS: gdb.base/sigstep.exp: step to handler; advance to infinite loop
7821 PASS: gdb.base/sigstep.exp: step to handler; break handler
7822 PASS: gdb.base/sigstep.exp: step to handler; performing step
7823 PASS: gdb.base/sigstep.exp: step to handler; clear handler
7824 PASS: gdb.base/sigstep.exp: next to handler; resync
7825 PASS: gdb.base/sigstep.exp: next to handler; advance to infinite loop
7826 PASS: gdb.base/sigstep.exp: next to handler; break handler
7827 PASS: gdb.base/sigstep.exp: next to handler; performing next
7828 PASS: gdb.base/sigstep.exp: next to handler; clear handler
7829 PASS: gdb.base/sigstep.exp: continue to handler; resync
7830 PASS: gdb.base/sigstep.exp: continue to handler; advance to infinite loop
7831 PASS: gdb.base/sigstep.exp: continue to handler; break handler
7832 PASS: gdb.base/sigstep.exp: continue to handler; performing continue
7833 PASS: gdb.base/sigstep.exp: continue to handler; clear handler
7834 PASS: gdb.base/sigstep.exp: step to handler entry; resync
7835 PASS: gdb.base/sigstep.exp: step to handler entry; advance to infinite loop
7836 PASS: gdb.base/sigstep.exp: step to handler entry; break handler
7837 PASS: gdb.base/sigstep.exp: step to handler entry; performing step
7838 PASS: gdb.base/sigstep.exp: step to handler entry; clear handler
7839 PASS: gdb.base/sigstep.exp: next to handler entry; resync
7840 PASS: gdb.base/sigstep.exp: next to handler entry; advance to infinite loop
7841 PASS: gdb.base/sigstep.exp: next to handler entry; break handler
7842 PASS: gdb.base/sigstep.exp: next to handler entry; performing next
7843 PASS: gdb.base/sigstep.exp: next to handler entry; clear handler
7844 PASS: gdb.base/sigstep.exp: continue to handler entry; resync
7845 PASS: gdb.base/sigstep.exp: continue to handler entry; advance to infinite loop
7846 PASS: gdb.base/sigstep.exp: continue to handler entry; break handler
7847 PASS: gdb.base/sigstep.exp: continue to handler entry; performing continue
7848 PASS: gdb.base/sigstep.exp: continue to handler entry; clear handler
7849 PASS: gdb.base/sigstep.exp: step over handler; resync
7850 PASS: gdb.base/sigstep.exp: step over handler; advance to infinite loop
7851 PASS: gdb.base/sigstep.exp: step over handler; performing step
7852 PASS: gdb.base/sigstep.exp: next over handler; resync
7853 PASS: gdb.base/sigstep.exp: next over handler; advance to infinite loop
7854 PASS: gdb.base/sigstep.exp: next over handler; performing next
7855 PASS: gdb.base
7856 PASS: gdb.base/sigstep.exp: continue over handler; advance to infinite loop
7857 PASS: gdb.base/sigstep.exp: continue over handler; performing continue
7858 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; resync
7859 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break infinite loop
7860 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break handler
7861 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; continue to infinite loop
7862 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; performing step
7863 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear infinite loop
7864 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear handler
7865 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; resync
7866 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break infinite loop
7867 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break handler
7868 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; continue to infinite loop
7869 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; performing next
7870 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear infinite loop
7871 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear handler
7872 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; resync
7873 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break infinite loop
7874 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break handler
7875 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; continue to infinite loop
7876 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; performing continue
7877 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear infinite loop
7878 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear handler
7879 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; resync
7880 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break infinite loop
7881 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break handler
7882 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; continue to infinite loop
7883 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; performing step
7884 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear infinite loop
7885 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear handler
7886 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; resync
7887 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break infinite loop
7888 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break handler
7889 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; continue to infinite loop
7890 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; performing next
7891 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear infinite loop
7892 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear handler
7893 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; resync
7894 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break infinite loop
7895 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break handler
7896 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; continue to infinite loop
7897 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; performing continue
7898 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear infinite loop
7899 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear handler
7900 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; resync
7901 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; break infinite loop
7902 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; continue to infinite loop
7903 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; performing step
7904 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; clear infinite loop
7905 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; resync
7906 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; break infinite loop
7907 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; continue to infinite loop
7908 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; performing next
7909 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; clear infinite loop
7910 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; resync
7911 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; break infinite loop
7912 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; continue to infinite loop
7913 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; performing continue
7914 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; clear infinite loop
7915 Running ./gdb.base/sizeof.exp ...
7916 Running ./gdb.base/skip.exp ...
7917 PASS: gdb.base/skip.exp: skip file (no default file)
7918 PASS: gdb.base/skip.exp: skip function
7919 PASS: gdb.base/skip.exp: skip (no default function)
7920 PASS: gdb.base/skip.exp: info skip empty
7921 PASS: gdb.base/skip.exp: skip file (skip.c)
7922 PASS: gdb.base/skip.exp: skip (main)
7923 PASS: gdb.base/skip.exp: skip file skip1.c
7924 PASS: gdb.base/skip.exp: skip function baz
7925 PASS: gdb.base/skip.exp: skip enable 999
7926 PASS: gdb.base/skip.exp: skip disable 999
7927 PASS: gdb.base/skip.exp: skip delete 999
7928 PASS: gdb.base/skip.exp: skip enable a
7929 PASS: gdb.base/skip.exp: skip disable a
7930 PASS: gdb.base/skip.exp: skip delete a
7931 PASS: gdb.base/skip.exp: info skip 999
7932 PASS: gdb.base/skip.exp: info skip
7933 PASS: gdb.base/skip.exp: step in the main
7934 PASS: gdb.base/skip.exp: step after all ignored
7935 PASS: gdb.base/skip.exp: skip delete 1
7936 PASS: gdb.base/skip.exp: info skip (delete 1)
7937 PASS: gdb.base/skip.exp: step after deleting 1 (1)
7938 PASS: gdb.base/skip.exp: step after deleting 1 (2)
7939 PASS: gdb.base/skip.exp: step after deleting 1 (3)
7940 PASS: gdb.base/skip.exp: skip disable 3
7941 PASS: gdb.base/skip.exp: info skip shows entry as disabled
7942 PASS: gdb.base/skip.exp: step after disabling 3 (1)
7943 PASS: gdb.base/skip.exp: step after disabling 3 (2)
7944 PASS: gdb.base/skip.exp: step after disabling 3 (3)
7945 PASS: gdb.base/skip.exp: step after disabling 3 (4)
7946 PASS: gdb.base/skip.exp: step after disabling 3 (5)
7947 PASS: gdb.base/skip.exp: skip enable 3
7948 PASS: gdb.base/skip.exp: info skip shows entry as enabled
7949 PASS: gdb.base/skip.exp: step after enable 3 (1)
7950 PASS: gdb.base/skip.exp: step after enable 3 (2)
7951 PASS: gdb.base/skip.exp: step after enable 3 (3)
7952 PASS: gdb.base/skip.exp: skip disable
7953 PASS: gdb.base/skip.exp: info skip after disabling all
7954 PASS: gdb.base/skip.exp: skip enable
7955 PASS: gdb.base/skip.exp: info skip after enabling all
7956 PASS: gdb.base/skip.exp: skip disable 4 2-3
7957 PASS: gdb.base/skip.exp: info skip after disabling 4 2-3
7958 PASS: gdb.base/skip.exp: skip enable 2-3
7959 PASS: gdb.base/skip.exp: info skip after enabling 2-3
7960 PASS: gdb.base/skip.exp: info skip 2-3
7961 PASS: gdb.base/skip.exp: skip delete 2 3
7962 PASS: gdb.base/skip.exp: info skip after deleting 2 3
7963 PASS: gdb.base/skip.exp: skip delete
7964 PASS: gdb.base/skip.exp: info skip after deleting all
7965 Running ./gdb.base/skip-solib.exp ...
7966 Running ./gdb.base/so-impl-ld.exp ...
7967 PASS: gdb.base/so-impl-ld.exp: step over solib call
7968 PASS: gdb.base/so-impl-ld.exp: step into solib call
7969 PASS: gdb.base/so-impl-ld.exp: step in solib call
7970 PASS: gdb.base/so-impl-ld.exp: step out of solib call
7971 Running ./gdb.base/so-indr-cl.exp ...
7972 Running ./gdb.base/solib-corrupted.exp ...
7973 Running ./gdb.base/solib-disc.exp ...
7974 PASS: gdb.base/solib-disc.exp: set stop-on-solib-events 1
7975 PASS: gdb.base/solib-disc.exp: continue to load
7976 PASS: gdb.base/solib-disc.exp: save $pc after load
7977 PASS: gdb.base/solib-disc.exp: disconnect after load
7978 PASS: gdb.base/solib-disc.exp: reconnect after load
7979 PASS: gdb.base/solib-disc.exp: check $pc after load
7980 PASS: gdb.base/solib-disc.exp: continue to unload
7981 PASS: gdb.base/solib-disc.exp: save $pc after unload
7982 PASS: gdb.base/solib-disc.exp: disconnect after unload
7983 PASS: gdb.base/solib-disc.exp: reconnect after unload
7984 PASS: gdb.base/solib-disc.exp: check $pc after unload
7985 Running ./gdb.base/solib-display.exp ...
7986 Running ./gdb.base/solib.exp ...
7987 Running ./gdb.base/solib-nodir.exp ...
7988 Running ./gdb.base/solib-overlap.exp ...
7989 Running ./gdb.base/solib-symbol.exp ...
7990 PASS: gdb.base/solib-symbol.exp: foo2 in main
7991 PASS: gdb.base/solib-symbol.exp: foo in libmd
7992 PASS: gdb.base/solib-symbol.exp: continue
7993 PASS: gdb.base/solib-symbol.exp: foo2 in mdlib
7994 Running ./gdb.base/solib-weak.exp ...
7995 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
7996 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
7997 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
7998 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
7999 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
8000 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
8001 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
8002 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
8003 Running ./gdb.base/source.exp ...
8004 PASS: gdb.base/source.exp: script contains error
8005 PASS: gdb.base/source.exp: source -v
8006 PASS: gdb.base/source.exp: source after -v
8007 PASS: gdb.base/source.exp: set search directories
8008 PASS: gdb.base/source.exp: source -s
8009 PASS: gdb.base/source.exp: source -s -v
8010 PASS: gdb.base/source.exp: source -v -s
8011 Running ./gdb.base/stack-checking.exp ...
8012 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for small frame
8013 PASS: gdb.base/stack-checking.exp: bt
8014 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for medium frame
8015 PASS: gdb.base/stack-checking.exp: bt
8016 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for big frame
8017 PASS: gdb.base/stack-checking.exp: bt
8018 Running ./gdb.base/stale-infcall.exp ...
8019 PASS: gdb.base/stale-infcall.exp: continue to breakpoint: test-next
8020 PASS: gdb.base/stale-infcall.exp: set $test_fail_bpnum=$bpnum
8021 XFAIL: gdb.base/stale-infcall.exp: test system longjmp tracking support
8022 UNTESTED: gdb.base/stale-infcall.exp: System lacks support for tracking longjmps
8023 Running ./gdb.base/stap-probe.exp ...
8024 gdb compile failed, ./gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory
8028 UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
8029 UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
8030 Running ./gdb.base/start.exp ...
8031 UNTESTED: gdb.base/start.exp: start
8032 Running ./gdb.base/step-break.exp ...
8033 PASS: gdb.base/step-break.exp: breakpoint line number
8034 PASS: gdb.base/step-break.exp: run until breakpoint set at a line number
8035 PASS: gdb.base/step-break.exp: next 2 (1)
8036 PASS: gdb.base/step-break.exp: next 2 (2)
8037 PASS: gdb.base/step-break.exp: next 2 (3)
8038 PASS: gdb.base/step-break.exp: next 2 (4)
8039 PASS: gdb.base/step-break.exp: next 2 (5)
8040 PASS: gdb.base/step-break.exp: next 2 (6)
8041 Running ./gdb.base/step-bt.exp ...
8042 PASS: gdb.base/step-bt.exp: breakpoint at first instruction of hello()
8043 PASS: gdb.base/step-bt.exp: run to hello()
8044 PASS: gdb.base/step-bt.exp: step first instruction
8045 PASS: gdb.base/step-bt.exp: backtrace after first instruction step
8046 PASS: gdb.base/step-bt.exp: step second instruction
8047 PASS: gdb.base/step-bt.exp: backtrace after second instruction step
8048 Running ./gdb.base/step-line.exp ...
8049 PASS: gdb.base/step-line.exp: break f1
8050 PASS: gdb.base/step-line.exp: continue to f1
8051 PASS: gdb.base/step-line.exp: next over dummy 1
8052 PASS: gdb.base/step-line.exp: next to dummy 2
8053 PASS: gdb.base/step-line.exp: next over dummy 2
8054 PASS: gdb.base/step-line.exp: step into f2
8055 PASS: gdb.base/step-line.exp: next over dummy 4
8056 PASS: gdb.base/step-line.exp: next to dummy 5
8057 PASS: gdb.base/step-line.exp: next to dummy 6
8058 PASS: gdb.base/step-line.exp: next over dummy 6
8059 PASS: gdb.base/step-line.exp: next to dummy 7
8060 PASS: gdb.base/step-line.exp: next to dummy 8
8061 PASS: gdb.base/step-line.exp: next over dummy 8
8062 PASS: gdb.base/step-line.exp: next to dummy 9
8063 PASS: gdb.base/step-line.exp: next to dummy 10
8064 PASS: gdb.base/step-line.exp: next over dummy 10
8065 Running ./gdb.base/step-resume-infcall.exp ...
8066 PASS: gdb.base/step-resume-infcall.exp: step
8067 PASS: gdb.base/step-resume-infcall.exp: up
8068 PASS: gdb.base/step-resume-infcall.exp: set $b=$pc
8069 PASS: gdb.base/step-resume-infcall.exp: print $bpnum
8070 PASS: gdb.base/step-resume-infcall.exp: disass/m
8071 PASS: gdb.base/step-resume-infcall.exp: info breakpoints
8072 PASS: gdb.base/step-resume-infcall.exp: next
8073 PASS: gdb.base/step-resume-infcall.exp: p cond_hit
8074 Running ./gdb.base/step-symless.exp ...
8075 PASS: gdb.base/step-symless.exp: strip stub symbols
8076 PASS: gdb.base/step-symless.exp: step
8077 Running ./gdb.base/step-test.exp ...
8078 PASS: gdb.base/step-test.exp: next 1
8079 PASS: gdb.base/step-test.exp: step 1
8080 PASS: gdb.base/step-test.exp: next 2
8081 PASS: gdb.base/step-test.exp: step 3
8082 PASS: gdb.base/step-test.exp: next 3
8083 PASS: gdb.base/step-test.exp: next over
8084 PASS: gdb.base/step-test.exp: step into
8085 PASS: gdb.base/step-test.exp: step out
8086 PASS: gdb.base/step-test.exp: stepi to next line
8087 PASS: gdb.base/step-test.exp: stepi into function
8088 PASS: gdb.base/step-test.exp: stepi into function's first source line
8089 PASS: gdb.base/step-test.exp: stepi: finish call
8090 PASS: gdb.base/step-test.exp: nexti over function
8091 PASS: gdb.base/step-test.exp: set breakpoint at call to large_struct_by_value
8092 PASS: gdb.base/step-test.exp: run to pass large struct
8093 PASS: gdb.base/step-test.exp: large struct by value
8094 PASS: gdb.base/step-test.exp: continue until exit at step-test.exp
8095 Running ./gdb.base/store.exp ...
8096 PASS: gdb.base/store.exp: tbreak wack_charest
8097 PASS: gdb.base/store.exp: continue to wack_charest
8098 PASS: gdb.base/store.exp: var charest l; print old l, expecting -1 .*
8099 PASS: gdb.base/store.exp: var charest l; print old r, expecting -2 .*
8100 PASS: gdb.base/store.exp: var charest l; setting l to 4
8101 PASS: gdb.base/store.exp: var charest l; print new l, expecting 4 ..004.
8102 PASS: gdb.base/store.exp: var charest l; next over add call
8103 PASS: gdb.base/store.exp: var charest l; print incremented l, expecting 2 ..002.
8104 PASS: gdb.base/store.exp: tbreak wack_short
8105 PASS: gdb.base/store.exp: continue to wack_short
8106 PASS: gdb.base/store.exp: var short l; print old l, expecting -1
8107 PASS: gdb.base/store.exp: var short l; print old r, expecting -2
8108 PASS: gdb.base/store.exp: var short l; setting l to 4
8109 PASS: gdb.base/store.exp: var short l; print new l, expecting 4
8110 PASS: gdb.base/store.exp: var short l; next over add call
8111 PASS: gdb.base/store.exp: var short l; print incremented l, expecting 2
8112 PASS: gdb.base/store.exp: tbreak wack_int
8113 PASS: gdb.base/store.exp: continue to wack_int
8114 PASS: gdb.base/store.exp: var int l; print old l, expecting -1
8115 PASS: gdb.base/store.exp: var int l; print old r, expecting -2
8116 PASS: gdb.base/store.exp: var int l; setting l to 4
8117 PASS: gdb.base/store.exp: var int l; print new l, expecting 4
8118 PASS: gdb.base/store.exp: var int l; next over add call
8119 PASS: gdb.base/store.exp: var int l; print incremented l, expecting 2
8120 PASS: gdb.base/store.exp: tbreak wack_long
8121 PASS: gdb.base/store.exp: continue to wack_long
8122 PASS: gdb.base/store.exp: var long l; print old l, expecting -1
8123 PASS: gdb.base/store.exp: var long l; print old r, expecting -2
8124 PASS: gdb.base/store.exp: var long l; setting l to 4
8125 PASS: gdb.base/store.exp: var long l; print new l, expecting 4
8126 PASS: gdb.base/store.exp: var long l; next over add call
8127 PASS: gdb.base/store.exp: var long l; print incremented l, expecting 2
8128 PASS: gdb.base/store.exp: tbreak wack_longest
8129 PASS: gdb.base/store.exp: continue to wack_longest
8130 PASS: gdb.base/store.exp: var longest l; print old l, expecting -1
8131 PASS: gdb.base/store.exp: var longest l; print old r, expecting -2
8132 PASS: gdb.base/store.exp: var longest l; setting l to 4
8133 PASS: gdb.base/store.exp: var longest l; print new l, expecting 4
8134 PASS: gdb.base/store.exp: var longest l; next over add call
8135 PASS: gdb.base/store.exp: var longest l; print incremented l, expecting 2
8136 PASS: gdb.base/store.exp: tbreak wack_float
8137 PASS: gdb.base/store.exp: continue to wack_float
8138 PASS: gdb.base/store.exp: var float l; print old l, expecting -1
8139 PASS: gdb.base/store.exp: var float l; print old r, expecting -2
8140 PASS: gdb.base
8141 PASS: gdb.base/store.exp: var float l; print new l, expecting 4
8142 PASS: gdb.base/store.exp: var float l; next over add call
8143 PASS: gdb.base/store.exp: var float l; print incremented l, expecting 2
8144 PASS: gdb.base/store.exp: tbreak wack_double
8145 PASS: gdb.base/store.exp: continue to wack_double
8146 PASS: gdb.base/store.exp: var double l; print old l, expecting -1
8147 PASS: gdb.base/store.exp: var double l; print old r, expecting -2
8148 PASS: gdb.base/store.exp: var double l; setting l to 4
8149 PASS: gdb.base/store.exp: var double l; print new l, expecting 4
8150 PASS: gdb.base/store.exp: var double l; next over add call
8151 PASS: gdb.base/store.exp: var double l; print incremented l, expecting 2
8152 PASS: gdb.base/store.exp: tbreak wack_doublest
8153 PASS: gdb.base/store.exp: continue to wack_doublest
8154 FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
8155 FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
8156 FAIL: gdb.base/store.exp: var doublest l; setting l to 4
8157 FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
8158 PASS: gdb.base/store.exp: var doublest l; next over add call
8159 FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
8160 PASS: gdb.base/store.exp: tbreak add_charest
8161 PASS: gdb.base/store.exp: continue to add_charest
8162 PASS: gdb.base/store.exp: upvar charest l; up
8163 PASS: gdb.base/store.exp: upvar charest l; print old l, expecting -1 .*
8164 PASS: gdb.base/store.exp: upvar charest l; print old r, expecting -2 .*
8165 PASS: gdb.base/store.exp: upvar charest l; set l to 4
8166 PASS: gdb.base/store.exp: upvar charest l; print new l, expecting 4 ..004.
8167 PASS: gdb.base/store.exp: tbreak add_short
8168 PASS: gdb.base/store.exp: continue to add_short
8169 PASS: gdb.base/store.exp: upvar short l; up
8170 PASS: gdb.base/store.exp: upvar short l; print old l, expecting -1
8171 PASS: gdb.base/store.exp: upvar short l; print old r, expecting -2
8172 PASS: gdb.base/store.exp: upvar short l; set l to 4
8173 PASS: gdb.base/store.exp: upvar short l; print new l, expecting 4
8174 PASS: gdb.base/store.exp: tbreak add_int
8175 PASS: gdb.base/store.exp: continue to add_int
8176 PASS: gdb.base/store.exp: upvar int l; up
8177 PASS: gdb.base/store.exp: upvar int l; print old l, expecting -1
8178 PASS: gdb.base/store.exp: upvar int l; print old r, expecting -2
8179 PASS: gdb.base/store.exp: upvar int l; set l to 4
8180 PASS: gdb.base/store.exp: upvar int l; print new l, expecting 4
8181 PASS: gdb.base/store.exp: tbreak add_long
8182 PASS: gdb.base/store.exp: continue to add_long
8183 PASS: gdb.base/store.exp: upvar long l; up
8184 PASS: gdb.base/store.exp: upvar long l; print old l, expecting -1
8185 PASS: gdb.base/store.exp: upvar long l; print old r, expecting -2
8186 PASS: gdb.base/store.exp: upvar long l; set l to 4
8187 PASS: gdb.base/store.exp: upvar long l; print new l, expecting 4
8188 PASS: gdb.base/store.exp: tbreak add_longest
8189 PASS: gdb.base/store.exp: continue to add_longest
8190 PASS: gdb.base/store.exp: upvar longest l; up
8191 PASS: gdb.base/store.exp: upvar longest l; print old l, expecting -1
8192 PASS: gdb.base/store.exp: upvar longest l; print old r, expecting -2
8193 PASS: gdb.base/store.exp: upvar longest l; set l to 4
8194 PASS: gdb.base/store.exp: upvar longest l; print new l, expecting 4
8195 PASS: gdb.base/store.exp: tbreak add_float
8196 PASS: gdb.base/store.exp: continue to add_float
8197 PASS: gdb.base/store.exp: upvar float l; up
8198 PASS: gdb.base/store.exp: upvar float l; print old l, expecting -1
8199 PASS: gdb.base/store.exp: upvar float l; print old r, expecting -2
8200 PASS: gdb.base/store.exp: upvar float l; set l to 4
8201 PASS: gdb.base/store.exp: upvar float l; print new l, expecting 4
8202 PASS: gdb.base/store.exp: tbreak add_double
8203 PASS: gdb.base/store.exp: continue to add_double
8204 PASS: gdb.base/store.exp: upvar double l; up
8205 PASS: gdb.base/store.exp: upvar double l; print old l, expecting -1
8206 PASS: gdb.base/store.exp: upvar double l; print old r, expecting -2
8207 PASS: gdb.base/store.exp: upvar double l; set l to 4
8208 PASS: gdb.base/store.exp: upvar double l; print new l, expecting 4
8209 PASS: gdb.base/store.exp: tbreak add_doublest
8210 PASS: gdb.base/store.exp: continue to add_doublest
8211 PASS: gdb.base/store.exp: upvar doublest l; up
8212 FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
8213 FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
8214 FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
8215 FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
8216 PASS: gdb.base/store.exp: tbreak wack_struct_1
8217 PASS: gdb.base/store.exp: continue to wack_struct_1
8218 PASS: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call
8219 PASS: gdb.base/store.exp: var struct 1 u; print old u, expecting {s = \{0}}
8220 PASS: gdb.base/store.exp: var struct 1 u; set u to s_1
8221 PASS: gdb.base/store.exp: var struct 1 u; print new u, expecting {s = \{1}}
8222 PASS: gdb.base/store.exp: tbreak wack_struct_2
8223 PASS: gdb.base/store.exp: continue to wack_struct_2
8224 PASS: gdb.base/store.exp: var struct 2 u; next to add_struct_2 call
8225 PASS: gdb.base/store.exp: var struct 2 u; print old u, expecting {s = \{0, 0}}
8226 PASS: gdb.base/store.exp: var struct 2 u; set u to s_2
8227 PASS: gdb.base/store.exp: var struct 2 u; print new u, expecting {s = \{1, 2}}
8228 PASS: gdb.base/store.exp: tbreak wack_struct_3
8229 PASS: gdb.base/store.exp: continue to wack_struct_3
8230 PASS: gdb.base/store.exp: var struct 3 u; next to add_struct_3 call
8231 PASS: gdb.base/store.exp: var struct 3 u; print old u, expecting {s = \{0, 0, 0}}
8232 PASS: gdb.base/store.exp: var struct 3 u; set u to s_3
8233 PASS: gdb.base/store.exp: var struct 3 u; print new u, expecting {s = \{1, 2, 3}}
8234 PASS: gdb.base/store.exp: tbreak wack_struct_4
8235 PASS: gdb.base/store.exp: continue to wack_struct_4
8236 PASS: gdb.base/store.exp: var struct 4 u; next to add_struct_4 call
8237 PASS: gdb.base/store.exp: var struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}}
8238 PASS: gdb.base/store.exp: var struct 4 u; set u to s_4
8239 PASS: gdb.base/store.exp: var struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
8240 PASS: gdb.base/store.exp: tbreak add_struct_1
8241 PASS: gdb.base/store.exp: continue to add_struct_1
8242 PASS: gdb.base/store.exp: up struct 1 u; up
8243 PASS: gdb.base/store.exp: up struct 1 u; print old u, expecting {s = \{0}}
8244 PASS: gdb.base/store.exp: up struct 1 u; set u to s_1
8245 PASS: gdb.base/store.exp: up struct 1 u; print new u, expecting {s = \{1}}
8246 PASS: gdb.base/store.exp: tbreak add_struct_2
8247 PASS: gdb.base/store.exp: continue to add_struct_2
8248 PASS: gdb.base/store.exp: up struct 2 u; up
8249 PASS: gdb.base/store.exp: up struct 2 u; print old u, expecting {s = \{0, 0}}
8250 PASS: gdb.base/store.exp: up struct 2 u; set u to s_2
8251 PASS: gdb.base/store.exp: up struct 2 u; print new u, expecting {s = \{1, 2}}
8252 PASS: gdb.base/store.exp: tbreak add_struct_3
8253 PASS: gdb.base/store.exp: continue to add_struct_3
8254 PASS: gdb.base/store.exp: up struct 3 u; up
8255 PASS: gdb.base/store.exp: up struct 3 u; print old u, expecting {s = \{0, 0, 0}}
8256 PASS: gdb.base/store.exp: up struct 3 u; set u to s_3
8257 PASS: gdb.base/store.exp: up struct 3 u; print new u, expecting {s = \{1, 2, 3}}
8258 PASS: gdb.base/store.exp: tbreak add_struct_4
8259 PASS: gdb.base/store.exp: continue to add_struct_4
8260 PASS: gdb.base/store.exp: up struct 4 u; up
8261 PASS: gdb.base/store.exp: up struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}}
8262 PASS: gdb.base/store.exp: up struct 4 u; set u to s_4
8263 PASS: gdb.base/store.exp: up struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
8264 PASS: gdb.base/store.exp: tbreak wack_field_1
8265 PASS: gdb.base/store.exp: continue field 1
8266 PASS: gdb.base/store.exp: next field 1
8267 PASS: gdb.base/store.exp: old field 1
8268 PASS: gdb.base/store.exp: set variable u = F_1
8269 PASS: gdb.base/store.exp: new field 1
8270 PASS: gdb.base/store.exp: set variable u = F_1, u.i = f_1.i
8271 PASS: gdb.base/store.exp: f_1.i
8272 PASS: gdb.base/store.exp: set variable u = F_1, u.j = f_1.j
8273 PASS: gdb.base/store.exp: f_1.j
8274 PASS: gdb.base/store.exp: set variable u = F_1, u.k = f_1.k
8275 PASS: gdb.base/store.exp: f_1.k
8276 PASS: gdb.base/store.exp: set variable u = f_1, u.i = F_1.i
8277 PASS: gdb.base/store.exp: F_1.i
8278 PASS: gdb.base/store.exp: set variable u = f_1, u.j = F_1.j
8279 PASS: gdb.base/store.exp: F_1.j
8280 PASS: gdb.base/store.exp: set variable u = f_1, u.k = F_1.k
8281 PASS: gdb.base/store.exp: F_1.k
8282 PASS: gdb.base/store.exp: tbreak wack_field_2
8283 PASS: gdb.base/store.exp: continue field 2
8284 PASS: gdb.base/store.exp: next field 2
8285 PASS: gdb.base/store.exp: old field 2
8286 PASS: gdb.base/store.exp: set variable u = F_2
8287 PASS: gdb.base/store.exp: new field 2
8288 PASS: gdb.base/store.exp: set variable u = F_2, u.i = f_2.i
8289 PASS: gdb.base/store.exp: f_2.i
8290 PASS: gdb.base/store.exp: set variable u = F_2, u.j = f_2.j
8291 PASS: gdb.base/store.exp: f_2.j
8292 PASS: gdb.base/store.exp: set variable u = F_2, u.k = f_2.k
8293 PASS: gdb.base/store.exp: f_2.k
8294 PASS: gdb.base/store.exp: set variable u = f_2, u.i = F_2.i
8295 PASS: gdb.base/store.exp: F_2.i
8296 PASS: gdb.base/store.exp: set variable u = f_2, u.j = F_2.j
8297 PASS: gdb.base/store.exp: F_2.j
8298 PASS: gdb.base/store.exp: set variable u = f_2, u.k = F_2.k
8299 PASS: gdb.base/store.exp: F_2.k
8300 PASS: gdb.base/store.exp: tbreak wack_field_3
8301 PASS: gdb.base/store.exp: continue field 3
8302 PASS: gdb.base/store.exp: next field 3
8303 PASS: gdb.base/store.exp: old field 3
8304 PASS: gdb.base/store.exp: set variable u = F_3
8305 PASS: gdb.base/store.exp: new field 3
8306 PASS: gdb.base/store.exp: set variable u = F_3, u.i = f_3.i
8307 PASS: gdb.base/store.exp: f_3.i
8308 PASS: gdb.base/store.exp: set variable u = F_3, u.j = f_3.j
8309 PASS: gdb.base/store.exp: f_3.j
8310 PASS: gdb.base/store.exp: set variable u = F_3, u.k = f_3.k
8311 PASS: gdb.base/store.exp: f_3.k
8312 PASS: gdb.base/store.exp: set variable u = f_3, u.i = F_3.i
8313 PASS: gdb.base/store.exp: F_3.i
8314 PASS: gdb.base/store.exp: set variable u = f_3, u.j = F_3.j
8315 PASS: gdb.base/store.exp: F_3.j
8316 PASS: gdb.base/store.exp: set variable u = f_3, u.k = F_3.k
8317 PASS: gdb.base/store.exp: F_3.k
8318 PASS: gdb.base/store.exp: tbreak wack_field_4
8319 PASS: gdb.base/store.exp: continue field 4
8320 PASS: gdb.base/store.exp: next field 4
8321 PASS: gdb.base/store.exp: old field 4
8322 PASS: gdb.base/store.exp: set variable u = F_4
8323 PASS: gdb.base/store.exp: new field 4
8324 PASS: gdb.base/store.exp: set variable u = F_4, u.i = f_4.i
8325 PASS: gdb.base/store.exp: f_4.i
8326 PASS: gdb.base/store.exp: set variable u = F_4, u.j = f_4.j
8327 PASS: gdb.base/store.exp: f_4.j
8328 PASS: gdb.base/store.exp: set variable u = F_4, u.k = f_4.k
8329 PASS: gdb.base/store.exp: f_4.k
8330 PASS: gdb.base/store.exp: set variable u = f_4, u.i = F_4.i
8331 PASS: gdb.base/store.exp: F_4.i
8332 PASS: gdb.base/store.exp: set variable u = f_4, u.j = F_4.j
8333 PASS: gdb.base/store.exp: F_4.j
8334 PASS: gdb.base/store.exp: set variable u = f_4, u.k = F_4.k
8335 PASS: gdb.base/store.exp: F_4.k
8336 Running ./gdb.base/structs2.exp ...
8337 PASS: gdb.base/structs2.exp: set width 0
8338 PASS: gdb.base/structs2.exp: structs2 sanity check
8339 PASS: gdb.base/structs2.exp: structs2 breakpoint set
8340 PASS: gdb.base/structs2.exp: structs2 continue1
8341 PASS: gdb.base/structs2.exp: structs2 continue2
8342 Running ./gdb.base/structs3.exp ...
8343 PASS: gdb.base/structs3.exp: print two
8344 PASS: gdb.base/structs3.exp: print *twop
8345 PASS: gdb.base/structs3.exp: print *(struct Two *)onep
8346 PASS: gdb.base/structs3.exp: print *(tTwo *)onep
8347 Running ./gdb.base/structs.exp ...
8348 PASS: gdb.base/structs.exp: set print sevenbit-strings
8349 PASS: gdb.base/structs.exp: set print address off
8350 PASS: gdb.base/structs.exp: set width 0
8351 PASS: gdb.base/structs.exp: set print elements 300
8352 PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done
8353 PASS: gdb.base/structs.exp: p chartest
8354 PASS: gdb.base/structs.exp: ptype foo1; structs-tc
8355 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tc
8356 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tc
8357 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tc
8358 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc
8359 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc
8360 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc
8361 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc
8362 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc
8363 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc
8364 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc
8365 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc
8366 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc
8367 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc
8368 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc
8369 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc
8370 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc
8371 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc
8372 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc
8373 PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-tc
8374 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-tc
8375 PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-tc
8376 PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-tc
8377 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-tc
8378 PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-tc
8379 PASS: gdb.base/structs.exp: p/c fun<n>(); call 9 structs-tc
8380 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 9 structs-tc
8381 PASS: gdb.base/structs.exp: p/c L<n>; call 9 structs-tc
8382 PASS: gdb.base/structs.exp: p/c fun<n>(); call 10 structs-tc
8383 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 10 structs-tc
8384 PASS: gdb.base/structs.exp: p/c L<n>; call 10 structs-tc
8385 PASS: gdb.base/structs.exp: p/c fun<n>(); call 11 structs-tc
8386 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 11 structs-tc
8387 PASS: gdb.base/structs.exp: p/c L<n>; call 11 structs-tc
8388 PASS: gdb.base/structs.exp: p/c fun<n>(); call 12 structs-tc
8389 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 12 structs-tc
8390 PASS: gdb.base/structs.exp: p/c L<n>; call 12 structs-tc
8391 PASS: gdb.base/structs.exp: p/c fun<n>(); call 13 structs-tc
8392 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 13 structs-tc
8393 PASS: gdb.base/structs.exp: p/c L<n>; call 13 structs-tc
8394 PASS: gdb.base/structs.exp: p/c fun<n>(); call 14 structs-tc
8395 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 14 structs-tc
8396 PASS: gdb.base/structs.exp: p/c L<n>; call 14 structs-tc
8397 PASS: gdb.base/structs.exp: p/c fun<n>(); call 15 structs-tc
8398 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 15 structs-tc
8399 PASS: gdb.base/structs.exp: p/c L<n>; call 15 structs-tc
8400 PASS: gdb.base/structs.exp: p/c fun<n>(); call 16 structs-tc
8401 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 16 structs-tc
8402 PASS: gdb.base/structs.exp: p/c L<n>; call 16 structs-tc
8403 PASS: gdb.base/structs.exp: p/c fun<n>(); call 17 structs-tc
8404 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 17 structs-tc
8405 PASS: gdb.base/structs.exp: p/c L<n>; call 17 structs-tc
8406 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tc
8407 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tc
8408 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tc
8409 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tc
8410 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tc
8411 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tc
8412 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tc
8413 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tc
8414 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tc
8415 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc
8416 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc
8417 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc
8418 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc
8419 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc
8420 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc
8421 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc
8422 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc
8423 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc
8424 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-tc
8425 PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-tc
8426 PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-tc
8427 PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-tc
8428 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-tc
8429 PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-tc
8430 PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-tc
8431 PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-tc
8432 base/structs.exp: return value known implies finish value known; return 3 structs-tc
8433 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-tc
8434 PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-tc
8435 PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-tc
8436 PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-tc
8437 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-tc
8438 PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-tc
8439 PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-tc
8440 PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-tc
8441 PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-tc
8442 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 5 structs-tc
8443 PASS: gdb.base/structs.exp: zed L<n> for return; return 5 structs-tc
8444 PASS: gdb.base/structs.exp: return foo<n>; return 5 structs-tc
8445 PASS: gdb.base/structs.exp: value foo<n> returned; return 5 structs-tc
8446 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 5 structs-tc
8447 PASS: gdb.base/structs.exp: zed L<n> for finish; return 5 structs-tc
8448 PASS: gdb.base/structs.exp: finish foo<n>; return 5 structs-tc
8449 PASS: gdb.base/structs.exp: value foo<n> finished; return 5 structs-tc
8450 PASS: gdb.base/structs.exp: return value known implies finish value known; return 5 structs-tc
8451 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 6 structs-tc
8452 PASS: gdb.base/structs.exp: zed L<n> for return; return 6 structs-tc
8453 PASS: gdb.base/structs.exp: return foo<n>; return 6 structs-tc
8454 PASS: gdb.base/structs.exp: value foo<n> returned; return 6 structs-tc
8455 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 6 structs-tc
8456 PASS: gdb.base/structs.exp: zed L<n> for finish; return 6 structs-tc
8457 PASS: gdb.base/structs.exp: finish foo<n>; return 6 structs-tc
8458 PASS: gdb.base/structs.exp: value foo<n> finished; return 6 structs-tc
8459 PASS: gdb.base/structs.exp: return value known implies finish value known; return 6 structs-tc
8460 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 7 structs-tc
8461 PASS: gdb.base/structs.exp: zed L<n> for return; return 7 structs-tc
8462 PASS: gdb.base/structs.exp: return foo<n>; return 7 structs-tc
8463 PASS: gdb.base/structs.exp: value foo<n> returned; return 7 structs-tc
8464 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 7 structs-tc
8465 PASS: gdb.base/structs.exp: zed L<n> for finish; return 7 structs-tc
8466 PASS: gdb.base/structs.exp: finish foo<n>; return 7 structs-tc
8467 PASS: gdb.base/structs.exp: value foo<n> finished; return 7 structs-tc
8468 PASS: gdb.base/structs.exp: return value known implies finish value known; return 7 structs-tc
8469 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 8 structs-tc
8470 PASS: gdb.base/structs.exp: zed L<n> for return; return 8 structs-tc
8471 PASS: gdb.base/structs.exp: return foo<n>; return 8 structs-tc
8472 PASS: gdb.base/structs.exp: value foo<n> returned; return 8 structs-tc
8473 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 8 structs-tc
8474 PASS: gdb.base/structs.exp: zed L<n> for finish; return 8 structs-tc
8475 PASS: gdb.base/structs.exp: finish foo<n>; return 8 structs-tc
8476 PASS: gdb.base/structs.exp: value foo<n> finished; return 8 structs-tc
8477 PASS: gdb.base/structs.exp: return value known implies finish value known; return 8 structs-tc
8478 PASS: gdb.base/structs.exp: set print sevenbit-strings
8479 PASS: gdb.base/structs.exp: set print address off
8480 PASS: gdb.base/structs.exp: set width 0
8481 PASS: gdb.base/structs.exp: set print elements 300
8482 PASS: gdb.base/structs.exp: ptype foo1; structs-ts
8483 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ts
8484 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ts
8485 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ts
8486 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts
8487 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts
8488 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts
8489 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts
8490 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts
8491 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts
8492 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts
8493 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts
8494 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts
8495 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts
8496 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts
8497 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts
8498 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ts
8499 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ts
8500 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ts
8501 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ts
8502 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ts
8503 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ts
8504 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ts
8505 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ts
8506 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ts
8507 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts
8508 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts
8509 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts
8510 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts
8511 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts
8512 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts
8513 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts
8514 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts
8515 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts
8516 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-ts
8517 PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-ts
8518 PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-ts
8519 PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-ts
8520 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-ts
8521 PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-ts
8522 PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-ts
8523 PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-ts
8524 PASS: gdb.base/structs.exp: return value known implies finish value known; return 3 structs-ts
8525 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-ts
8526 PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-ts
8527 PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-ts
8528 PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-ts
8529 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-ts
8530 PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-ts
8531 PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-ts
8532 PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-ts
8533 PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-ts
8534 PASS: gdb.base/structs.exp: set print sevenbit-strings
8535 PASS: gdb.base/structs.exp: set print address off
8536 PASS: gdb.base/structs.exp: set width 0
8537 PASS: gdb.base/structs.exp: set print elements 300
8538 PASS: gdb.base/structs.exp: ptype foo1; structs-ti
8539 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ti
8540 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ti
8541 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ti
8542 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti
8543 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti
8544 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti
8545 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti
8546 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti
8547 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti
8548 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ti
8549 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ti
8550 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ti
8551 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ti
8552 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ti
8553 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ti
8554 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ti
8555 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ti
8556 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ti
8557 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti
8558 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti
8559 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti
8560 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti
8561 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti
8562 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti
8563 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti
8564 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti
8565 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti
8566 PASS: gdb.base/structs.exp: set print sevenbit-strings
8567 PASS: gdb.base/structs.exp: set print address off
8568 PASS: gdb.base/structs.exp: set width 0
8569 PASS: gdb.base/structs.exp: set print elements 300
8570 PASS: gdb.base/structs.exp: ptype foo1; structs-tl
8571 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tl
8572 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tl
8573 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tl
8574 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl
8575 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl
8576 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl
8577 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl
8578 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl
8579 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl
8580 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tl
8581 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tl
8582 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tl
8583 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tl
8584 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tl
8585 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tl
8586 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tl
8587 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tl
8588 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tl
8589 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl
8590 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl
8591 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl
8592 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl
8593 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl
8594 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl
8595 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl
8596 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl
8597 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl
8598 PASS: gdb.base/structs.exp: set print sevenbit-strings
8599 PASS: gdb.base/structs.exp: set print address off
8600 PASS: gdb.base/structs.exp: set width 0
8601 PASS: gdb.base/structs.exp: set print elements 300
8602 PASS: gdb.base/structs.exp: ptype foo1; structs-tll
8603 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tll
8604 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tll
8605 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tll
8606 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll
8607 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll
8608 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll
8609 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tll
8610 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tll
8611 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tll
8612 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tll
8613 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tll
8614 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tll
8615 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tll
8616 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tll
8617 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tll
8618 PASS: gdb.base/structs.exp: set print sevenbit-strings
8619 PASS: gdb.base/structs.exp: set print address off
8620 PASS: gdb.base/structs.exp: set width 0
8621 PASS: gdb.base/structs.exp: set print elements 300
8622 PASS: gdb.base/structs.exp: ptype foo1; structs-tf
8623 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tf
8624 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tf
8625 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tf
8626 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf
8627 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf
8628 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf
8629 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf
8630 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf
8631 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf
8632 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tf
8633 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tf
8634 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tf
8635 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tf
8636 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tf
8637 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tf
8638 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tf
8639 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tf
8640 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tf
8641 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf
8642 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf
8643 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf
8644 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf
8645 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf
8646 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf
8647 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf
8648 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf
8649 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf
8650 PASS: gdb.base/structs.exp: set print sevenbit-strings
8651 PASS: gdb.base/structs.exp: set print address off
8652 PASS: gdb.base/structs.exp: set width 0
8653 PASS: gdb.base/structs.exp: set print elements 300
8654 PASS: gdb.base/structs.exp: ptype foo1; structs-td
8655 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-td
8656 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-td
8657 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-td
8658 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td
8659 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td
8660 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td
8661 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-td
8662 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-td
8663 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-td
8664 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-td
8665 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-td
8666 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-td
8667 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-td
8668 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-td
8669 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-td
8670 PASS: gdb.base/structs.exp: set print sevenbit-strings
8671 PASS: gdb.base/structs.exp: set print address off
8672 PASS: gdb.base/structs.exp: set width 0
8673 PASS: gdb.base/structs.exp: set print elements 300
8674 PASS: gdb.base/structs.exp: ptype foo1; structs-tld
8675 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tld
8676 PASS: gdb.base
8677 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tld
8678 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld
8679 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld
8680 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld
8681 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tld
8682 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tld
8683 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tld
8684 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tld
8685 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tld
8686 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tld
8687 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tld
8688 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tld
8689 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tld
8690 PASS: gdb.base/structs.exp: set print sevenbit-strings
8691 PASS: gdb.base/structs.exp: set print address off
8692 PASS: gdb.base/structs.exp: set width 0
8693 PASS: gdb.base/structs.exp: set print elements 300
8694 PASS: gdb.base/structs.exp: ptype foo2; structs-ts-tc
8695 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts-tc
8696 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts-tc
8697 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts-tc
8698 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts-tc
8699 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts-tc
8700 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts-tc
8701 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts-tc
8702 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts-tc
8703 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts-tc
8704 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts-tc
8705 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts-tc
8706 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts-tc
8707 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ts-tc
8708 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ts-tc
8709 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ts-tc
8710 PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-ts-tc
8711 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-ts-tc
8712 PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-ts-tc
8713 PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-ts-tc
8714 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-ts-tc
8715 PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-ts-tc
8716 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts-tc
8717 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts-tc
8718 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts-tc
8719 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts-tc
8720 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts-tc
8721 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts-tc
8722 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts-tc
8723 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts-tc
8724 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts-tc
8725 PASS: gdb.base/structs.exp: set print sevenbit-strings
8726 PASS: gdb.base/structs.exp: set print address off
8727 PASS: gdb.base/structs.exp: set width 0
8728 PASS: gdb.base/structs.exp: set print elements 300
8729 PASS: gdb.base/structs.exp: ptype foo2; structs-ti-tc
8730 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti-tc
8731 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti-tc
8732 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti-tc
8733 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti-tc
8734 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti-tc
8735 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti-tc
8736 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ti-tc
8737 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ti-tc
8738 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ti-tc
8739 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ti-tc
8740 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ti-tc
8741 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ti-tc
8742 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ti-tc
8743 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ti-tc
8744 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ti-tc
8745 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti-tc
8746 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti-tc
8747 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti-tc
8748 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti-tc
8749 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti-tc
8750 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti-tc
8751 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti-tc
8752 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti-tc
8753 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti-tc
8754 PASS: gdb.base/structs.exp: set print sevenbit-strings
8755 PASS: gdb.base/structs.exp: set print address off
8756 PASS: gdb.base/structs.exp: set width 0
8757 PASS: gdb.base/structs.exp: set print elements 300
8758 PASS: gdb.base/structs.exp: ptype foo2; structs-tl-tc
8759 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl-tc
8760 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl-tc
8761 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl-tc
8762 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl-tc
8763 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl-tc
8764 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl-tc
8765 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tl-tc
8766 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tl-tc
8767 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tl-tc
8768 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tl-tc
8769 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tl-tc
8770 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tl-tc
8771 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tl-tc
8772 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tl-tc
8773 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tl-tc
8774 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl-tc
8775 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl-tc
8776 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl-tc
8777 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl-tc
8778 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl-tc
8779 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl-tc
8780 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl-tc
8781 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl-tc
8782 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl-tc
8783 PASS: gdb.base/structs.exp: set print sevenbit-strings
8784 PASS: gdb.base/structs.exp: set print address off
8785 PASS: gdb.base/structs.exp: set width 0
8786 PASS: gdb.base/structs.exp: set print elements 300
8787 PASS: gdb.base/structs.exp: ptype foo2; structs-tll-tc
8788 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll-tc
8789 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll-tc
8790 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll-tc
8791 PASS: gdb.base/structs.exp: set print sevenbit-strings
8792 PASS: gdb.base/structs.exp: set print address off
8793 PASS: gdb.base/structs.exp: set width 0
8794 PASS: gdb.base/structs.exp: set print elements 300
8795 PASS: gdb.base/structs.exp: ptype foo2; structs-tf-tc
8796 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-tc
8797 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-tc
8798 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-tc
8799 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf-tc
8800 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf-tc
8801 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf-tc
8802 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tf-tc
8803 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tf-tc
8804 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tf-tc
8805 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tf-tc
8806 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tf-tc
8807 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tf-tc
8808 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tf-tc
8809 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tf-tc
8810 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tf-tc
8811 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-tc
8812 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-tc
8813 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-tc
8814 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-tc
8815 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-tc
8816 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-tc
8817 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-tc
8818 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-tc
8819 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-tc
8820 PASS: gdb.base/structs.exp: set print sevenbit-strings
8821 PASS: gdb.base/structs.exp: set print address off
8822 PASS: gdb.base/structs.exp: set width 0
8823 PASS: gdb.base/structs.exp: set print elements 300
8824 PASS: gdb.base/structs.exp: ptype foo2; structs-td-tc
8825 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tc
8826 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tc
8827 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tc
8828 PASS: gdb.base/structs.exp: set print sevenbit-strings
8829 PASS: gdb.base/structs.exp: set print address off
8830 PASS: gdb.base/structs.exp: set width 0
8831 PASS: gdb.base/structs.exp: set print elements 300
8832 PASS: gdb.base/structs.exp: ptype foo2; structs-tld-tc
8833 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld-tc
8834 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld-tc
8835 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld-tc
8836 PASS: gdb.base/structs.exp: set print sevenbit-strings
8837 PASS: gdb.base/structs.exp: set print address off
8838 PASS: gdb.base/structs.exp: set width 0
8839 PASS: gdb.base/structs.exp: set print elements 300
8840 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ts
8841 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ts
8842 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ts
8843 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ts
8844 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ts
8845 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ts
8846 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ts
8847 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ts
8848 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ts
8849 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ts
8850 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc-ts
8851 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc-ts
8852 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc-ts
8853 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc-ts
8854 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc-ts
8855 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc-ts
8856 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ts
8857 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ts
8858 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ts
8859 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ts
8860 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ts
8861 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ts
8862 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ts
8863 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ts
8864 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ts
8865 PASS: gdb.base/structs.exp: set print sevenbit-strings
8866 PASS: gdb.base/structs.exp: set print address off
8867 PASS: gdb.base/structs.exp: set width 0
8868 PASS: gdb.base/structs.exp: set print elements 300
8869 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ti
8870 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ti
8871 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ti
8872 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ti
8873 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ti
8874 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ti
8875 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ti
8876 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ti
8877 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ti
8878 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ti
8879 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ti
8880 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ti
8881 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ti
8882 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ti
8883 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ti
8884 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ti
8885 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ti
8886 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ti
8887 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ti
8888 PASS: gdb.base/structs.exp: set print sevenbit-strings
8889 PASS: gdb.base/structs.exp: set print address off
8890 PASS: gdb.base/structs.exp: set width 0
8891 PASS: gdb.base/structs.exp: set print elements 300
8892 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tl
8893 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tl
8894 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tl
8895 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tl
8896 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tl
8897 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tl
8898 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tl
8899 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tl
8900 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tl
8901 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tl
8902 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-tl
8903 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-tl
8904 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-tl
8905 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-tl
8906 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-tl
8907 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-tl
8908 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-tl
8909 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-tl
8910 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-tl
8911 PASS: gdb.base/structs.exp: set print sevenbit-strings
8912 PASS: gdb.base/structs.exp: set print address off
8913 PASS: gdb.base/structs.exp: set width 0
8914 PASS: gdb.base/structs.exp: set print elements 300
8915 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tll
8916 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tll
8917 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tll
8918 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tll
8919 PASS: gdb.base/structs.exp: set print sevenbit-strings
8920 PASS: gdb.base/structs.exp: set print address off
8921 PASS: gdb.base/structs.exp: set width 0
8922 PASS: gdb.base/structs.exp: set print elements 300
8923 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tf
8924 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tf
8925 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tf
8926 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tf
8927 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tf
8928 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tf
8929 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tf
8930 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tf
8931 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tf
8932 base/structs.exp: p/c L<n>; call 4 structs-tc-tf
8933 PASS: gdb.base/structs.exp: set print sevenbit-strings
8934 PASS: gdb.base/structs.exp: set print address off
8935 PASS: gdb.base/structs.exp: set width 0
8936 PASS: gdb.base/structs.exp: set print elements 300
8937 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-td
8938 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-td
8939 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-td
8940 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-td
8941 PASS: gdb.base/structs.exp: set print sevenbit-strings
8942 PASS: gdb.base/structs.exp: set print address off
8943 PASS: gdb.base/structs.exp: set width 0
8944 PASS: gdb.base/structs.exp: set print elements 300
8945 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tld
8946 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tld
8947 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tld
8948 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tld
8949 PASS: gdb.base/structs.exp: set print sevenbit-strings
8950 PASS: gdb.base/structs.exp: set print address off
8951 PASS: gdb.base/structs.exp: set width 0
8952 PASS: gdb.base/structs.exp: set print elements 300
8953 PASS: gdb.base/structs.exp: ptype foo2; structs-td-tf
8954 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tf
8955 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tf
8956 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tf
8957 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-td-tf
8958 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-td-tf
8959 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-td-tf
8960 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-td-tf
8961 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-td-tf
8962 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-td-tf
8963 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-td-tf
8964 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-td-tf
8965 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-td-tf
8966 PASS: gdb.base/structs.exp: set print sevenbit-strings
8967 PASS: gdb.base/structs.exp: set print address off
8968 PASS: gdb.base/structs.exp: set width 0
8969 PASS: gdb.base/structs.exp: set print elements 300
8970 PASS: gdb.base/structs.exp: ptype foo2; structs-tf-td
8971 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-td
8972 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-td
8973 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-td
8974 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-td
8975 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-td
8976 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-td
8977 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-td
8978 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-td
8979 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-td
8980 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-td
8981 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td
8982 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-td
8983 Running ./gdb.base/subst.exp ...
8984 PASS: gdb.base/subst.exp: deactivate GDB's confirmation interface
8985 PASS: gdb.base/subst.exp: show substitute-path, no rule entered yet
8986 PASS: gdb.base/subst.exp: show substitute-path from, no rule entered yet
8987 PASS: gdb.base/subst.exp: show substitute-path, too many arguments
8988 PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet
8989 PASS: gdb.base/subst.exp: unset substitute-path, no rule entered yet
8990 PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet
8991 PASS: gdb.base/subst.exp: unset substitute-path, too many arguments
8992 PASS: gdb.base/subst.exp: set substitute-path, too many arguments
8993 PASS: gdb.base/subst.exp: set substitute-path, too few arguments
8994 PASS: gdb.base/subst.exp: set substitute-path, first argument is empty string
8995 PASS: gdb.base/subst.exp: add from -> to substitution rule
8996 PASS: gdb.base/subst.exp: add from1 -> to1 substitution rule
8997 PASS: gdb.base/subst.exp: add source -> destination substitution rule
8998 PASS: gdb.base/subst.exp: add depuis -> vers substitution rule
8999 PASS: gdb.base/subst.exp: add substitution rule to empty string
9000 PASS: gdb.base/subst.exp: show substitute-path after all paths added
9001 PASS: gdb.base/subst.exp: show substitute-path from, after all paths added
9002 PASS: gdb.base/subst.exp: show substitute-path depuis, after all paths added
9003 PASS: gdb.base/subst.exp: show substitute-path garbage, after all paths added
9004 PASS: gdb.base/subst.exp: unset substitute-path from
9005 PASS: gdb.base/subst.exp: show substitute-path from, after unsetting it
9006 PASS: gdb.base/subst.exp: show substitute-path after from rule removed
9007 PASS: gdb.base/subst.exp: unset substitute-path from after the rule was removed
9008 PASS: gdb.base/subst.exp: unset substitute-path depuis (middle of list)
9009 PASS: gdb.base/subst.exp: show substitute-path after depuis rule removed
9010 PASS: gdb.base/subst.exp: unset substitute-path empty (end of list)
9011 PASS: gdb.base/subst.exp: show substitute-path after empty rule removed
9012 PASS: gdb.base/subst.exp: remove all remaining substitution rules
9013 PASS: gdb.base/subst.exp: show substitute-path after all remaining rules removed
9014 Running ./gdb.base/symbol-without-target_section.exp ...
9015 PASS: gdb.base/symbol-without-target_section.exp: add-symbol-file
9016 PASS: gdb.base/symbol-without-target_section.exp: list main
9017 PASS: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
9018 Running ./gdb.base/term.exp ...
9019 Running ./gdb.base/testenv.exp ...
9020 Running ./gdb.base/trace-commands.exp ...
9021 PASS: gdb.base/trace-commands.exp: show trace-commands says off
9022 PASS: gdb.base/trace-commands.exp: source -v
9023 PASS: gdb.base/trace-commands.exp: set trace-commands
9024 PASS: gdb.base/trace-commands.exp: show trace-commands says on
9025 PASS: gdb.base/trace-commands.exp: simple trace-commands test
9026 PASS: gdb.base/trace-commands.exp: nested trace-commands test
9027 PASS: gdb.base/trace-commands.exp: define user command
9028 PASS: gdb.base/trace-commands.exp: nested trace-commands test with source
9029 PASS: gdb.base/trace-commands.exp: depth resets on error part 1
9030 PASS: gdb.base/trace-commands.exp: depth resets on error part 2
9031 Running ./gdb.base/tui-layout.exp ...
9032 PASS: gdb.base/tui-layout.exp: layout asm
9033 Running ./gdb.base/twice.exp ...
9034 PASS: gdb.base/twice.exp: step
9035 Running ./gdb.base/type-opaque.exp ...
9036 PASS: gdb.base/type-opaque.exp: opaque struct type resolving
9037 PASS: gdb.base/type-opaque.exp: empty struct type resolving
9038 PASS: gdb.base/type-opaque.exp: filled struct type resolving
9039 PASS: gdb.base/type-opaque.exp: opaque union type resolving
9040 PASS: gdb.base/type-opaque.exp: empty union type resolving
9041 PASS: gdb.base/type-opaque.exp: filled union type resolving
9042 Running ./gdb.base/ui-redirect.exp ...
9043 PASS: gdb.base/ui-redirect.exp: commands
9044 PASS: gdb.base/ui-redirect.exp: print 1
9045 PASS: gdb.base/ui-redirect.exp: end
9046 PASS: gdb.base/ui-redirect.exp: set logging file /dev/null
9047 PASS: gdb.base/ui-redirect.exp: set logging on
9048 PASS: gdb.base/ui-redirect.exp: save breakpoints /dev/null
9049 PASS: gdb.base/ui-redirect.exp: set logging off
9050 PASS: gdb.base/ui-redirect.exp: help
9051 Running ./gdb.base/unload.exp ...
9052 PASS: gdb.base/unload.exp: pending breakpoint info before run
9053 PASS: gdb.base/unload.exp: running program
9054 PASS: gdb.base/unload.exp: pending breakpoint info on first run at shrfunc1
9055 PASS: gdb.base/unload.exp: continuing to unloaded libfile
9056 PASS: gdb.base/unload.exp: print y from libfile
9057 PASS: gdb.base/unload.exp: rerun to shared library breakpoint
9058 PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc1
9059 PASS: gdb.base/unload.exp: continuing to unloaded libfile
9060 PASS: gdb.base/unload.exp: continue to shrfunc2
9061 PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc2
9062 PASS: gdb.base/unload.exp: continuing to unloaded libfile2
9063 PASS: gdb.base/unload.exp: print y from libfile2
9064 Running ./gdb.base/until.exp ...
9065 PASS: gdb.base/until.exp: until line number
9066 PASS: gdb.base/until.exp: malformed until
9067 PASS: gdb.base/until.exp: until factorial, recursive function
9068 PASS: gdb.base/until.exp: until func, not called by current frame
9069 Running ./gdb.base/unwindonsignal.exp ...
9070 Running ./gdb.base/valgrind-db-attach.exp ...
9071 Running ./gdb.base/valgrind-infcall.exp ...
9072 Running ./gdb.base/value-double-free.exp ...
9073 PASS: gdb.base/value-double-free.exp: watch var
9074 PASS: gdb.base/value-double-free.exp: continue
9075 PASS: gdb.base/value-double-free.exp: print empty()
9076 PASS: gdb.base/value-double-free.exp: help help
9077 Running ./gdb.base/varargs.exp ...
9078 PASS: gdb.base/varargs.exp: set print sevenbit-strings
9079 PASS: gdb.base/varargs.exp: set print address off
9080 PASS: gdb.base/varargs.exp: set width 0
9081 Running ./gdb.base/volatile.exp ...
9082 PASS: gdb.base/volatile.exp: continue to marker1
9083 PASS: gdb.base/volatile.exp: up from marker1
9084 PASS: gdb.base/volatile.exp: ptype vox
9085 PASS: gdb.base/volatile.exp: ptype victuals
9086 PASS: gdb.base/volatile.exp: ptype vixen
9087 PASS: gdb.base/volatile.exp: ptype vitriol
9088 PASS: gdb.base/volatile.exp: ptype vellum
9089 PASS: gdb.base/volatile.exp: ptype valve
9090 PASS: gdb.base/volatile.exp: ptype vacuity
9091 PASS: gdb.base/volatile.exp: ptype vertigo
9092 PASS: gdb.base/volatile.exp: ptype vampire
9093 PASS: gdb.base/volatile.exp: ptype viper
9094 PASS: gdb.base/volatile.exp: ptype vigour
9095 PASS: gdb.base/volatile.exp: ptype vapour
9096 PASS: gdb.base/volatile.exp: ptype ventricle
9097 PASS: gdb.base/volatile.exp: ptype vigintillion
9098 PASS: gdb.base/volatile.exp: ptype vocation
9099 PASS: gdb.base/volatile.exp: ptype veracity
9100 PASS: gdb.base/volatile.exp: ptype vapidity
9101 PASS: gdb.base/volatile.exp: ptype velocity
9102 PASS: gdb.base/volatile.exp: ptype veneer
9103 PASS: gdb.base/volatile.exp: ptype video
9104 PASS: gdb.base/volatile.exp: ptype vacuum
9105 PASS: gdb.base/volatile.exp: ptype veniality
9106 PASS: gdb.base/volatile.exp: ptype vitality
9107 PASS: gdb.base/volatile.exp: ptype voracity
9108 PASS: gdb.base/volatile.exp: ptype victor
9109 PASS: gdb.base/volatile.exp: ptype vicar
9110 PASS: gdb.base/volatile.exp: ptype victory
9111 PASS: gdb.base/volatile.exp: ptype vicarage
9112 PASS: gdb.base/volatile.exp: ptype vein
9113 PASS: gdb.base/volatile.exp: ptype vogue
9114 PASS: gdb.base/volatile.exp: ptype cavern
9115 PASS: gdb.base/volatile.exp: ptype coverlet
9116 PASS: gdb.base/volatile.exp: ptype caveat
9117 PASS: gdb.base/volatile.exp: ptype covenant
9118 PASS: gdb.base/volatile.exp: ptype vizier
9119 PASS: gdb.base/volatile.exp: ptype vanadium
9120 PASS: gdb.base/volatile.exp: ptype vane
9121 PASS: gdb.base/volatile.exp: ptype veldt
9122 PASS: gdb.base/volatile.exp: ptype cove
9123 PASS: gdb.base/volatile.exp: ptype cavity
9124 PASS: gdb.base/volatile.exp: ptype vagus
9125 PASS: gdb.base/volatile.exp: ptype vagrancy
9126 PASS: gdb.base/volatile.exp: ptype vagary
9127 PASS: gdb.base/volatile.exp: ptype vendor
9128 PASS: gdb.base/volatile.exp: ptype qux2
9129 Running ./gdb.base/watch-cond.exp ...
9130 PASS: gdb.base/watch-cond.exp: set write watchpoint on global variable, local condition
9131 PASS: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
9132 PASS: gdb.base/watch-cond.exp: set write watchpoint on local variable, local condition
9133 PASS: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
9134 PASS: gdb.base/watch-cond.exp: set write watchpoint on global2 variable
9135 PASS: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
9136 PASS: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
9137 PASS: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
9138 Running ./gdb.base/watch-cond-infcall.exp ...
9139 PASS: gdb.base/watch-cond-infcall.exp: sw: watch var if return_1 ()
9140 PASS: gdb.base/watch-cond-infcall.exp: sw: continue
9141 Running ./gdb.base/watch-non-mem.exp ...
9142 PASS: gdb.base/watch-non-mem.exp: set write watchpoint on $pc
9143 PASS: gdb.base/watch-non-mem.exp: watchpoint on $pc works
9144 Running ./gdb.base/watchpoint-cond-gone.exp ...
9145 PASS: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0
9146 PASS: gdb.base/watchpoint-cond-gone.exp: continue to breakpoint: Place to set the watchpoint
9147 PASS: gdb.base/watchpoint-cond-gone.exp: Place the watchpoint
9148 PASS: gdb.base/watchpoint-cond-gone.exp: Catch the no longer valid watchpoint
9149 Running ./gdb.base/watchpoint-delete.exp ...
9150 PASS: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
9151 PASS: gdb.base/watchpoint-delete.exp: continue to breakpoint: break-here
9152 PASS: gdb.base/watchpoint-delete.exp: watch x
9153 PASS: gdb.base/watchpoint-delete.exp: delete $bpnum
9154 Running ./gdb.base/watchpoint.exp ...
9155 PASS: gdb.base/watchpoint.exp: disable fast watches
9156 PASS: gdb.base/watchpoint.exp: show disable fast watches
9157 PASS: gdb.base/watchpoint.exp: set slow conditional watch
9158 PASS: gdb.base/watchpoint.exp: trigger slow conditional watch
9159 PASS: gdb.base/watchpoint.exp: delete watch ival3
9160 PASS: gdb.base/watchpoint.exp: set slow condition watch w/thread
9161 PASS: gdb.base/watchpoint.exp: delete watch w/condition and thread
9162 PASS: gdb.base/watchpoint.exp: rwatch disallowed when can-set-hw-watchpoints cleared
9163 PASS: gdb.base/watchpoint.exp: set breakpoint at marker1
9164 PASS: gdb.base/watchpoint.exp: set breakpoint at marker2
9165 PASS: gdb.base/watchpoint.exp: info break in watchpoint.exp
9166 PASS: gdb.base/watchpoint.exp: set watchpoint on ival3
9167 PASS: gdb.base/watchpoint.exp: watchpoint found in watchpoint/breakpoint table
9168 PASS: gdb.base/watchpoint.exp: disable watchpoint
9169 PASS: gdb.base/watchpoint.exp: disable watchpoint in test_simple_watchpoint
9170 PASS: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint
9171 PASS: gdb.base/watchpoint.exp: enable watchpoint
9172 PASS: gdb.base/watchpoint.exp: break func1
9173 PASS: gdb.base/watchpoint.exp: set $func1_breakpoint_number = $bpnum
9174 PASS: gdb.base/watchpoint.exp: continue to breakpoint at func1
9175 PASS: gdb.base/watchpoint.exp: watchpoint hit, first time
9176 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 1
9177 PASS: gdb.base/watchpoint.exp: delete $func1_breakpoint_number
9178 PASS: gdb.base/watchpoint.exp: watchpoint hit, second time
9179 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 2
9180 PASS: gdb.base/watchpoint.exp: watchpoint hit, third time
9181 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 3
9182 PASS: gdb.base/watchpoint.exp: watchpoint hit, fourth time
9183 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 4
9184 PASS: gdb.base/watchpoint.exp: watchpoint hit, fifth time
9185 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 5
9186 PASS: gdb.base/watchpoint.exp: continue to marker2
9187 PASS: gdb.base/watchpoint.exp: watchpoint disabled
9188 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
9189 PASS: gdb.base/watchpoint.exp: watchpoints found in watchpoint/breakpoint table
9190 PASS: gdb.base/watchpoint.exp: disable watchpoint in test_disabling_watchpoints
9191 PASS: gdb.base/watchpoint.exp: run to marker1 in test_disabling_watchpoints
9192 PASS: gdb.base/watchpoint.exp: watchpoint enabled
9193 PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
9194 PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
9195 PASS: gdb.base/watchpoint.exp: disable watchpoint #2 in test_disabling_watchpoints
9196 PASS: gdb.base/watchpoint.exp: watchpoint disabled in table
9197 PASS: gdb.base/watchpoint.exp: disabled watchpoint skipped
9198 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_disabling_watchpoints
9199 PASS: gdb.base/watchpoint.exp: watch ival2
9200 PASS: gdb.base/watchpoint.exp: break func2 if 0
9201 PASS: gdb.base/watchpoint.exp: p $func2_breakpoint_number = $bpnum
9202 PASS: gdb.base/watchpoint.exp: calling function with watchpoint enabled
9203 PASS: gdb.base/watchpoint.exp: finish from marker1
9204 PASS: gdb.base/watchpoint.exp: back at main from marker1
9205 PASS: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
9206 PASS: gdb.base/watchpoint.exp: until to ival1 assignment
9207 PASS: gdb.base/watchpoint.exp: until to ival3 assignment
9208 PASS: gdb.base/watchpoint.exp: until out of loop
9209 PASS: gdb.base/watchpoint.exp: step to ival2 assignment
9210 PASS: gdb.base/watchpoint.exp: watch ptr1->val
9211 PASS: gdb.base/watchpoint.exp: break marker5
9212 PASS: gdb.base/watchpoint.exp: Test complex watchpoint
9213 PASS: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
9214 PASS: gdb.base/watchpoint.exp: disable in test_complex_watchpoint
9215 PASS: gdb.base/watchpoint.exp: break marker6
9216 PASS: gdb.base/watchpoint.exp: continue to marker6
9217 base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
9218 PASS: gdb.base/watchpoint.exp: set local watch
9219 PASS: gdb.base/watchpoint.exp: trigger local watch
9220 PASS: gdb.base/watchpoint.exp: self-delete local watch
9221 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
9222 PASS: gdb.base/watchpoint.exp: set partially local watch
9223 PASS: gdb.base/watchpoint.exp: trigger1 partially local watch
9224 PASS: gdb.base/watchpoint.exp: trigger2 partially local watch
9225 PASS: gdb.base/watchpoint.exp: self-delete partially local watch
9226 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
9227 PASS: gdb.base/watchpoint.exp: set static local watch
9228 PASS: gdb.base/watchpoint.exp: trigger static local watch
9229 PASS: gdb.base/watchpoint.exp: continue after trigger static local watch
9230 PASS: gdb.base/watchpoint.exp: static local watch did not self-delete
9231 PASS: gdb.base/watchpoint.exp: tbreak recurser
9232 PASS: gdb.base/watchpoint.exp: cont
9233 PASS: gdb.base/watchpoint.exp: next past local_x initialization
9234 PASS: gdb.base/watchpoint.exp: set local watch in recursive call
9235 PASS: gdb.base/watchpoint.exp: trigger local watch in recursive call
9236 PASS: gdb.base/watchpoint.exp: self-delete local watch in recursive call
9237 PASS: gdb.base/watchpoint.exp: cont
9238 PASS: gdb.base/watchpoint.exp: tbreak recurser
9239 PASS: gdb.base/watchpoint.exp: cont
9240 PASS: gdb.base/watchpoint.exp: next past local_x initialization
9241 PASS: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
9242 PASS: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
9243 PASS: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call (2)
9244 PASS: gdb.base/watchpoint.exp: disable in test_complex_watchpoint
9245 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
9246 PASS: gdb.base/watchpoint.exp: watchpoint refused to insert on nonexistent struct member
9247 PASS: gdb.base/watchpoint.exp: watch global_ptr
9248 PASS: gdb.base/watchpoint.exp: watch *(int *) 0
9249 PASS: gdb.base/watchpoint.exp: watch -location *global_ptr
9250 PASS: gdb.base/watchpoint.exp: watch *global_ptr
9251 PASS: gdb.base/watchpoint.exp: set $global_ptr_breakpoint_number = $bpnum
9252 PASS: gdb.base/watchpoint.exp: global_ptr next
9253 PASS: gdb.base/watchpoint.exp: next over ptr init
9254 PASS: gdb.base/watchpoint.exp: next over buffer set
9255 PASS: gdb.base/watchpoint.exp: delete $global_ptr_breakpoint_number
9256 PASS: gdb.base/watchpoint.exp: watch **global_ptr_ptr
9257 PASS: gdb.base/watchpoint.exp: set $global_ptr_ptr_breakpoint_number = $bpnum
9258 PASS: gdb.base/watchpoint.exp: global_ptr_ptr next
9259 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr init
9260 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
9261 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
9262 PASS: gdb.base/watchpoint.exp: delete $global_ptr_ptr_breakpoint_number
9263 PASS: gdb.base/watchpoint.exp: continue to breakpoint: second x assignment
9264 PASS: gdb.base/watchpoint.exp: watch x
9265 PASS: gdb.base/watchpoint.exp: next after watch x
9266 PASS: gdb.base/watchpoint.exp: delete watch x
9267 PASS: gdb.base/watchpoint.exp: watch buf
9268 PASS: gdb.base/watchpoint.exp: watchpoint on buf hit
9269 PASS: gdb.base/watchpoint.exp: delete watch buf
9270 PASS: gdb.base/watchpoint.exp: number is constant
9271 PASS: gdb.base/watchpoint.exp: number with cast is constant
9272 PASS: gdb.base/watchpoint.exp: marker1 is constant
9273 PASS: gdb.base/watchpoint.exp: watch count + 6
9274 PASS: gdb.base/watchpoint.exp: delete watchpoint `count + 6'
9275 PASS: gdb.base/watchpoint.exp: watch 7 + count
9276 PASS: gdb.base/watchpoint.exp: delete watchpoint `7 + count'
9277 PASS: gdb.base/watchpoint.exp: watch $pc
9278 PASS: gdb.base/watchpoint.exp: disable watchpoint `$pc'
9279 PASS: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
9280 PASS: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
9281 PASS: gdb.base/watchpoint.exp: delete watchpoint `$pc'
9282 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
9283 PASS: gdb.base/watchpoint.exp: watch -location .x
9284 PASS: gdb.base/watchpoint.exp: continue with watch -location
9285 PASS: gdb.base/watchpoint.exp: delete watch -location
9286 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
9287 PASS: gdb.base/watchpoint.exp: watch foo2
9288 PASS: gdb.base/watchpoint.exp: continue with watch foo2
9289 PASS: gdb.base/watchpoint.exp: delete watch foo2
9290 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
9291 PASS: gdb.base/watchpoint.exp: watch foo4
9292 PASS: gdb.base/watchpoint.exp: continue with watch foo4
9293 PASS: gdb.base/watchpoint.exp: delete watch foo4
9294 Running ./gdb.base/watchpoint-hw.exp ...
9295 Running ./gdb.base/watchpoint-hw-hit-once.exp ...
9296 Running ./gdb.base/watchpoints.exp ...
9297 PASS: gdb.base/watchpoints.exp: watchpoint hit, first time
9298 PASS: gdb.base/watchpoints.exp: watchpoint hit, first time
9299 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 1
9300 PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
9301 PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
9302 PASS: gdb.base/watchpoints.exp: watchpoint hit, second time
9303 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 2
9304 PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
9305 PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
9306 PASS: gdb.base/watchpoints.exp: watchpoint hit, third time
9307 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 3
9308 PASS: gdb.base/watchpoints.exp: watchpoint hit, fourth time
9309 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 4
9310 PASS: gdb.base/watchpoints.exp: watchpoint hit, fifth time
9311 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 5
9312 Running ./gdb.base/watchpoint-solib.exp ...
9313 PASS: gdb.base/watchpoint-solib.exp: set pending breakpoint
9314 PASS: gdb.base/watchpoint-solib.exp: continue to foo
9315 PASS: gdb.base/watchpoint-solib.exp: set watchpoint on g
9316 PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
9317 PASS: gdb.base/watchpoint-solib.exp: rerun to main
9318 PASS: gdb.base/watchpoint-solib.exp: continue to foo again
9319 PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
9320 Running ./gdb.base/watch-read.exp ...
9321 Running ./gdb.base/watch_thread_num.exp ...
9322 Running ./gdb.base/watch-vfork.exp ...
9323 Running ./gdb.base/wchar.exp ...
9324 PASS: gdb.base/wchar.exp: print narrow
9325 PASS: gdb.base/wchar.exp: print single
9326 PASS: gdb.base/wchar.exp: print simple
9327 PASS: gdb.base/wchar.exp: print difficile
9328 PASS: gdb.base/wchar.exp: print simple[2]
9329 PASS: gdb.base/wchar.exp: print difficile[2]
9330 PASS: gdb.base/wchar.exp: print repeat
9331 PASS: gdb.base/wchar.exp: print repeat_p
9332 PASS: gdb.base/wchar.exp: set print null on
9333 PASS: gdb.base/wchar.exp: print repeat (print null on)
9334 PASS: gdb.base/wchar.exp: set print elements 3
9335 PASS: gdb.base/wchar.exp: print repeat (print elements 3)
9336 PASS: gdb.base/wchar.exp: print repeat_p (print elements 3)
9337 Running ./gdb.base/whatis.exp ...
9338 PASS: gdb.base/whatis.exp: whatis char
9339 PASS: gdb.base/whatis.exp: whatis signed char
9340 PASS: gdb.base/whatis.exp: whatis unsigned char
9341 PASS: gdb.base/whatis.exp: whatis short
9342 PASS: gdb.base/whatis.exp: whatis signed short
9343 PASS: gdb.base/whatis.exp: whatis unsigned short
9344 PASS: gdb.base/whatis.exp: whatis int
9345 PASS: gdb.base/whatis.exp: whatis signed int
9346 PASS: gdb.base/whatis.exp: whatis unsigned int
9347 PASS: gdb.base/whatis.exp: whatis long
9348 PASS: gdb.base/whatis.exp: whatis signed long
9349 PASS: gdb.base/whatis.exp: whatis unsigned long
9350 PASS: gdb.base/whatis.exp: whatis unsigned long long
9351 PASS: gdb.base/whatis.exp: whatis float
9352 PASS: gdb.base/whatis.exp: whatis double
9353 PASS: gdb.base/whatis.exp: whatis char array
9354 PASS: gdb.base/whatis.exp: whatis signed char array
9355 PASS: gdb.base/whatis.exp: whatis unsigned char array
9356 PASS: gdb.base/whatis.exp: whatis short array
9357 PASS: gdb.base/whatis.exp: whatis signed short array
9358 PASS: gdb.base/whatis.exp: whatis unsigned short array
9359 PASS: gdb.base/whatis.exp: whatis int array
9360 PASS: gdb.base/whatis.exp: whatis signed int array
9361 PASS: gdb.base/whatis.exp: whatis unsigned int array
9362 PASS: gdb.base/whatis.exp: whatis long array
9363 PASS: gdb.base/whatis.exp: whatis signed long array
9364 PASS: gdb.base/whatis.exp: whatis unsigned long array
9365 PASS: gdb.base/whatis.exp: whatis unsigned long array
9366 PASS: gdb.base/whatis.exp: whatis float array
9367 PASS: gdb.base/whatis.exp: whatis double array
9368 PASS: gdb.base/whatis.exp: whatis char pointer
9369 PASS: gdb.base/whatis.exp: whatis signed char pointer
9370 PASS: gdb.base/whatis.exp: whatis unsigned char pointer
9371 PASS: gdb.base/whatis.exp: whatis short pointer
9372 PASS: gdb.base/whatis.exp: whatis signed short pointer
9373 PASS: gdb.base/whatis.exp: whatis unsigned short pointer
9374 PASS: gdb.base/whatis.exp: whatis int pointer
9375 PASS: gdb.base/whatis.exp: whatis signed int pointer
9376 PASS: gdb.base/whatis.exp: whatis unsigned int pointer
9377 PASS: gdb.base/whatis.exp: whatis long pointer
9378 PASS: gdb.base/whatis.exp: whatis signed long pointer
9379 PASS: gdb.base/whatis.exp: whatis unsigned long pointer
9380 PASS: gdb.base/whatis.exp: whatis long long pointer
9381 PASS: gdb.base/whatis.exp: whatis signed long long pointer
9382 PASS: gdb.base/whatis.exp: whatis unsigned long long pointer
9383 PASS: gdb.base/whatis.exp: whatis float pointer
9384 PASS: gdb.base/whatis.exp: whatis double pointer
9385 PASS: gdb.base/whatis.exp: whatis named structure
9386 PASS: gdb.base/whatis.exp: whatis named structure using type name
9387 PASS: gdb.base/whatis.exp: whatis unnamed structure
9388 PASS: gdb.base/whatis.exp: whatis named union
9389 PASS: gdb.base/whatis.exp: whatis named union using type name
9390 PASS: gdb.base/whatis.exp: whatis unnamed union
9391 PASS: gdb.base/whatis.exp: whatis char function
9392 PASS: gdb.base/whatis.exp: whatis signed char function
9393 PASS: gdb.base/whatis.exp: whatis unsigned char function
9394 PASS: gdb.base/whatis.exp: whatis short function
9395 PASS: gdb.base/whatis.exp: whatis signed short function
9396 PASS: gdb.base/whatis.exp: whatis unsigned short function
9397 PASS: gdb.base/whatis.exp: whatis int function
9398 PASS: gdb.base/whatis.exp: whatis signed int function
9399 PASS: gdb.base/whatis.exp: whatis unsigned int function
9400 PASS: gdb.base/whatis.exp: whatis long function
9401 PASS: gdb.base/whatis.exp: whatis signed long function
9402 PASS: gdb.base/whatis.exp: whatis unsigned long function
9403 PASS: gdb.base/whatis.exp: whatis long long function
9404 PASS: gdb.base/whatis.exp: whatis signed long long function
9405 PASS: gdb.base/whatis.exp: whatis unsigned long long function
9406 PASS: gdb.base/whatis.exp: whatis float function
9407 PASS: gdb.base/whatis.exp: whatis double function
9408 PASS: gdb.base/whatis.exp: whatis complicated structure
9409 PASS: gdb.base/whatis.exp: whatis complicated union
9410 PASS: gdb.base/whatis.exp: whatis enumeration
9411 PASS: gdb.base/whatis.exp: whatis enumeration using type name
9412 PASS: gdb.base/whatis.exp: whatis outer structure
9413 PASS: gdb.base/whatis.exp: whatis outer structure member
9414 PASS: gdb.base/whatis.exp: whatis inner structure
9415 PASS: gdb.base/whatis.exp: whatis inner structure member
9416 PASS: gdb.base/whatis.exp: whatis inner union
9417 PASS: gdb.base/whatis.exp: whatis inner union member
9418 PASS: gdb.base/whatis.exp: whatis using typedef type name
9419 PASS: gdb.base/whatis.exp: whatis applied to variable defined by typedef
9420 PASS: gdb.base/whatis.exp: whatis applied to pointer to pointer to function
9421 PASS: gdb.base/whatis.exp: whatis applied to const pointer to pointer to function
9422 PASS: gdb.base/whatis.exp: whatis applied to pointer to const pointer to function
9423 PASS: gdb.base/whatis.exp: whatis applied to pointer to function returning pointer to int
9424 PASS: gdb.base/whatis.exp: whatis applied to pointer to pointer to function returning pointer to int
9425 PASS: gdb.base/whatis.exp: whatis applied to pointer to function returning pointer to array
9426 PASS: gdb.base/whatis.exp: whatis applied to pointer to function taking int,int and returning int
9427 PASS: gdb.base/whatis.exp: whatis applied to pointer to function taking const int ptr and varargs and returning int
9428 PASS: gdb.base/whatis.exp: whatis applied to function with types trailing 'void'
9429 PASS: gdb.base/whatis.exp: whatis applied to function with 'void' parameter type
9430 Running ./gdb.base/whatis-exp.exp ...
9431 PASS: gdb.base/whatis-exp.exp: set variable x=14
9432 PASS: gdb.base/whatis-exp.exp: set variable y=2
9433 PASS: gdb.base/whatis-exp.exp: set variable z=2
9434 PASS: gdb.base/whatis-exp.exp: set variable w=3
9435 PASS: gdb.base/whatis-exp.exp: print value of x
9436 PASS: gdb.base/whatis-exp.exp: print value of y
9437 PASS: gdb.base/whatis-exp.exp: print value of z
9438 PASS: gdb.base/whatis-exp.exp: print value of w
9439 PASS: gdb.base/whatis-exp.exp: whatis value of x+y
9440 PASS: gdb.base/whatis-exp.exp: whatis value of x-y
9441 PASS: gdb.base/whatis-exp.exp: whatis value of x*y
9442 PASS: gdb.base/whatis-exp.exp: whatis value of x/y
9443 PASS: gdb.base/whatis-exp.exp: whatis value of x%y
9444 PASS: gdb.base/whatis-exp.exp: whatis value of x=y
9445 PASS: gdb.base/whatis-exp.exp: whatis value of x+=2
9446 PASS: gdb.base/whatis-exp.exp: whatis value of ++x
9447 PASS: gdb.base/whatis-exp.exp: whatis value of --x
9448 PASS: gdb.base/whatis-exp.exp: whatis value of x++
9449 PASS: gdb.base/whatis-exp.exp: whatis value of x--
9631 PASS: gdb.cp/casts.exp: cast base class pointer to derived class pointer
9632 PASS: gdb.cp/casts.exp: let compiler cast base class pointer to derived class pointer
9633 PASS: gdb.cp/casts.exp: cast derived class pointer to base class pointer
9634 PASS: gdb.cp/casts.exp: cast derived class reference to base class reference
9635 PASS: gdb.cp/casts.exp: cast base class reference to derived class reference
9636 PASS: gdb.cp/casts.exp: let compiler cast base class reference to derived class reference
9658 PASS: gdb.cp/casts.exp: dynamic_cast upcast to unique base
9662 PASS: gdb.cp/casts.exp: dynamic_cast to non-existing base
9663 PASS: gdb.cp/casts.exp: dynamic_cast to reference to non-existing base
9786 PASS: gdb.cp/converts.exp: Pointer-to-pointer-to-pointer derived to Pointer-to-pointer-to-pointer base.
9847 PASS: gdb.cp/cpcompletion.exp: complete p foo1.base
9857 FAIL: gdb.cp/cpexprs.exp: print base::base(int)
9858 FAIL: gdb.cp/cpexprs.exp: print base::base(void)
9859 PASS: gdb.cp/cpexprs.exp: print base::operator char*
9860 PASS: gdb.cp/cpexprs.exp: print base::operator delete
9861 PASS: gdb.cp/cpexprs.exp: print base::operator delete[]
9862 PASS: gdb.cp/cpexprs.exp: print base::operator fluff*
9863 PASS: gdb.cp/cpexprs.exp: print base::operator fluff**
9864 PASS: gdb.cp/cpexprs.exp: print base::operator int
9865 PASS: gdb.cp/cpexprs.exp: print base::operator new
9866 PASS: gdb.cp/cpexprs.exp: print base::operator new[]
9867 PASS: gdb.cp/cpexprs.exp: print base::operator!
9868 PASS: gdb.cp/cpexprs.exp: print base::operator!=
9869 PASS: gdb.cp/cpexprs.exp: print base::operator%
9870 PASS: gdb.cp/cpexprs.exp: print base::operator%=
9871 PASS: gdb.cp/cpexprs.exp: print base::operator&
9872 PASS: gdb.cp/cpexprs.exp: print base::operator&&
9873 PASS: gdb.cp/cpexprs.exp: print base::operator&=
9874 PASS: gdb.cp/cpexprs.exp: print base::operator()
9875 PASS: gdb.cp/cpexprs.exp: print base::operator*
9876 PASS: gdb.cp/cpexprs.exp: print base::operator*=
9877 PASS: gdb.cp/cpexprs.exp: print base::operator+
9878 PASS: gdb.cp/cpexprs.exp: print base::operator++
9879 PASS: gdb.cp/cpexprs.exp: print base::operator+=
9880 PASS: gdb.cp/cpexprs.exp: print base::operator-
9881 PASS: gdb.cp/cpexprs.exp: print base::operator--
9882 PASS: gdb.cp/cpexprs.exp: print base::operator-=
9883 PASS: gdb.cp/cpexprs.exp: print base::operator/
9884 PASS: gdb.cp/cpexprs.exp: print base::operator/=
9885 PASS: gdb.cp/cpexprs.exp: print base::operator<
9886 PASS: gdb.cp/cpexprs.exp: print base::operator<<
9887 PASS: gdb.cp/cpexprs.exp: print base::operator<<=
9888 PASS: gdb.cp/cpexprs.exp: print base::operator<=
9889 PASS: gdb.cp/cpexprs.exp: print base::operator=
9890 PASS: gdb.cp/cpexprs.exp: print base::operator==
9891 PASS: gdb.cp/cpexprs.exp: print base::operator>
9892 PASS: gdb.cp/cpexprs.exp: print base::operator>=
9893 PASS: gdb.cp/cpexprs.exp: print base::operator>>
9894 PASS: gdb.cp/cpexprs.exp: print base::operator>>=
9895 PASS: gdb.cp/cpexprs.exp: print base::operator[]
9896 PASS: gdb.cp/cpexprs.exp: print base::operator^
9897 PASS: gdb.cp/cpexprs.exp: print base::operator^=
9898 PASS: gdb.cp/cpexprs.exp: print base::operator|
9899 PASS: gdb.cp/cpexprs.exp: print base::operator|=
9900 PASS: gdb.cp/cpexprs.exp: print base::operator||
9901 PASS: gdb.cp/cpexprs.exp: print base::operator~
9902 PASS: gdb.cp/cpexprs.exp: print base::overload(base&) const
9903 PASS: gdb.cp/cpexprs.exp: print base::overload(char*) const
9904 PASS: gdb.cp/cpexprs.exp: print base::overload(int) const
9905 PASS: gdb.cp/cpexprs.exp: print base::overload(long) const
9906 PASS: gdb.cp/cpexprs.exp: print base::overload(short) const
9907 PASS: gdb.cp/cpexprs.exp: print base::overload(void) const
9908 FAIL: gdb.cp/cpexprs.exp: print base::~base
9957 PASS: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::function
9958 FAIL: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::policyd
9959 FAIL: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::~policyd
9971 PASS: gdb.cp/cpexprs.exp: print tclass<base>::do_something
9982 PASS: gdb.cp/cpexprs.exp: list base::base(int)
9983 PASS: gdb.cp/cpexprs.exp: list base::base(void)
9984 PASS: gdb.cp/cpexprs.exp: list base::operator char*
9985 PASS: gdb.cp/cpexprs.exp: list base::operator delete
9986 PASS: gdb.cp/cpexprs.exp: list base::operator delete[]
9987 PASS: gdb.cp/cpexprs.exp: list base::operator fluff*
9988 PASS: gdb.cp/cpexprs.exp: list base::operator fluff**
9989 PASS: gdb.cp/cpexprs.exp: list base::operator int
9990 PASS: gdb.cp/cpexprs.exp: list base::operator new
9991 PASS: gdb.cp/cpexprs.exp: list base::operator new[]
9992 PASS: gdb.cp/cpexprs.exp: list base::operator!
9993 PASS: gdb.cp/cpexprs.exp: list base::operator!=
9994 PASS: gdb.cp/cpexprs.exp: list base::operator%
9995 PASS: gdb.cp/cpexprs.exp: list base::operator%=
9996 PASS: gdb.cp/cpexprs.exp: list base::operator&
9997 PASS: gdb.cp/cpexprs.exp: list base::operator&&
9998 PASS: gdb.cp/cpexprs.exp: list base::operator&=
9999 PASS: gdb.cp/cpexprs.exp: list base::operator()
10000 PASS: gdb.cp/cpexprs.exp: list base::operator*
10001 PASS: gdb.cp/cpexprs.exp: list base::operator*=
10002 PASS: gdb.cp/cpexprs.exp: list base::operator+
10003 PASS: gdb.cp/cpexprs.exp: list base::operator++
10004 PASS: gdb.cp/cpexprs.exp: list base::operator+=
10005 PASS: gdb.cp/cpexprs.exp: list base::operator-
10006 PASS: gdb.cp/cpexprs.exp: list base::operator--
10007 PASS: gdb.cp/cpexprs.exp: list base::operator-=
10008 PASS: gdb.cp/cpexprs.exp: list base::operator/
10009 PASS: gdb.cp/cpexprs.exp: list base::operator/=
10010 PASS: gdb.cp/cpexprs.exp: list base::operator<
10011 PASS: gdb.cp/cpexprs.exp: list base::operator<<
10012 PASS: gdb.cp/cpexprs.exp: list base::operator<<=
10013 PASS: gdb.cp/cpexprs.exp: list base::operator<=
10014 PASS: gdb.cp/cpexprs.exp: list base::operator=
10015 PASS: gdb.cp/cpexprs.exp: list base::operator==
10016 PASS: gdb.cp/cpexprs.exp: list base::operator>
10017 PASS: gdb.cp/cpexprs.exp: list base::operator>=
10018 PASS: gdb.cp/cpexprs.exp: list base::operator>>
10019 PASS: gdb.cp/cpexprs.exp: list base::operator>>=
10020 PASS: gdb.cp/cpexprs.exp: list base::operator[]
10021 PASS: gdb.cp/cpexprs.exp: list base::operator^
10022 PASS: gdb.cp/cpexprs.exp: list base::operator^=
10023 PASS: gdb.cp/cpexprs.exp: list base::operator|
10024 PASS: gdb.cp/cpexprs.exp: list base::operator|=
10025 PASS: gdb.cp/cpexprs.exp: list base::operator||
10026 PASS: gdb.cp/cpexprs.exp: list base::operator~
10027 PASS: gdb.cp/cpexprs.exp: list base::overload(base&) const
10028 PASS: gdb.cp/cpexprs.exp: list base::overload(char*) const
10029 PASS: gdb.cp/cpexprs.exp: list base::overload(int) const
10030 PASS: gdb.cp/cpexprs.exp: list base::overload(long) const
10031 PASS: gdb.cp/cpexprs.exp: list base::overload(short) const
10032 PASS: gdb.cp/cpexprs.exp: list base::overload(void) const
10033 PASS: gdb.cp/cpexprs.exp: list base::~base
10082 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::function
10083 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::policyd
10084 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::~policyd
10096 PASS: gdb.cp/cpexprs.exp: list tclass<base>::do_something
10107 PASS: gdb.cp/cpexprs.exp: continue to base::base(int)
10108 PASS: gdb.cp/cpexprs.exp: continue to base::base(void)
10109 PASS: gdb.cp/cpexprs.exp: continue to base::operator char*
10110 PASS: gdb.cp/cpexprs.exp: continue to base::operator delete
10111 PASS: gdb.cp/cpexprs.exp: continue to base::operator delete[]
10112 PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff*
10113 PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff**
10114 PASS: gdb.cp/cpexprs.exp: continue to base::operator int
10115 PASS: gdb.cp/cpexprs.exp: continue to base::operator new
10116 PASS: gdb.cp/cpexprs.exp: continue to base::operator new[]
10117 PASS: gdb.cp/cpexprs.exp: continue to base::operator!
10118 PASS: gdb.cp/cpexprs.exp: continue to base::operator!=
10119 PASS: gdb.cp/cpexprs.exp: continue to base::operator%
10120 PASS: gdb.cp/cpexprs.exp: continue to base::operator%=
10121 PASS: gdb.cp/cpexprs.exp: continue to base::operator&
10122 PASS: gdb.cp/cpexprs.exp: continue to base::operator&&
10123 PASS: gdb.cp/cpexprs.exp: continue to base::operator&=
10124 PASS: gdb.cp/cpexprs.exp: continue to base::operator()
10125 PASS: gdb.cp/cpexprs.exp: continue to base::operator*
10126 PASS: gdb.cp/cpexprs.exp: continue to base::operator*=
10127 PASS: gdb.cp/cpexprs.exp: continue to base::operator+
10128 PASS: gdb.cp/cpexprs.exp: continue to base::operator++
10129 PASS: gdb.cp/cpexprs.exp: continue to base::operator+=
10130 PASS: gdb.cp/cpexprs.exp: continue to base::operator-
10131 PASS: gdb.cp/cpexprs.exp: continue to base::operator--
10132 PASS: gdb.cp/cpexprs.exp: continue to base::operator-=
10133 PASS: gdb.cp/cpexprs.exp: continue to base::operator/
10134 PASS: gdb.cp/cpexprs.exp: continue to base::operator/=
10135 PASS: gdb.cp/cpexprs.exp: continue to base::operator<
10136 PASS: gdb.cp/cpexprs.exp: continue to base::operator<<
10137 PASS: gdb.cp/cpexprs.exp: continue to base::operator<<=
10138 PASS: gdb.cp/cpexprs.exp: continue to base::operator<=
10139 PASS: gdb.cp/cpexprs.exp: continue to base::operator=
10140 PASS: gdb.cp/cpexprs.exp: continue to base::operator==
10141 PASS: gdb.cp/cpexprs.exp: continue to base::operator>
10142 PASS: gdb.cp/cpexprs.exp: continue to base::operator>=
10143 PASS: gdb.cp/cpexprs.exp: continue to base::operator>>
10144 PASS: gdb.cp/cpexprs.exp: continue to base::operator>>=
10145 PASS: gdb.cp/cpexprs.exp: continue to base::operator[]
10146 PASS: gdb.cp/cpexprs.exp: continue to base::operator^
10147 PASS: gdb.cp/cpexprs.exp: continue to base::operator^=
10148 PASS: gdb.cp/cpexprs.exp: continue to base::operator|
10149 PASS: gdb.cp/cpexprs.exp: continue to base::operator|=
10150 PASS: gdb.cp/cpexprs.exp: continue to base::operator||
10151 PASS: gdb.cp/cpexprs.exp: continue to base::operator~
10152 PASS: gdb.cp/cpexprs.exp: continue to base::overload(base&) const
10153 PASS: gdb.cp/cpexprs.exp: continue to base::overload(char*) const
10154 PASS: gdb.cp/cpexprs.exp: continue to base::overload(int) const
10155 PASS: gdb.cp/cpexprs.exp: continue to base::overload(long) const
10156 PASS: gdb.cp/cpexprs.exp: continue to base::overload(short) const
10157 PASS: gdb.cp/cpexprs.exp: continue to base::overload(void) const
10158 PASS: gdb.cp/cpexprs.exp: continue to base::~base
10212 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::function
10213 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::policyd
10214 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::~policyd
10226 PASS: gdb.cp/cpexprs.exp: continue to tclass<base>::do_something
11808 PASS: gdb.cp/m-data.exp: derived template object, base const bool
11809 PASS: gdb.cp/m-data.exp: derived template object, base const int
11810 PASS: gdb.cp/m-data.exp: derived template object, base long
11811 PASS: gdb.cp/m-data.exp: derived template object, base enum
11816 PASS: gdb.cp/m-data.exp: template object, base enum
12750 PASS: gdb.cp/m-static.exp: derived template object, base static const bool
12751 PASS: gdb.cp/m-static.exp: derived template object, base static const int
12752 PASS: gdb.cp/m-static.exp: derived template object, base static long
12753 PASS: gdb.cp/m-static.exp: derived template object, base static enum
13528 PASS: gdb.cp/virtbase.exp: print pointer to virtual base at non-zero offset of larger object
13530 PASS: gdb.cp/virtbase.exp: print whole pointed-to object, starting from the virtual base pointer
14053 Running ./gdb.dwarf2/fission-base.exp ...
14054 PASS: gdb.dwarf2/fission-base.exp: ptype main
14055 PASS: gdb.dwarf2/fission-base.exp: ptype func
14056 PASS: gdb.dwarf2/fission-base.exp: frame in main
14057 PASS: gdb.dwarf2/fission-base.exp: break func
14058 PASS: gdb.dwarf2/fission-base.exp: continue to func
14059 PASS: gdb.dwarf2/fission-base.exp: frame in func
16268 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_for_ptr
16269 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_for_ptr
16277 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base (with RTTI) in use_rtti_for_ptr
16278 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base.public (with RTTI) in use_rtti_for_ptr
16286 PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base (with RTTI) in use_rtti_for_ptr
16287 PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base.public (with RTTI) in use_rtti_for_ptr
16295 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base (with RTTI) in use_rtti_for_ptr
16296 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base.public (with RTTI) in use_rtti_for_ptr
16317 PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base (with RTTI) in use_rtti_for_ref
16318 PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base.public (with RTTI) in use_rtti_for_ref
16326 PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base (with RTTI) in use_rtti_for_ref
16327 PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base.public (with RTTI) in use_rtti_for_ref
16356 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in use_rtti_for_ptr_child
16357 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in use_rtti_for_ptr_child
16363 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base (with RTTI) in use_rtti_for_ptr_child
16364 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base.public (with RTTI) in use_rtti_for_ptr_child
16370 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base (with RTTI) in use_rtti_for_ptr_child
16371 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base.public (with RTTI) in use_rtti_for_ptr_child
16377 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base (with RTTI) in use_rtti_for_ptr_child
16378 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base.public (with RTTI) in use_rtti_for_ptr_child
16401 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base (with RTTI) in use_rtti_for_ref_child
16402 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base.public (with RTTI) in use_rtti_for_ref_child
16408 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base (with RTTI) in use_rtti_for_ref_child
16409 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base.public (with RTTI) in use_rtti_for_ref_child
16431 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multiple_inheritence
16432 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_with_multiple_inheritence
16433 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multiple_inheritence
16449 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in type_update_when_use_rtti
16450 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in type_update_when_use_rtti
16457 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in type_update_when_use_rtti
16458 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in type_update_when_use_rtti
16464 PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in type_update_when_use_rtti
16466 PASS: gdb.mi/mi-var-rtti.exp: update s.ptr back to base type in type_update_when_use_rtti
16488 PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in skip_type_update_when_not_use_rtti
16490 PASS: gdb.mi/mi-var-rtti.exp: update s back to base type in skip_type_update_when_not_use_rtti
16511 Running ./gdb.multi/base.exp ...
16512 PASS: gdb.multi/base.exp: add empty inferior 2
16513 PASS: gdb.multi/base.exp: switch to inferior 2
16514 PASS: gdb.multi/base.exp: load hangout file in inferior 2
16515 PASS: gdb.multi/base.exp: add inferior 3 with -exec goodbye
16516 PASS: gdb.multi/base.exp: info inferiors
16517 PASS: gdb.multi/base.exp: info inferior 2 3
16518 PASS: gdb.multi/base.exp: info inferior 1-2
16519 PASS: gdb.multi/base.exp: switch to inferior 1
16520 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
16521 PASS: gdb.multi/base.exp: switch to inferior 3
16522 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 3
16523 PASS: gdb.multi/base.exp: switch back to inferior 1
16524 PASS: gdb.multi/base.exp: set listsize 1
16525 PASS: gdb.multi/base.exp: list commonfun in hello
16526 PASS: gdb.multi/base.exp: print hglob
16527 PASS: gdb.multi/base.exp: print glob (hello)
16528 PASS: gdb.multi/base.exp: switch to inferior 3 to print globals
16529 PASS: gdb.multi/base.exp: print gglob
16530 PASS: gdb.multi/base.exp: print glob (goodbye)
16531 PASS: gdb.multi/base.exp: list commonfun in goodbye
16532 PASS: gdb.multi/base.exp: switch to inferior 1 to run it
16533 PASS: gdb.multi/base.exp: break hello
16534 PASS: gdb.multi/base.exp: continue
16535 PASS: gdb.multi/base.exp: remove-inferiors 2-3
16536 PASS: gdb.multi/base.exp: check remove-inferiors
17985 PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: Check base class (fields[0])
17986 PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: Check base class (fields[1])
18222 PASS: gdb.python/py-value.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').pointer())))
18223 PASS: gdb.python/py-value.exp: python print (gdb.parse_and_eval('base').dynamic_type)
19075 PASS: gdb.threads/tls.exp: Expect only base thread at end