Lines Matching full:base
438 Running ./gdb.base/a2-run.exp ...
439 Running ./gdb.base/advance.exp ...
440 PASS: gdb.base/advance.exp: advance line number
441 PASS: gdb.base/advance.exp: malformed advance
442 PASS: gdb.base/advance.exp: advance func
443 PASS: gdb.base/advance.exp: advance function not called by current frame
444 PASS: gdb.base/advance.exp: set breakpoint at call to func3
445 PASS: gdb.base/advance.exp: continue to call to func3 in main
446 PASS: gdb.base/advance.exp: advance function called as param
447 PASS: gdb.base/advance.exp: advance with no argument
448 Running ./gdb.base/alias.exp ...
449 PASS: gdb.base/alias.exp: alias -a set2=set
450 PASS: gdb.base/alias.exp: set2 print elements 42
451 PASS: gdb.base/alias.exp: verify set2
452 PASS: gdb.base/alias.exp: abbrev set2 not present in help command list
453 PASS: gdb.base/alias.exp: alias -a set3= set
454 PASS: gdb.base/alias.exp: set3 print elements 43
455 PASS: gdb.base/alias.exp: verify set3
456 PASS: gdb.base/alias.exp: abbrev set3 not present in help command list
457 PASS: gdb.base/alias.exp: alias -a set4 =set
458 PASS: gdb.base/alias.exp: set4 print elements 44
459 PASS: gdb.base/alias.exp: verify set4
460 PASS: gdb.base/alias.exp: abbrev set4 not present in help command list
461 PASS: gdb.base/alias.exp: alias -a set5 = set
462 PASS: gdb.base/alias.exp: set5 print elements 45
463 PASS: gdb.base/alias.exp: verify set5
464 PASS: gdb.base/alias.exp: abbrev set5 not present in help command list
465 PASS: gdb.base/alias.exp: alias -a -- set6 = set
466 PASS: gdb.base/alias.exp: set6 print elements 46
467 PASS: gdb.base/alias.exp: verify set6
468 PASS: gdb.base/alias.exp: abbrev set6 not present in help command list
469 PASS: gdb.base/alias.exp: alias -a -- -a = set
470 PASS: gdb.base/alias.exp: -a print elements 47
471 PASS: gdb.base/alias.exp: verify -a
472 PASS: gdb.base/alias.exp: abbrev -a not present in help command list
473 PASS: gdb.base/alias.exp: alias set2=set
474 PASS: gdb.base/alias.exp: alias foo=bar
475 PASS: gdb.base/alias.exp: alias spe = set p elem
476 PASS: gdb.base/alias.exp: spe 50
477 PASS: gdb.base/alias.exp: verify spe
478 PASS: gdb.base/alias.exp: alias set pr elms = set p elem
479 PASS: gdb.base/alias.exp: set pr elms 51
480 PASS: gdb.base/alias.exp: verify set pr elms
481 PASS: gdb.base/alias.exp: help set print
482 Running ./gdb.base/all-bin.exp ...
483 PASS: gdb.base/all-bin.exp: continuing after dummy()
484 PASS: gdb.base/all-bin.exp: print value of v_int+v_char
485 PASS: gdb.base/all-bin.exp: print value of v_int+v_short
486 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_char
487 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_char
488 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_short
489 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_short
490 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_int
491 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_int
492 PASS: gdb.base/all-bin.exp: print value of v_int+v_long
493 PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_long
494 PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_long
495 PASS: gdb.base/all-bin.exp: print value of v_int+v_float
496 PASS: gdb.base/all-bin.exp: print value of v_int+v_double
497 PASS: gdb.base/all-bin.exp: print value of v_int<=v_char
498 PASS: gdb.base/all-bin.exp: print value of v_int<=v_short
499 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_char
500 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_char
501 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_short
502 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_short
503 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_int
504 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_int
505 PASS: gdb.base/all-bin.exp: print value of v_int<=v_long
506 PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_long
507 PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_long
508 PASS: gdb.base/all-bin.exp: print value of v_int<=v_float
509 PASS: gdb.base/all-bin.exp: print value of v_int<=v_double
510 PASS: gdb.base/all-bin.exp: set v_char=0
511 PASS: gdb.base/all-bin.exp: set v_double=0
512 PASS: gdb.base/all-bin.exp: set v_unsigned_long=0
513 PASS: gdb.base/all-bin.exp: print value of v_int&&v_char
514 PASS: gdb.base/all-bin.exp: print value of v_int&&v_short
515 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_char
516 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_char
517 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_short
518 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_short
519 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_int
520 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_int
521 PASS: gdb.base/all-bin.exp: print value of v_int&&v_long
522 PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_long
523 PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_long
524 PASS: gdb.base/all-bin.exp: print value of v_int&&v_float
525 PASS: gdb.base/all-bin.exp: print value of v_int&&v_double
526 Running ./gdb.base/annota1.exp ...
527 Running ./gdb.base/annota3.exp ...
528 Running ./gdb.base/anon.exp ...
529 PASS: gdb.base/anon.exp: set breakpoint in anon.c
530 PASS: gdb.base/anon.exp: continue to breakpoint: continue to breakpoint in anon.c
531 PASS: gdb.base/anon.exp: print val.data.six
532 Running ./gdb.base/args.exp ...
533 Running ./gdb.base/argv0-symlink.exp ...
534 PASS: gdb.base/argv0-symlink.exp: kept file symbolic link name
535 FAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
536 Running ./gdb.base/arithmet.exp ...
537 PASS: gdb.base/arithmet.exp: set variable x=14
538 PASS: gdb.base/arithmet.exp: set variable y=2
539 PASS: gdb.base/arithmet.exp: set variable z=2
540 PASS: gdb.base/arithmet.exp: set variable w=3
541 PASS: gdb.base/arithmet.exp: print x
542 PASS: gdb.base/arithmet.exp: print y
543 PASS: gdb.base/arithmet.exp: print z
544 PASS: gdb.base/arithmet.exp: print w
545 PASS: gdb.base/arithmet.exp: print x+y
546 PASS: gdb.base/arithmet.exp: print x-y
547 PASS: gdb.base/arithmet.exp: print x*y
548 PASS: gdb.base/arithmet.exp: print x/y
549 PASS: gdb.base/arithmet.exp: print x%y
550 PASS: gdb.base/arithmet.exp: print x+y+z
551 PASS: gdb.base/arithmet.exp: print x-y-z
552 PASS: gdb.base/arithmet.exp: print x*y*z
553 PASS: gdb.base/arithmet.exp: print x/y/z
554 PASS: gdb.base/arithmet.exp: print x%y%z
555 PASS: gdb.base/arithmet.exp: set variable x=10
556 PASS: gdb.base/arithmet.exp: set variable y=4
557 PASS: gdb.base/arithmet.exp: print x+y-z
558 PASS: gdb.base/arithmet.exp: print x+y*z
559 PASS: gdb.base/arithmet.exp: print x+y%w
560 PASS: gdb.base/arithmet.exp: print x+y/w
561 PASS: gdb.base/arithmet.exp: print x-y*z
562 PASS: gdb.base/arithmet.exp: print x-y%z
563 PASS: gdb.base/arithmet.exp: print x-y/z
564 PASS: gdb.base/arithmet.exp: print x*y/z
565 PASS: gdb.base/arithmet.exp: print x*y%w
566 PASS: gdb.base/arithmet.exp: print x/y%w
567 PASS: gdb.base/arithmet.exp: print x-(y+w)
568 PASS: gdb.base/arithmet.exp: print x/(y*w)
569 PASS: gdb.base/arithmet.exp: print x-(y/w)
570 PASS: gdb.base/arithmet.exp: print (x+y)*w
571 Running ./gdb.base/arrayidx.exp ...
572 PASS: gdb.base/arrayidx.exp: Set print array-indexes to off
573 PASS: gdb.base/arrayidx.exp: Print array with array-indexes off
574 PASS: gdb.base/arrayidx.exp: Set print array-indexes to on
575 PASS: gdb.base/arrayidx.exp: Print array with array-indexes on
576 Running ./gdb.base/assign.exp ...
577 PASS: gdb.base/assign.exp: continuing after dummy()
578 PASS: gdb.base/assign.exp: v_int=57
579 PASS: gdb.base/assign.exp: set v_int to 6
580 PASS: gdb.base/assign.exp: v_int+=57
581 PASS: gdb.base/assign.exp: set v_int to 6 (2)
582 PASS: gdb.base/assign.exp: v_int-=57
583 PASS: gdb.base/assign.exp: set v_int to 6 (3)
584 PASS: gdb.base/assign.exp: v_int*=5
585 PASS: gdb.base/assign.exp: set v_int to 6 (4)
586 PASS: gdb.base/assign.exp: v_int/=4
587 PASS: gdb.base/assign.exp: set v_int to 6 (5)
588 PASS: gdb.base/assign.exp: v_int%=4
589 PASS: gdb.base/assign.exp: set v_int to 6 (6)
590 PASS: gdb.base/assign.exp: v_int+=char
591 PASS: gdb.base/assign.exp: set v_int to 6 (7)
592 PASS: gdb.base/assign.exp: v_int+=signed_char
593 PASS: gdb.base/assign.exp: set v_int to 6 (8)
594 PASS: gdb.base/assign.exp: v_int+=unsigned_char
595 PASS: gdb.base/assign.exp: set v_int to 6 (9)
596 PASS: gdb.base/assign.exp: v_int+=short
597 PASS: gdb.base/assign.exp: set v_int to 6 (10)
598 PASS: gdb.base/assign.exp: v_int+=signed_short
599 PASS: gdb.base/assign.exp: set v_int to 6 (11)
600 PASS: gdb.base/assign.exp: v_int=+unsigned_short
601 PASS: gdb.base/assign.exp: set v_int to 6 (12)
602 PASS: gdb.base/assign.exp: v_int+=signed_int
603 PASS: gdb.base/assign.exp: set v_int to 6 (13)
604 PASS: gdb.base/assign.exp: v_int+=unsigned_int
605 PASS: gdb.base/assign.exp: set v_int to 6 (14)
606 PASS: gdb.base/assign.exp: v_int+=long
607 PASS: gdb.base/assign.exp: set v_int to 6 (15)
608 PASS: gdb.base/assign.exp: v_int+=signed_long
609 PASS: gdb.base/assign.exp: set v_int to 6 (16)
610 PASS: gdb.base/assign.exp: v_int+=unsigned_long
611 PASS: gdb.base/assign.exp: set v_int to 6 (17)
612 PASS: gdb.base/assign.exp: v_int+=v_float
613 PASS: gdb.base/assign.exp: set v_int to 6 (18)
614 PASS: gdb.base/assign.exp: v_int+=double
615 Running ./gdb.base/async.exp ...
616 Running ./gdb.base/async-shell.exp ...
617 Running ./gdb.base/attach.exp ...
618 Running ./gdb.base/attach-pie-misread.exp ...
619 Running ./gdb.base/attach-pie-noexec.exp ...
620 Running ./gdb.base/attach-twice.exp ...
621 Running ./gdb.base/auxv.exp ...
622 PASS: gdb.base/auxv.exp: set print sevenbit-strings
623 PASS: gdb.base/auxv.exp: set width 0
624 PASS: gdb.base/auxv.exp: tbreak 78
625 PASS: gdb.base/auxv.exp: continue
626 PASS: gdb.base/auxv.exp: info auxv on live process
627 PASS: gdb.base/auxv.exp: gcore
628 PASS: gdb.base/auxv.exp: continue
629 PASS: gdb.base/auxv.exp: continue
630 UNSUPPORTED: gdb.base/auxv.exp: generate native core dump
631 UNSUPPORTED: gdb.base/auxv.exp: info auxv on native core dump
632 UNSUPPORTED: gdb.base/auxv.exp: matching auxv data from live and core
633 FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump
634 FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump
635 FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
636 Running ./gdb.base/bang.exp ...
637 PASS: gdb.base/bang.exp: run program
638 Running ./gdb.base/bfp-test.exp ...
639 PASS: gdb.base/bfp-test.exp: continue to breakpoint: return
640 PASS: gdb.base/bfp-test.exp: The original value of b32 is 1.5
641 PASS: gdb.base/bfp-test.exp: The original value of b64 is 2.25
642 PASS: gdb.base/bfp-test.exp: The original value of b128 is 3.375
643 PASS: gdb.base/bfp-test.exp: Try to change b32 to -1.5 with 'print b32=-1.5f'
644 PASS: gdb.base/bfp-test.exp: Try to change b64 to -2.25 with 'print b64=-2.25f'
645 PASS: gdb.base/bfp-test.exp: Try to change b128 to -3.375 with 'print b128=-3.375l'
646 PASS: gdb.base/bfp-test.exp: set variable b32 = 10.5f
647 PASS: gdb.base/bfp-test.exp: set variable b64 = 20.25f
648 PASS: gdb.base/bfp-test.exp: set variable b128 = 30.375l
649 PASS: gdb.base/bfp-test.exp: The value of b32 is changed to 10.5
650 PASS: gdb.base/bfp-test.exp: The value of b64 is changed to 20.25
651 PASS: gdb.base/bfp-test.exp: The value of b128 is changed to 30.375
652 PASS: gdb.base/bfp-test.exp: set variable b32 = 100.5a
653 PASS: gdb.base/bfp-test.exp: set variable b64 = 200.25x
654 PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fl
655 PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fff
656 Running ./gdb.base/bigcore.exp ...
657 UNTESTED: gdb.base/bigcore.exp: Remote system
658 Running ./gdb.base/bitfields2.exp ...
659 PASS: gdb.base/bitfields2.exp: set print sevenbit-strings
660 PASS: gdb.base/bitfields2.exp: break tester prior to break1
661 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break1
662 PASS: gdb.base/bitfields2.exp: continuing to break1 #0
663 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s1 = 1
664 PASS: gdb.base/bitfields2.exp: continuing to break1 #1
665 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u1 = 1
666 PASS: gdb.base/bitfields2.exp: continuing to break1 #2
667 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s2 = 1
668 PASS: gdb.base/bitfields2.exp: continuing to break1 #3
669 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u2 = 1
670 PASS: gdb.base/bitfields2.exp: continuing to break1 #4
671 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s3 = 1
672 PASS: gdb.base/bitfields2.exp: continuing to break1 #5
673 PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u3 = 1
674 PASS: gdb.base/bitfields2.exp: break tester prior to break2
675 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break2
676 PASS: gdb.base/bitfields2.exp: continuing to break2 #0
677 PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u1, flags.u3, and flags.s3 to all 1s
678 PASS: gdb.base/bitfields2.exp: continuing to break2 #1
679 PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u2, flags.s1, flags.s2 to all 1s
680 PASS: gdb.base/bitfields2.exp: break tester prior to break3
681 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break3
682 PASS: gdb.base/bitfields2.exp: continuing to break3 #0
683 PASS: gdb.base/bitfields2.exp: maximum unsigned bitfield values
684 PASS: gdb.base/bitfields2.exp: break tester prior to break4
685 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break4
686 PASS: gdb.base/bitfields2.exp: continuing to break4 #0
687 PASS: gdb.base/bitfields2.exp: maximum signed bitfield values
688 PASS: gdb.base/bitfields2.exp: continuing to break4 #1
689 PASS: gdb.base/bitfields2.exp: determining signed-ness of bitfields
690 PASS: gdb.base/bitfields2.exp: most negative signed bitfield values
691 PASS: gdb.base/bitfields2.exp: continuing to break4 #2
692 PASS: gdb.base/bitfields2.exp: signed bitfields containing -1
693 PASS: gdb.base/bitfields2.exp: break tester prior to break5
694 PASS: gdb.base/bitfields2.exp: continuing to tester prior to break5
695 PASS: gdb.base/bitfields2.exp: continuing to break5 #0
696 PASS: gdb.base/bitfields2.exp: set long long unsigned bitfield
697 PASS: gdb.base/bitfields2.exp: set long long signed bitfield positive
698 PASS: gdb.base/bitfields2.exp: long long bitfield values after set
699 PASS: gdb.base/bitfields2.exp: set long long signed bitfield negative
700 PASS: gdb.base/bitfields2.exp: long long bitfield values after set negative
701 Running ./gdb.base/bitfields.exp ...
702 PASS: gdb.base/bitfields.exp: set print sevenbit-strings
703 PASS: gdb.base/bitfields.exp: print flags
704 PASS: gdb.base/bitfields.exp: continuing to break1 #1
705 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s1)
706 PASS: gdb.base/bitfields.exp: continuing to break1 #2
707 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u1)
708 PASS: gdb.base/bitfields.exp: continuing to break1 #3
709 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s2)
710 PASS: gdb.base/bitfields.exp: continuing to break1 #4
711 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u2)
712 PASS: gdb.base/bitfields.exp: continuing to break1 #5
713 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s3)
714 PASS: gdb.base/bitfields.exp: continuing to break1 #6
715 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u3)
716 PASS: gdb.base/bitfields.exp: continuing to break1 #7
717 PASS: gdb.base/bitfields.exp: bitfield uniqueness (s9)
718 PASS: gdb.base/bitfields.exp: continuing to break1 #8
719 PASS: gdb.base/bitfields.exp: bitfield uniqueness (u9)
720 PASS: gdb.base/bitfields.exp: continuing to break1 #9
721 PASS: gdb.base/bitfields.exp: bitfield uniqueness (sc)
722 PASS: gdb.base/bitfields.exp: bitfield containment #1
723 PASS: gdb.base/bitfields.exp: continuing to break2
724 PASS: gdb.base/bitfields.exp: bitfield containment #2
725 PASS: gdb.base/bitfields.exp: unsigned bitfield ranges
726 PASS: gdb.base/bitfields.exp: signed bitfields, max positive values
727 PASS: gdb.base/bitfields.exp: continuing to break4 #1
728 PASS: gdb.base/bitfields.exp: determining signed-ness of bitfields
729 PASS: gdb.base/bitfields.exp: signed bitfields, max negative values
730 PASS: gdb.base/bitfields.exp: continuing to break4 #2
731 PASS: gdb.base/bitfields.exp: signed bitfields with -1
732 PASS: gdb.base/bitfields.exp: continuing to break5
733 PASS: gdb.base/bitfields.exp: distinct bitfields in container
734 PASS: gdb.base/bitfields.exp: print container.one.u3
735 PASS: gdb.base/bitfields.exp: print container.two.u3
736 PASS: gdb.base/bitfields.exp: set internal var
737 PASS: gdb.base/bitfields.exp: set $myvar.a = 0
738 PASS: gdb.base/bitfields.exp: set $myvar.inner.b = 1
739 PASS: gdb.base/bitfields.exp: set $myvar.inner.deep.c = 0
740 PASS: gdb.base/bitfields.exp: set $myvar.inner.deep.d = -1
741 PASS: gdb.base/bitfields.exp: set $myvar.inner.e = 1
742 PASS: gdb.base/bitfields.exp: set $myvar.f = 1
743 PASS: gdb.base/bitfields.exp: print $myvar.a
744 PASS: gdb.base/bitfields.exp: print $myvar.inner.b
745 PASS: gdb.base/bitfields.exp: print $myvar.inner.deep.c
746 PASS: gdb.base/bitfields.exp: print $myvar.inner.deep.d
747 PASS: gdb.base/bitfields.exp: print $myvar.inner.e
748 PASS: gdb.base/bitfields.exp: print $myvar.f
749 Running ./gdb.base/bitops.exp ...
750 PASS: gdb.base/bitops.exp: print value of !1
751 PASS: gdb.base/bitops.exp: print value of !0
752 PASS: gdb.base/bitops.exp: print value of !100
753 PASS: gdb.base/bitops.exp: print value of !1000
754 PASS: gdb.base/bitops.exp: print value of !10
755 PASS: gdb.base/bitops.exp: print value of !2
756 PASS: gdb.base/bitops.exp: print value of 10 | 5
757 PASS: gdb.base/bitops.exp: print value of 10 & 5
758 PASS: gdb.base/bitops.exp: print value of 10 ^ 5
759 PASS: gdb.base/bitops.exp: print value of -!0
760 PASS: gdb.base/bitops.exp: print value of ~-!0
761 PASS: gdb.base/bitops.exp: print value of 3 * 2 / 4.0 * 2.0
762 PASS: gdb.base/bitops.exp: print value of 8 << 2 >> 4
763 PASS: gdb.base/bitops.exp: print value of -1 < 0 > 1
764 PASS: gdb.base/bitops.exp: print value of 15 ^ 10 ^ 5 ^ 7
765 PASS: gdb.base/bitops.exp: print value of 3.5 < 4.0
766 PASS: gdb.base/bitops.exp: print value of 3.5 < -4.0
767 PASS: gdb.base/bitops.exp: print value of 2 > -3
768 PASS: gdb.base/bitops.exp: print value of -3>4
769 PASS: gdb.base/bitops.exp: print value of (-3 > 4)
770 PASS: gdb.base/bitops.exp: print value of 3>=2.5
771 PASS: gdb.base/bitops.exp: print value of 3>=4.5
772 PASS: gdb.base/bitops.exp: print value of 3==3.0
773 PASS: gdb.base/bitops.exp: print value of 3==4.0
774 PASS: gdb.base/bitops.exp: print value of 3!=3.0
775 PASS: gdb.base/bitops.exp: print value of 3!=5.0
776 PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2
777 PASS: gdb.base/bitops.exp: print value of 1.0 || 0
778 PASS: gdb.base/bitops.exp: print value of 0.0 || 1.0
779 PASS: gdb.base/bitops.exp: print value of 0.0 || 0
780 PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8
781 PASS: gdb.base/bitops.exp: print value of 0 == 8 > 128 >> 1 + 2 * 2
782 Running ./gdb.base/break-always.exp ...
783 PASS: gdb.base/break-always.exp: set breakpoint always-inserted on
784 PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted
785 PASS: gdb.base/break-always.exp: set breakpoint on bar
786 PASS: gdb.base/break-always.exp: set 2nd breakpoint on bar
787 PASS: gdb.base/break-always.exp: set 3rd breakpoint on bar
788 PASS: gdb.base/break-always.exp: set 4th breakpoint on bar
789 PASS: gdb.base/break-always.exp: initial check breakpoint state
790 PASS: gdb.base/break-always.exp: initial disable all breakpoints
791 PASS: gdb.base/break-always.exp: initial enable all breakpoints
792 PASS: gdb.base/break-always.exp: re-disable all breakpoints
793 PASS: gdb.base/break-always.exp: enable 3.A
794 PASS: gdb.base/break-always.exp: disable 3.B
795 PASS: gdb.base/break-always.exp: enable 3.C
796 PASS: gdb.base/break-always.exp: enable 2.D
797 PASS: gdb.base/break-always.exp: disable 2.E
798 PASS: gdb.base/break-always.exp: disable 3.F
799 PASS: gdb.base/break-always.exp: enable 3.G
800 PASS: gdb.base/break-always.exp: enable 2.H
801 PASS: gdb.base/break-always.exp: disable 2.I
802 PASS: gdb.base/break-always.exp: before re-enable check breakpoint state
803 PASS: gdb.base/break-always.exp: re-enable all breakpoints
804 PASS: gdb.base/break-always.exp: set breakpoint on bar 2
805 PASS: gdb.base/break-always.exp: save shadow
806 PASS: gdb.base/break-always.exp: write 0 to breakpoint's address
807 PASS: gdb.base/break-always.exp: read back 0 from the breakpoint's address
808 PASS: gdb.base/break-always.exp: write 1 to breakpoint's address
809 PASS: gdb.base/break-always.exp: read back 1 from the breakpoint's address
810 PASS: gdb.base/break-always.exp: p /x *(char *) 0x555555c3 = $shadow
811 PASS: gdb.base/break-always.exp: continue to breakpoint: bar
812 Running ./gdb.base/break-caller-line.exp ...
813 PASS: gdb.base/break-caller-line.exp: up
814 PASS: gdb.base/break-caller-line.exp: info line *$pc
815 PASS: gdb.base/break-caller-line.exp: break
816 Running ./gdb.base/break-entry.exp ...
817 UNTESTED: gdb.base/break-entry.exp: break-entry.exp
818 Running ./gdb.base/break.exp ...
819 PASS: gdb.base/break.exp: Delete all breakpoints when none
820 PASS: gdb.base/break.exp: breakpoint function
821 PASS: gdb.base/break.exp: breakpoint quoted function
822 PASS: gdb.base/break.exp: breakpoint function in file
823 PASS: gdb.base/break.exp: use `list' to establish default source file
824 PASS: gdb.base/break.exp: breakpoint line number
825 PASS: gdb.base/break.exp: breakpoint duplicate
826 PASS: gdb.base/break.exp: breakpoint line number in file
827 PASS: gdb.base/break.exp: breakpoint at start of multi line if conditional
828 PASS: gdb.base/break.exp: breakpoint at start of multi line while conditional
829 PASS: gdb.base/break.exp: breakpoint info
830 PASS: gdb.base/break.exp: info break 2 4 6
831 PASS: gdb.base/break.exp: info break 3-5
832 PASS: gdb.base/break.exp: disable using history values
833 PASS: gdb.base/break.exp: check disable with history values
834 PASS: gdb.base/break.exp: disable with convenience values
835 PASS: gdb.base/break.exp: check disable with convenience values
836 PASS: gdb.base/break.exp: disable non-existent breakpoint 10
837 PASS: gdb.base/break.exp: set $baz 1.234
838 PASS: gdb.base/break.exp: disable with non-integer convenience var
839 PASS: gdb.base/break.exp: disable with non-existent convenience var
840 PASS: gdb.base/break.exp: disable with non-existent history value
841 PASS: gdb.base/break.exp: disable with badly formed history value
842 PASS: gdb.base/break.exp: run until function breakpoint
843 PASS: gdb.base/break.exp: list marker1
844 PASS: gdb.base/break.exp: break lineno
845 PASS: gdb.base/break.exp: delete $bpnum
846 PASS: gdb.base/break.exp: run until breakpoint set at a line number
847 PASS: gdb.base/break.exp: run until file:function(6) breakpoint
848 PASS: gdb.base/break.exp: run until file:function(5) breakpoint
849 PASS: gdb.base/break.exp: run until file:function(4) breakpoint
850 PASS: gdb.base/break.exp: run until file:function(3) breakpoint
851 PASS: gdb.base/break.exp: run until file:function(2) breakpoint
852 PASS: gdb.base/break.exp: run until file:function(1) breakpoint
853 PASS: gdb.base/break.exp: run until quoted breakpoint
854 PASS: gdb.base/break.exp: run until file:linenum breakpoint
855 PASS: gdb.base/break.exp: breakpoint offset +1
856 PASS: gdb.base/break.exp: step onto breakpoint
857 PASS: gdb.base/break.exp: setting breakpoint at }
858 PASS: gdb.base/break.exp: continue to breakpoint at }
859 PASS: gdb.base/break.exp: Temporary breakpoint function
860 PASS: gdb.base/break.exp: Temporary breakpoint function in file
861 PASS: gdb.base/break.exp: Temporary breakpoint line number #1
862 PASS: gdb.base/break.exp: Temporary breakpoint line number #2
863 PASS: gdb.base/break.exp: Temporary breakpoint line number in file #1
864 PASS: gdb.base/break.exp: Temporary breakpoint line number in file #2
865 PASS: gdb.base/break.exp: Temporary breakpoint info
866 PASS: gdb.base/break.exp: catch requires an event name
867 PASS: gdb.base/break.exp: set catch fork, never expected to trigger
868 PASS: gdb.base/break.exp: set catch vfork, never expected to trigger
869 PASS: gdb.base/break.exp: set catch exec, never expected to trigger
870 PASS: gdb.base/break.exp: set breakpoint pending off
871 PASS: gdb.base/break.exp: break on non-existent source line
872 PASS: gdb.base/break.exp: until bp_location1
873 PASS: gdb.base/break.exp: break on default location, 1st time
874 PASS: gdb.base/break.exp: break on default location, 2nd time
875 PASS: gdb.base/break.exp: break on default location, 3rd time
876 PASS: gdb.base/break.exp: break on default location, 4th time
877 PASS: gdb.base/break.exp: set to-be-silent break bp_location1
878 PASS: gdb.base/break.exp: set silent break bp_location1
879 PASS: gdb.base/break.exp: info silent break bp_location1
880 PASS: gdb.base/break.exp: hit silent break bp_location1
881 PASS: gdb.base/break.exp: stopped for silent break bp_location1
882 PASS: gdb.base/break.exp: thread-specific breakpoint on non-existent thread disallowed
883 PASS: gdb.base/break.exp: thread-specific breakpoint on bogus thread ID disallowed
884 PASS: gdb.base/break.exp: breakpoint with trailing garbage disallowed
885 PASS: gdb.base/break.exp: step over breakpoint
886 PASS: gdb.base/break.exp: clear line has no breakpoint disallowed
887 PASS: gdb.base/break.exp: clear current line has no breakpoint disallowed
888 PASS: gdb.base/break.exp: break marker3 #1
889 PASS: gdb.base/break.exp: break marker3 #2
890 PASS: gdb.base/break.exp: clear marker3
891 PASS: gdb.base/break.exp: set convenience variable $foo to bp_location11
892 PASS: gdb.base/break.exp: set breakpoint via convenience variable
893 PASS: gdb.base/break.exp: set convenience variable $foo to 81.5
894 PASS: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed
895 PASS: gdb.base/break.exp: set breakpoint on to-be-called function
896 PASS: gdb.base/break.exp: hit breakpoint on called function
897 PASS: gdb.base/break.exp: backtrace while in called function
898 PASS: gdb.base/break.exp: finish from called function
899 PASS: gdb.base/break.exp: finish with arguments disallowed
900 PASS: gdb.base/break.exp: finish from outermost frame disallowed
901 PASS: gdb.base/break.exp: kill program
902 PASS: gdb.base/break.exp: break at factorial
903 PASS: gdb.base/break.exp: continue to factorial(5)
904 PASS: gdb.base/break.exp: backtrace from factorial(5)
905 PASS: gdb.base/break.exp: next to recursive call
906 PASS: gdb.base/break.exp: next over recursive call
907 PASS: gdb.base/break.exp: backtrace from factorial(5.1)
908 PASS: gdb.base/break.exp: continue until exit at recursive next test
909 PASS: gdb.base/break.exp: breakpoint function, optimized file
910 PASS: gdb.base/break.exp: breakpoint small function, optimized file
911 PASS: gdb.base/break.exp: run until function breakpoint, optimized file (code motion)
912 PASS: gdb.base/break.exp: run until breakpoint set at small function, optimized file
913 PASS: gdb.base/break.exp: rbreak junk pending setup
914 PASS: gdb.base/break.exp: rbreak junk set breakpoint
915 PASS: gdb.base/break.exp: rbreak junk
916 Running ./gdb.base/break-inline.exp ...
917 PASS: gdb.base/break-inline.exp: break
918 Running ./gdb.base/break-interp.exp ...
919 Running ./gdb.base/break-on-linker-gcd-function.exp ...
920 PASS: gdb.base/break-on-linker-gcd-function.exp: b 25
921 Running ./gdb.base/breakpoint-shadow.exp ...
922 PASS: gdb.base/breakpoint-shadow.exp: set breakpoint always-inserted on
923 PASS: gdb.base/breakpoint-shadow.exp: show breakpoint always-inserted
924 PASS: gdb.base/breakpoint-shadow.exp: disassembly without breakpoints
925 PASS: gdb.base/breakpoint-shadow.exp: First breakpoint placed
926 PASS: gdb.base/breakpoint-shadow.exp: Second breakpoint placed
927 PASS: gdb.base/breakpoint-shadow.exp: disassembly with breakpoints
928 Running ./gdb.base/call-ar-st.exp ...
929 PASS: gdb.base/call-ar-st.exp: set print sevenbit-strings
930 PASS: gdb.base/call-ar-st.exp: set print address off
931 PASS: gdb.base/call-ar-st.exp: set width 0
932 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1209
933 PASS: gdb.base/call-ar-st.exp: run until breakpoint set at a line
934 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1216
935 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1220
936 PASS: gdb.base/call-ar-st.exp: step inside print_all_arrays
937 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1236
938 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1241
939 PASS: gdb.base/call-ar-st.exp: continue to 1241
940 PASS: gdb.base/call-ar-st.exp: set breakpoint in sum_array_print
941 PASS: gdb.base/call-ar-st.exp: set print frame-arguments all
942 PASS: gdb.base/call-ar-st.exp: check args of sum_array_print
943 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1281
944 PASS: gdb.base/call-ar-st.exp: print compute_with_small_structs(20)
945 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1286
946 PASS: gdb.base/call-ar-st.exp: continue to 1286
947 PASS: gdb.base/call-ar-st.exp: tbreak in print_long_arg_list after stepping into memcpy
948 PASS: gdb.base/call-ar-st.exp: step into print_long_arg_list
949 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1300
950 PASS: gdb.base/call-ar-st.exp: step into init_bit_flags_combo
951 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1305
952 PASS: gdb.base/call-ar-st.exp: continue to 1305
953 PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1311
954 PASS: gdb.base/call-ar-st.exp: continue to 1311
955 Running ./gdb.base/callexit.exp ...
956 PASS: gdb.base/callexit.exp: inferior function call terminated program
957 Running ./gdb.base/callfuncs.exp ...
958 PASS: gdb.base/callfuncs.exp: set print sevenbit-strings
959 PASS: gdb.base/callfuncs.exp: set print address off
960 PASS: gdb.base/callfuncs.exp: set width 0
961 PASS: gdb.base/callfuncs.exp: set language c
962 PASS: gdb.base/callfuncs.exp: next to t_double_values
963 PASS: gdb.base/callfuncs.exp: next to t_structs_c
964 PASS: gdb.base/callfuncs.exp: retrieve original register contents
965 PASS: gdb.base/callfuncs.exp: set unwindonsignal on
966 PASS: gdb.base/callfuncs.exp: p t_char_values(0,0)
967 PASS: gdb.base/callfuncs.exp: p t_char_values('a','b')
968 PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,char_val2)
969 PASS: gdb.base/callfuncs.exp: p t_char_values('a',char_val2)
970 PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,'b')
971 PASS: gdb.base/callfuncs.exp: p t_short_values(0,0)
972 PASS: gdb.base/callfuncs.exp: p t_short_values(10,-23)
973 PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,short_val2)
974 PASS: gdb.base/callfuncs.exp: p t_short_values(10,short_val2)
975 PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,-23)
976 PASS: gdb.base/callfuncs.exp: p t_int_values(0,0)
977 PASS: gdb.base/callfuncs.exp: p t_int_values(87,-26)
978 PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,int_val2)
979 PASS: gdb.base/callfuncs.exp: p t_int_values(87,int_val2)
980 PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,-26)
981 PASS: gdb.base/callfuncs.exp: p t_long_values(0,0)
982 PASS: gdb.base/callfuncs.exp: p t_long_values(789,-321)
983 PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,long_val2)
984 PASS: gdb.base/callfuncs.exp: p t_long_values(789,long_val2)
985 PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,-321)
986 PASS: gdb.base/callfuncs.exp: p t_float_values(0.0,0.0)
987 PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,-2.3765)
988 PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,float_val2)
989 PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,float_val2)
990 PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,-2.3765)
991 PASS: gdb.base/callfuncs.exp: p t_float_values2(0.0,0.0)
992 PASS: gdb.base/callfuncs.exp: p t_float_values2(3.14159,float_val2)
993 PASS: gdb.base/callfuncs.exp: Call function with many float arguments.
994 PASS: gdb.base/callfuncs.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10)
995 PASS: gdb.base/callfuncs.exp: p t_double_values(0.0,0.0)
996 PASS: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66)
997 PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2)
998 PASS: gdb.base/callfuncs.exp: p t_double_values(45.654,double_val2)
999 PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,-67.66)
1000 PASS: gdb.base/callfuncs.exp: Call function with many double arguments.
1001 PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 1)
1002 PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 99)
1003 PASS: gdb.base/callfuncs.exp: p t_int_double(99, 1.0)
1004 PASS: gdb.base/callfuncs.exp: p t_int_double(99, 99.0)
1005 PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc1, fc2)
1006 PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc3, fc4)
1007 PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4, f…
1008 PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, f…
1009 PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc1, dc2)
1010 PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc3, dc4)
1011 PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4, …
1012 PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, …
1013 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc1, ldc2)
1014 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc3, ldc4)
1015 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc2, ldc3, ldc4, ldc1, ldc2,…
1016 PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc1, ldc1, ldc1, ldc1, ldc1,…
1017 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val2,string_val1)
1018 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,string_val2)
1019 PASS: gdb.base/callfuncs.exp: p t_string_values("string 1","string 2")
1020 PASS: gdb.base/callfuncs.exp: p t_string_values("string 1",string_val2)
1021 PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,"string 2")
1022 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val2,char_array_val1)
1023 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,char_array_val2)
1024 PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1","carray 2")
1025 PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1",char_array_val2)
1026 PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,"carray 2")
1027 PASS: gdb.base/callfuncs.exp: p doubleit(4)
1028 PASS: gdb.base/callfuncs.exp: p add(4,5)
1029 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val2,func_val1)
1030 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,func_val2)
1031 PASS: gdb.base/callfuncs.exp: p function_struct.func(5)
1032 PASS: gdb.base/callfuncs.exp: p function_struct_ptr->func(10)
1033 PASS: gdb.base/callfuncs.exp: p t_func_values(add,func_val2)
1034 PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,doubleit)
1035 PASS: gdb.base/callfuncs.exp: p t_call_add(add,3,4)
1036 PASS: gdb.base/callfuncs.exp: p t_call_add(func_val1,3,4)
1037 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enumval1)
1038 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val1)
1039 PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val2)
1040 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enumval2)
1041 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val2)
1042 PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val1)
1043 PASS: gdb.base/callfuncs.exp: p sum_args(1,{2})
1044 PASS: gdb.base/callfuncs.exp: p sum_args(2,{2,3})
1045 PASS: gdb.base/callfuncs.exp: p sum_args(3,{2,3,4})
1046 PASS: gdb.base/callfuncs.exp: p sum_args(4,{2,3,4,5})
1047 PASS: gdb.base/callfuncs.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1048 PASS: gdb.base/callfuncs.exp: p cmp10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
1049 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char
1050 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns short
1051 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns int
1052 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long
1053 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float
1054 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double
1055 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex
1056 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex
1057 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex
1058 PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
1059 PASS: gdb.base/callfuncs.exp: set unwindonsignal off
1060 PASS: gdb.base/callfuncs.exp: register contents after gdb function calls
1061 PASS: gdb.base/callfuncs.exp: gdb function calls preserve register contents
1062 PASS: gdb.base/callfuncs.exp: set language c
1063 PASS: gdb.base/callfuncs.exp: next to t_double_values
1064 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1065 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1066 PASS: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function
1067 PASS: gdb.base/callfuncs.exp: continue from call dummy breakpoint
1068 PASS: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint
1069 PASS: gdb.base/callfuncs.exp: register contents after stop in call dummy
1070 PASS: gdb.base/callfuncs.exp: continue after stop in call dummy preserves register contents
1071 PASS: gdb.base/callfuncs.exp: set language c
1072 PASS: gdb.base/callfuncs.exp: next to t_double_values
1073 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1074 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1075 PASS: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish
1076 PASS: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value
1077 PASS: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint
1078 PASS: gdb.base/callfuncs.exp: register contents after finish in call dummy
1079 PASS: gdb.base/callfuncs.exp: finish after stop in call dummy preserves register contents
1080 PASS: gdb.base/callfuncs.exp: set language c
1081 PASS: gdb.base/callfuncs.exp: next to t_double_values
1082 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1083 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1084 PASS: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return
1085 PASS: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint
1086 PASS: gdb.base/callfuncs.exp: register contents after return in call dummy
1087 PASS: gdb.base/callfuncs.exp: return after stop in call dummy preserves register contents
1088 PASS: gdb.base/callfuncs.exp: set language c
1089 PASS: gdb.base/callfuncs.exp: next to t_double_values
1090 PASS: gdb.base/callfuncs.exp: next to t_structs_c
1091 PASS: gdb.base/callfuncs.exp: retrieve original register contents
1092 PASS: gdb.base/callfuncs.exp: stop at nested call level 1
1093 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 1
1094 PASS: gdb.base/callfuncs.exp: stop at nested call level 2
1095 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 2
1096 PASS: gdb.base/callfuncs.exp: stop at nested call level 3
1097 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 3
1098 PASS: gdb.base/callfuncs.exp: stop at nested call level 4
1099 PASS: gdb.base/callfuncs.exp: backtrace at nested call level 4
1100 PASS: gdb.base/callfuncs.exp: Finish from nested call level 4
1101 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4
1102 PASS: gdb.base/callfuncs.exp: Finish from nested call level 3
1103 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3
1104 PASS: gdb.base/callfuncs.exp: Finish from nested call level 2
1105 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2
1106 PASS: gdb.base/callfuncs.exp: Finish from nested call level 1
1107 PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1
1108 PASS: gdb.base/callfuncs.exp: register contents after nested call dummies
1109 PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents
1110 PASS: gdb.base/callfuncs.exp: set $old_sp = $sp
1111 PASS: gdb.base/callfuncs.exp: set $sp = 0
1112 PASS: gdb.base/callfuncs.exp: sp == 0: call doubleit (1)
1113 PASS: gdb.base/callfuncs.exp: set $sp = -1
1114 PASS: gdb.base/callfuncs.exp: sp == -1: call doubleit (1)
1115 PASS: gdb.base/callfuncs.exp: set $sp = $old_sp
1116 PASS: gdb.base/callfuncs.exp: print callfunc (Lcallfunc, 5)
1117 PASS: gdb.base/callfuncs.exp: print *((int *(*) (void)) voidfunc)()
1118 Running ./gdb.base/call-rt-st.exp ...
1119 PASS: gdb.base/call-rt-st.exp: set print sevenbit-strings
1120 PASS: gdb.base/call-rt-st.exp: set print address off
1121 PASS: gdb.base/call-rt-st.exp: set width 0
1122 PASS: gdb.base/call-rt-st.exp: breakpoint loop_count
1123 PASS: gdb.base/call-rt-st.exp: continue to loop_count
1124 PASS: gdb.base/call-rt-st.exp: finish out from loop_count (line 777)
1125 Running ./gdb.base/call-sc.exp ...
1126 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1127 PASS: gdb.base/call-sc.exp: set print address off
1128 PASS: gdb.base/call-sc.exp: set width 0
1129 PASS: gdb.base/call-sc.exp: ptype; call-sc-tc (char)
1130 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tc char
1131 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc
1132 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tc
1133 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tc
1134 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tc
1135 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tc
1136 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tc
1137 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1138 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tc
1139 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tc
1140 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tc
1141 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tc
1142 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tc
1143 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tc
1144 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1145 PASS: gdb.base/call-sc.exp: set print address off
1146 PASS: gdb.base/call-sc.exp: set width 0
1147 PASS: gdb.base/call-sc.exp: ptype; call-sc-ts (short int)
1148 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ts short int
1149 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ts
1150 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ts
1151 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ts
1152 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ts
1153 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ts
1154 PASS: gdb.base/call-sc.exp: return foo; return call-sc-ts
1155 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1156 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ts
1157 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ts
1158 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ts
1159 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ts
1160 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ts
1161 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ts
1162 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1163 PASS: gdb.base/call-sc.exp: set print address off
1164 PASS: gdb.base/call-sc.exp: set width 0
1165 PASS: gdb.base/call-sc.exp: ptype; call-sc-ti (int)
1166 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ti int
1167 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ti
1168 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ti
1169 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ti
1170 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ti
1171 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ti
1172 PASS: gdb.base/call-sc.exp: return foo; return call-sc-ti
1173 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1174 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ti
1175 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ti
1176 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ti
1177 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ti
1178 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ti
1179 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ti
1180 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1181 PASS: gdb.base/call-sc.exp: set print address off
1182 PASS: gdb.base/call-sc.exp: set width 0
1183 PASS: gdb.base/call-sc.exp: ptype; call-sc-tl (long int)
1184 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tl long int
1185 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tl
1186 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tl
1187 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tl
1188 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tl
1189 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tl
1190 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tl
1191 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1192 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tl
1193 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tl
1194 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tl
1195 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tl
1196 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tl
1197 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tl
1198 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1199 PASS: gdb.base/call-sc.exp: set print address off
1200 PASS: gdb.base/call-sc.exp: set width 0
1201 PASS: gdb.base/call-sc.exp: ptype; call-sc-tll (long long int)
1202 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tll long long int
1203 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tll
1204 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tll
1205 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tll
1206 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tll
1207 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tll
1208 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tll
1209 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1210 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tll
1211 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tll
1212 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tll
1213 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tll
1214 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tll
1215 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tll
1216 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1217 PASS: gdb.base/call-sc.exp: set print address off
1218 PASS: gdb.base/call-sc.exp: set width 0
1219 PASS: gdb.base/call-sc.exp: ptype; call-sc-tf (float)
1220 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tf float
1221 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tf
1222 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tf
1223 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tf
1224 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tf
1225 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tf
1226 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tf
1227 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1228 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tf
1229 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tf
1230 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tf
1231 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tf
1232 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tf
1233 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tf
1234 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1235 PASS: gdb.base/call-sc.exp: set print address off
1236 PASS: gdb.base/call-sc.exp: set width 0
1237 PASS: gdb.base/call-sc.exp: ptype; call-sc-td (double)
1238 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-td double
1239 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-td
1240 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-td
1241 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-td
1242 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-td
1243 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-td
1244 PASS: gdb.base/call-sc.exp: return foo; return call-sc-td
1245 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1246 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-td
1247 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-td
1248 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-td
1249 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-td
1250 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-td
1251 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-td
1252 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1253 PASS: gdb.base/call-sc.exp: set print address off
1254 PASS: gdb.base/call-sc.exp: set width 0
1255 PASS: gdb.base/call-sc.exp: ptype; call-sc-tld (long double)
1256 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tld long double
1257 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tld
1258 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tld
1259 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tld
1260 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tld
1261 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tld
1262 PASS: gdb.base/call-sc.exp: return foo; return call-sc-tld
1263 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1264 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tld
1265 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tld
1266 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tld
1267 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tld
1268 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tld
1269 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tld
1270 PASS: gdb.base/call-sc.exp: set print sevenbit-strings
1271 PASS: gdb.base/call-sc.exp: set print address off
1272 PASS: gdb.base/call-sc.exp: set width 0
1273 PASS: gdb.base/call-sc.exp: ptype; call-sc-te (enum {e = 49})
1274 PASS: gdb.base/call-sc.exp: ptype foo; call-sc-te enum {e = 49}
1275 PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-te
1276 PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-te
1277 PASS: gdb.base/call-sc.exp: p/c L; call call-sc-te
1278 PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-te
1279 PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-te
1280 PASS: gdb.base/call-sc.exp: return foo; return call-sc-te
1281 PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main()
1282 PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-te
1283 PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-te
1284 PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-te
1285 PASS: gdb.base/call-sc.exp: finish foo; return call-sc-te
1286 PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-te
1287 PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-te
1288 Running ./gdb.base/call-signal-resume.exp ...
1289 Running ./gdb.base/call-strs.exp ...
1290 PASS: gdb.base/call-strs.exp: set print sevenbit-strings
1291 PASS: gdb.base/call-strs.exp: set print address off
1292 PASS: gdb.base/call-strs.exp: set print symbol off
1293 PASS: gdb.base/call-strs.exp: set width 0
1294 PASS: gdb.base/call-strs.exp: step after assignment to s
1295 PASS: gdb.base/call-strs.exp: next over strcpy
1296 PASS: gdb.base/call-strs.exp: print buf
1297 PASS: gdb.base/call-strs.exp: print s
1298 Running ./gdb.base/catch-load.exp ...
1299 PASS: gdb.base/catch-load.exp: plain load: set var libname = "catch-load-so.so"
1300 PASS: gdb.base/catch-load.exp: plain load: set stop-on-solib-events 0
1301 PASS: gdb.base/catch-load.exp: plain load: catch load
1302 PASS: gdb.base/catch-load.exp: plain load: continue
1303 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: set var libname = "catch-load-…
1304 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: set stop-on-solib-events 1
1305 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: catch load
1306 PASS: gdb.base/catch-load.exp: plain load with stop-on-solib-events: continue
1307 PASS: gdb.base/catch-load.exp: rx load: set var libname = "catch-load-so.so"
1308 PASS: gdb.base/catch-load.exp: rx load: set stop-on-solib-events 0
1309 PASS: gdb.base/catch-load.exp: rx load: catch load catch-load-so
1310 PASS: gdb.base/catch-load.exp: rx load: continue
1311 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: set var libname = "catch-load-so.…
1312 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: set stop-on-solib-events 1
1313 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: catch load catch-load-so
1314 PASS: gdb.base/catch-load.exp: rx load with stop-on-solib-events: continue
1315 PASS: gdb.base/catch-load.exp: non-matching load: set var libname = "catch-load-so.so"
1316 PASS: gdb.base/catch-load.exp: non-matching load: set stop-on-solib-events 0
1317 PASS: gdb.base/catch-load.exp: non-matching load: catch load zardoz
1318 PASS: gdb.base/catch-load.exp: non-matching load: continue
1319 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: set var libname = "catc…
1320 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: set stop-on-solib-event…
1321 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: catch load zardoz
1322 PASS: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: continue
1323 PASS: gdb.base/catch-load.exp: plain unload: set var libname = "catch-load-so.so"
1324 PASS: gdb.base/catch-load.exp: plain unload: set stop-on-solib-events 0
1325 PASS: gdb.base/catch-load.exp: plain unload: catch unload
1326 PASS: gdb.base/catch-load.exp: plain unload: continue
1327 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: set var libname = "catch-loa…
1328 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: set stop-on-solib-events 1
1329 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: catch unload
1330 PASS: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: continue
1331 PASS: gdb.base/catch-load.exp: rx unload: set var libname = "catch-load-so.so"
1332 PASS: gdb.base/catch-load.exp: rx unload: set stop-on-solib-events 0
1333 PASS: gdb.base/catch-load.exp: rx unload: catch unload catch-load-so
1334 PASS: gdb.base/catch-load.exp: rx unload: continue
1335 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: set var libname = "catch-load-s…
1336 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: set stop-on-solib-events 1
1337 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: catch unload catch-load-so
1338 PASS: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: continue
1339 PASS: gdb.base/catch-load.exp: non-matching unload: set var libname = "catch-load-so.so"
1340 PASS: gdb.base/catch-load.exp: non-matching unload: set stop-on-solib-events 0
1341 PASS: gdb.base/catch-load.exp: non-matching unload: catch unload zardoz
1342 PASS: gdb.base/catch-load.exp: non-matching unload: continue
1343 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: set var libname = "ca…
1344 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: set stop-on-solib-eve…
1345 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: catch unload zardoz
1346 PASS: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: continue
1347 Running ./gdb.base/catch-signal.exp ...
1348 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: first HUP
1349 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGHUP nostop noprint pass
1350 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal
1351 PASS: gdb.base/catch-signal.exp: SIGHUP: continue
1352 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: handle marker
1353 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: second HUP
1354 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal SIGHUP
1355 PASS: gdb.base/catch-signal.exp: SIGHUP: continue
1356 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: third HUP
1357 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGUSR1 nostop noprint pass
1358 PASS: gdb.base/catch-signal.exp: SIGHUP: catch signal SIGUSR1
1359 PASS: gdb.base/catch-signal.exp: SIGHUP: handle SIGHUP nostop noprint nopass
1360 PASS: gdb.base/catch-signal.exp: SIGHUP: continue to breakpoint: fourth HUP
1361 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: first HUP
1362 PASS: gdb.base/catch-signal.exp: 1: handle SIGHUP nostop noprint pass
1363 PASS: gdb.base/catch-signal.exp: 1: catch signal
1364 PASS: gdb.base/catch-signal.exp: 1: continue
1365 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: handle marker
1366 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: second HUP
1367 PASS: gdb.base/catch-signal.exp: 1: catch signal 1
1368 PASS: gdb.base/catch-signal.exp: 1: continue
1369 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: third HUP
1370 PASS: gdb.base/catch-signal.exp: 1: handle SIGUSR1 nostop noprint pass
1371 PASS: gdb.base/catch-signal.exp: 1: catch signal SIGUSR1
1372 PASS: gdb.base/catch-signal.exp: 1: handle SIGHUP nostop noprint nopass
1373 PASS: gdb.base/catch-signal.exp: 1: continue to breakpoint: fourth HUP
1374 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: first HUP
1375 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGHUP nostop noprint pass
1376 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal
1377 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue
1378 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: handle marker
1379 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: second HUP
1380 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal SIGHUP SIGUSR2
1381 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue
1382 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: third HUP
1383 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGUSR1 nostop noprint pass
1384 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: catch signal SIGUSR1
1385 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: handle SIGHUP nostop noprint nopass
1386 PASS: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: continue to breakpoint: fourth HUP
1387 PASS: gdb.base/catch-signal.exp: catch signal SIGZARDOZ
1388 PASS: gdb.base/catch-signal.exp: catch signal all
1389 PASS: gdb.base/catch-signal.exp: catch signal all SIGHUP
1390 PASS: gdb.base/catch-signal.exp: catch signal SIGHUP all
1391 PASS: gdb.base/catch-signal.exp: set catchpoint '' for printing
1392 PASS: gdb.base/catch-signal.exp: info break for ''
1393 PASS: gdb.base/catch-signal.exp: save breakpoints for ''
1394 PASS: gdb.base/catch-signal.exp: results of save breakpoints for ''
1395 PASS: gdb.base/catch-signal.exp: set catchpoint 'SIGHUP' for printing
1396 PASS: gdb.base/catch-signal.exp: info break for 'SIGHUP'
1397 PASS: gdb.base/catch-signal.exp: save breakpoints for 'SIGHUP'
1398 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'SIGHUP'
1399 PASS: gdb.base/catch-signal.exp: set catchpoint 'SIGHUP SIGUSR2' for printing
1400 PASS: gdb.base/catch-signal.exp: info break for 'SIGHUP SIGUSR2'
1401 PASS: gdb.base/catch-signal.exp: save breakpoints for 'SIGHUP SIGUSR2'
1402 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'SIGHUP SIGUSR2'
1403 PASS: gdb.base/catch-signal.exp: set catchpoint 'all' for printing
1404 PASS: gdb.base/catch-signal.exp: info break for 'all'
1405 PASS: gdb.base/catch-signal.exp: save breakpoints for 'all'
1406 PASS: gdb.base/catch-signal.exp: results of save breakpoints for 'all'
1407 Running ./gdb.base/catch-syscall.exp ...
1408 Running ./gdb.base/charset.exp ...
1409 PASS: gdb.base/charset.exp: show charset
1410 PASS: gdb.base/charset.exp: show target-charset
1411 PASS: gdb.base/charset.exp: check `show target-charset' against `show charset'
1412 PASS: gdb.base/charset.exp: show host-charset
1413 PASS: gdb.base/charset.exp: check `show host-charset' against `show charset'
1414 PASS: gdb.base/charset.exp: try malformed `set charset'
1415 PASS: gdb.base/charset.exp: try `set host-charset' with invalid charset
1416 PASS: gdb.base/charset.exp: try `set target-charset' with invalid charset
1417 PASS: gdb.base/charset.exp: capture valid host charsets
1418 PASS: gdb.base/charset.exp: capture valid target charsets
1419 PASS: gdb.base/charset.exp: try `set host-charset ASCII'
1420 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ASCII'
1421 PASS: gdb.base/charset.exp: check effect of `set host-charset ASCII'
1422 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1423 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1424 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1425 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1426 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1427 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1428 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1429 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1430 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1431 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1432 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1433 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1434 PASS: gdb.base/charset.exp: try `set host-charset ISO-8859-1'
1435 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ISO-8859-1'
1436 PASS: gdb.base/charset.exp: check effect of `set host-charset ISO-8859-1'
1437 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1438 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1439 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1440 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1441 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1442 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1443 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1444 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1445 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1446 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1447 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1448 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1449 PASS: gdb.base/charset.exp: try `set host-charset EBCDIC-US'
1450 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset EBCDIC-US'
1451 PASS: gdb.base/charset.exp: check effect of `set host-charset EBCDIC-US'
1452 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1453 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1454 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1455 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1456 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1457 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1458 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1459 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1460 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1461 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1462 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1463 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1464 PASS: gdb.base/charset.exp: try `set host-charset IBM1047'
1465 PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset IBM1047'
1466 PASS: gdb.base/charset.exp: check effect of `set host-charset IBM1047'
1467 PASS: gdb.base/charset.exp: try `set target-charset ASCII'
1468 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII'
1469 PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII'
1470 PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1'
1471 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1'
1472 PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1'
1473 PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US'
1474 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US'
1475 PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US'
1476 PASS: gdb.base/charset.exp: try `set target-charset IBM1047'
1477 PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047'
1478 PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047'
1479 PASS: gdb.base/charset.exp: set breakpoint after all strings have been initialized
1480 PASS: gdb.base/charset.exp: run until all strings have been initialized
1481 PASS: gdb.base/charset.exp: get integer valueof "sizeof (wchar_t)" (4)
1482 PASS: gdb.base/charset.exp: set host-charset ASCII
1483 PASS: gdb.base/charset.exp: set target-charset ASCII
1484 PASS: gdb.base/charset.exp: print the null character in ASCII
1485 PASS: gdb.base/charset.exp: print string in ASCII
1486 PASS: gdb.base/charset.exp: parse character literal in ASCII
1487 PASS: gdb.base/charset.exp: check value of parsed character literal in ASCII
1488 PASS: gdb.base/charset.exp: parse string literal in ASCII
1489 PASS: gdb.base/charset.exp: check value of parsed string literal in ASCII
1490 PASS: gdb.base/charset.exp: try printing '\a' in ASCII
1491 PASS: gdb.base/charset.exp: check value of '\a' in ASCII
1492 PASS: gdb.base/charset.exp: check value of "\a" in ASCII
1493 PASS: gdb.base/charset.exp: try printing '\b' in ASCII
1494 PASS: gdb.base/charset.exp: check value of '\b' in ASCII
1495 PASS: gdb.base/charset.exp: check value of "\b" in ASCII
1496 PASS: gdb.base/charset.exp: try printing '\f' in ASCII
1497 PASS: gdb.base/charset.exp: check value of '\f' in ASCII
1498 PASS: gdb.base/charset.exp: check value of "\f" in ASCII
1499 PASS: gdb.base/charset.exp: try printing '\n' in ASCII
1500 PASS: gdb.base/charset.exp: check value of '\n' in ASCII
1501 PASS: gdb.base/charset.exp: check value of "\n" in ASCII
1502 PASS: gdb.base/charset.exp: try printing '\r' in ASCII
1503 PASS: gdb.base/charset.exp: check value of '\r' in ASCII
1504 PASS: gdb.base/charset.exp: check value of "\r" in ASCII
1505 PASS: gdb.base/charset.exp: try printing '\t' in ASCII
1506 PASS: gdb.base/charset.exp: check value of '\t' in ASCII
1507 PASS: gdb.base/charset.exp: check value of "\t" in ASCII
1508 PASS: gdb.base/charset.exp: try printing '\v' in ASCII
1509 PASS: gdb.base/charset.exp: check value of '\v' in ASCII
1510 PASS: gdb.base/charset.exp: check value of "\v" in ASCII
1511 PASS: gdb.base/charset.exp: print escape that doesn't exist in ASCII
1512 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ASCII
1513 PASS: gdb.base/charset.exp: set target-charset ISO-8859-1
1514 PASS: gdb.base/charset.exp: print the null character in ISO-8859-1
1515 PASS: gdb.base/charset.exp: print string in ISO-8859-1
1516 PASS: gdb.base/charset.exp: parse character literal in ISO-8859-1
1517 PASS: gdb.base/charset.exp: check value of parsed character literal in ISO-8859-1
1518 PASS: gdb.base/charset.exp: parse string literal in ISO-8859-1
1519 PASS: gdb.base/charset.exp: check value of parsed string literal in ISO-8859-1
1520 PASS: gdb.base/charset.exp: try printing '\a' in ISO-8859-1
1521 PASS: gdb.base/charset.exp: check value of '\a' in ISO-8859-1
1522 PASS: gdb.base/charset.exp: check value of "\a" in ISO-8859-1
1523 PASS: gdb.base/charset.exp: try printing '\b' in ISO-8859-1
1524 PASS: gdb.base/charset.exp: check value of '\b' in ISO-8859-1
1525 PASS: gdb.base/charset.exp: check value of "\b" in ISO-8859-1
1526 PASS: gdb.base/charset.exp: try printing '\f' in ISO-8859-1
1527 PASS: gdb.base/charset.exp: check value of '\f' in ISO-8859-1
1528 PASS: gdb.base/charset.exp: check value of "\f" in ISO-8859-1
1529 PASS: gdb.base/charset.exp: try printing '\n' in ISO-8859-1
1530 PASS: gdb.base/charset.exp: check value of '\n' in ISO-8859-1
1531 PASS: gdb.base/charset.exp: check value of "\n" in ISO-8859-1
1532 PASS: gdb.base/charset.exp: try printing '\r' in ISO-8859-1
1533 PASS: gdb.base/charset.exp: check value of '\r' in ISO-8859-1
1534 PASS: gdb.base/charset.exp: check value of "\r" in ISO-8859-1
1535 PASS: gdb.base/charset.exp: try printing '\t' in ISO-8859-1
1536 PASS: gdb.base/charset.exp: check value of '\t' in ISO-8859-1
1537 PASS: gdb.base/charset.exp: check value of "\t" in ISO-8859-1
1538 PASS: gdb.base/charset.exp: try printing '\v' in ISO-8859-1
1539 PASS: gdb.base/charset.exp: check value of '\v' in ISO-8859-1
1540 PASS: gdb.base/charset.exp: check value of "\v" in ISO-8859-1
1541 PASS: gdb.base/charset.exp: print escape that doesn't exist in ISO-8859-1
1542 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ISO-8859-1
1543 PASS: gdb.base/charset.exp: set target-charset EBCDIC-US
1544 PASS: gdb.base/charset.exp: print the null character in EBCDIC-US
1545 PASS: gdb.base/charset.exp: print string in EBCDIC-US
1546 PASS: gdb.base/charset.exp: parse character literal in EBCDIC-US
1547 PASS: gdb.base/charset.exp: check value of parsed character literal in EBCDIC-US
1548 PASS: gdb.base/charset.exp: parse string literal in EBCDIC-US
1549 PASS: gdb.base/charset.exp: check value of parsed string literal in EBCDIC-US
1550 PASS: gdb.base/charset.exp: try printing '\a' in EBCDIC-US
1551 PASS: gdb.base/charset.exp: check value of '\a' in EBCDIC-US
1552 PASS: gdb.base/charset.exp: check value of "\a" in EBCDIC-US
1553 PASS: gdb.base/charset.exp: try printing '\b' in EBCDIC-US
1554 PASS: gdb.base/charset.exp: check value of '\b' in EBCDIC-US
1555 PASS: gdb.base/charset.exp: check value of "\b" in EBCDIC-US
1556 PASS: gdb.base/charset.exp: try printing '\f' in EBCDIC-US
1557 PASS: gdb.base/charset.exp: check value of '\f' in EBCDIC-US
1558 PASS: gdb.base/charset.exp: check value of "\f" in EBCDIC-US
1559 PASS: gdb.base/charset.exp: try printing '\n' in EBCDIC-US
1560 PASS: gdb.base/charset.exp: check value of '\n' in EBCDIC-US
1561 PASS: gdb.base/charset.exp: check value of "\n" in EBCDIC-US
1562 PASS: gdb.base/charset.exp: try printing '\r' in EBCDIC-US
1563 PASS: gdb.base/charset.exp: check value of '\r' in EBCDIC-US
1564 PASS: gdb.base/charset.exp: check value of "\r" in EBCDIC-US
1565 PASS: gdb.base/charset.exp: try printing '\t' in EBCDIC-US
1566 PASS: gdb.base/charset.exp: check value of '\t' in EBCDIC-US
1567 PASS: gdb.base/charset.exp: check value of "\t" in EBCDIC-US
1568 PASS: gdb.base/charset.exp: try printing '\v' in EBCDIC-US
1569 PASS: gdb.base/charset.exp: check value of '\v' in EBCDIC-US
1570 PASS: gdb.base/charset.exp: check value of "\v" in EBCDIC-US
1571 PASS: gdb.base/charset.exp: print escape that doesn't exist in EBCDIC-US
1572 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in EBCDIC-US
1573 PASS: gdb.base/charset.exp: set target-charset IBM1047
1574 PASS: gdb.base/charset.exp: print the null character in IBM1047
1575 PASS: gdb.base/charset.exp: print string in IBM1047
1576 PASS: gdb.base/charset.exp: parse character literal in IBM1047
1577 PASS: gdb.base/charset.exp: check value of parsed character literal in IBM1047
1578 PASS: gdb.base/charset.exp: parse string literal in IBM1047
1579 PASS: gdb.base/charset.exp: check value of parsed string literal in IBM1047
1580 PASS: gdb.base/charset.exp: try printing '\a' in IBM1047
1581 PASS: gdb.base/charset.exp: check value of '\a' in IBM1047
1582 PASS: gdb.base/charset.exp: check value of "\a" in IBM1047
1583 PASS: gdb.base/charset.exp: try printing '\b' in IBM1047
1584 PASS: gdb.base/charset.exp: check value of '\b' in IBM1047
1585 PASS: gdb.base/charset.exp: check value of "\b" in IBM1047
1586 PASS: gdb.base/charset.exp: try printing '\f' in IBM1047
1587 PASS: gdb.base/charset.exp: check value of '\f' in IBM1047
1588 PASS: gdb.base/charset.exp: check value of "\f" in IBM1047
1589 PASS: gdb.base/charset.exp: try printing '\n' in IBM1047
1590 PASS: gdb.base/charset.exp: check value of '\n' in IBM1047
1591 PASS: gdb.base/charset.exp: check value of "\n" in IBM1047
1592 PASS: gdb.base/charset.exp: try printing '\r' in IBM1047
1593 PASS: gdb.base/charset.exp: check value of '\r' in IBM1047
1594 PASS: gdb.base/charset.exp: check value of "\r" in IBM1047
1595 PASS: gdb.base/charset.exp: try printing '\t' in IBM1047
1596 PASS: gdb.base/charset.exp: check value of '\t' in IBM1047
1597 PASS: gdb.base/charset.exp: check value of "\t" in IBM1047
1598 PASS: gdb.base/charset.exp: try printing '\v' in IBM1047
1599 PASS: gdb.base/charset.exp: check value of '\v' in IBM1047
1600 PASS: gdb.base/charset.exp: check value of "\v" in IBM1047
1601 PASS: gdb.base/charset.exp: print escape that doesn't exist in IBM1047
1602 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in IBM1047
1603 PASS: gdb.base/charset.exp: set target-wide-charset UTF-32
1604 PASS: gdb.base/charset.exp: print the null character in UTF-32
1605 PASS: gdb.base/charset.exp: print string in UTF-32
1606 PASS: gdb.base/charset.exp: parse character literal in UTF-32
1607 PASS: gdb.base/charset.exp: check value of parsed character literal in UTF-32
1608 PASS: gdb.base/charset.exp: parse string literal in UTF-32
1609 PASS: gdb.base/charset.exp: check value of parsed string literal in UTF-32
1610 PASS: gdb.base/charset.exp: try printing '\a' in UTF-32
1611 PASS: gdb.base/charset.exp: check value of '\a' in UTF-32
1612 PASS: gdb.base/charset.exp: check value of "\a" in UTF-32
1613 PASS: gdb.base/charset.exp: try printing '\b' in UTF-32
1614 PASS: gdb.base/charset.exp: check value of '\b' in UTF-32
1615 PASS: gdb.base/charset.exp: check value of "\b" in UTF-32
1616 PASS: gdb.base/charset.exp: try printing '\f' in UTF-32
1617 PASS: gdb.base/charset.exp: check value of '\f' in UTF-32
1618 PASS: gdb.base/charset.exp: check value of "\f" in UTF-32
1619 PASS: gdb.base/charset.exp: try printing '\n' in UTF-32
1620 PASS: gdb.base/charset.exp: check value of '\n' in UTF-32
1621 PASS: gdb.base/charset.exp: check value of "\n" in UTF-32
1622 PASS: gdb.base/charset.exp: try printing '\r' in UTF-32
1623 PASS: gdb.base/charset.exp: check value of '\r' in UTF-32
1624 PASS: gdb.base/charset.exp: check value of "\r" in UTF-32
1625 PASS: gdb.base/charset.exp: try printing '\t' in UTF-32
1626 PASS: gdb.base/charset.exp: check value of '\t' in UTF-32
1627 PASS: gdb.base/charset.exp: check value of "\t" in UTF-32
1628 PASS: gdb.base/charset.exp: try printing '\v' in UTF-32
1629 PASS: gdb.base/charset.exp: check value of '\v' in UTF-32
1630 PASS: gdb.base/charset.exp: check value of "\v" in UTF-32
1631 PASS: gdb.base/charset.exp: print escape that doesn't exist in UTF-32
1632 PASS: gdb.base/charset.exp: check value of escape that doesn't exist in UTF-32
1633 PASS: gdb.base/charset.exp: set target-charset UTF-8
1634 PASS: gdb.base/charset.exp: non-representable target character
1635 PASS: gdb.base/charset.exp: print '\x'
1636 PASS: gdb.base/charset.exp: print '\u'
1637 PASS: gdb.base/charset.exp: print '\9'
1638 PASS: gdb.base/charset.exp: print "\1011"
1639 PASS: gdb.base/charset.exp: basic wide string concatenation
1640 PASS: gdb.base/charset.exp: narrow and wide string concatenation
1641 PASS: gdb.base/charset.exp: wide and narrow string concatenation
1642 PASS: gdb.base/charset.exp: wide string concatenation with escape
1643 PASS: gdb.base/charset.exp: concatenate three strings with empty wide string
1644 PASS: gdb.base/charset.exp: basic wide character
1645 PASS: gdb.base/charset.exp: get integer valueof "sizeof (char16_t)" (2)
1646 PASS: gdb.base/charset.exp: basic UTF-16 string concatenation
1647 PASS: gdb.base/charset.exp: narrow and UTF-16 string concatenation
1648 PASS: gdb.base/charset.exp: UTF-16 and narrow string concatenation
1649 PASS: gdb.base/charset.exp: UTF-16 string concatenation with escape
1650 PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-16 string
1651 PASS: gdb.base/charset.exp: basic UTF-16 character
1652 PASS: gdb.base/charset.exp: get integer valueof "sizeof (char32_t)" (4)
1653 PASS: gdb.base/charset.exp: basic UTF-32 string concatenation
1654 PASS: gdb.base/charset.exp: narrow and UTF-32 string concatenation
1655 PASS: gdb.base/charset.exp: UTF-32 and narrow string concatenation
1656 PASS: gdb.base/charset.exp: UTF-32 string concatenation with escape
1657 PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-32 string
1658 PASS: gdb.base/charset.exp: basic UTF-32 character
1659 PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-16
1660 PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-32
1661 PASS: gdb.base/charset.exp: typedef to wchar_t
1662 PASS: gdb.base/charset.exp: undefined concatenation of UTF-16 and UTF-32
1663 PASS: gdb.base/charset.exp: set up for python printing of utf-16 string
1664 PASS: gdb.base/charset.exp: extract utf-16 string using python
1665 PASS: gdb.base/charset.exp: EVAL_SKIP cleanup handling regression test
1666 PASS: gdb.base/charset.exp: Assign String16 with prefix u
1667 PASS: gdb.base/charset.exp: Display String String16 with x/hs
1668 PASS: gdb.base/charset.exp: Assign String32 with prefix U
1669 PASS: gdb.base/charset.exp: Display String String32 with x/ws
1670 PASS: gdb.base/charset.exp: Assign String32 with prefix L
1671 PASS: gdb.base/charset.exp: Display String String32 with x/ws
1672 PASS: gdb.base/charset.exp: assign string to short array
1673 PASS: gdb.base/charset.exp: assign string to int array
1674 PASS: gdb.base/charset.exp: assign string to long array
1675 Running ./gdb.base/checkpoint.exp ...
1676 Running ./gdb.base/chng-syms.exp ...
1677 PASS: gdb.base/chng-syms.exp: setting conditional breakpoint on function
1678 PASS: gdb.base/chng-syms.exp: continue until exit at breakpoint first time through
1679 PASS: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes
1680 Running ./gdb.base/code_elim.exp ...
1681 PASS: gdb.base/code_elim.exp: symbol-file code_elim1
1682 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_symbol
1683 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_static_symbol
1684 PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_func
1685 PASS: gdb.base/code_elim.exp: single psymtabs: get address of main
1686 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_symbol
1687 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_static_symbol
1688 PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_func
1689 PASS: gdb.base/code_elim.exp: single symtabs: get address of main
1690 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
1691 PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
1692 PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
1693 PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
1694 PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
1695 PASS: gdb.base/code_elim.exp: order1: get address of main
1696 PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim2 0x200000
1697 PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim1 0x100000
1698 PASS: gdb.base/code_elim.exp: order2: get address of my_global_symbol
1699 PASS: gdb.base/code_elim.exp: order2: get address of my_static_symbol
1700 PASS: gdb.base/code_elim.exp: order2: get address of my_global_func
1701 PASS: gdb.base/code_elim.exp: order2: get address of main
1702 Running ./gdb.base/code-expr.exp ...
1703 PASS: gdb.base/code-expr.exp: set print sevenbit-strings
1704 PASS: gdb.base/code-expr.exp: set print address off
1705 PASS: gdb.base/code-expr.exp: set width 0
1706 PASS: gdb.base/code-expr.exp: (@code char)
1707 PASS: gdb.base/code-expr.exp: (@code signed char)
1708 PASS: gdb.base/code-expr.exp: (@code unsigned char)
1709 PASS: gdb.base/code-expr.exp: (@code short)
1710 PASS: gdb.base/code-expr.exp: (@code signed short)
1711 PASS: gdb.base/code-expr.exp: (@code unsigned short)
1712 PASS: gdb.base/code-expr.exp: (@code int)
1713 PASS: gdb.base/code-expr.exp: (@code signed int)
1714 PASS: gdb.base/code-expr.exp: (@code unsigned int)
1715 PASS: gdb.base/code-expr.exp: (@code long)
1716 PASS: gdb.base/code-expr.exp: (@code signed long)
1717 PASS: gdb.base/code-expr.exp: (@code unsigned long)
1718 PASS: gdb.base/code-expr.exp: (@code long long)
1719 PASS: gdb.base/code-expr.exp: (@code signed long long)
1720 PASS: gdb.base/code-expr.exp: (@code unsigned long long)
1721 PASS: gdb.base/code-expr.exp: (@code float)
1722 PASS: gdb.base/code-expr.exp: (@code double)
1723 PASS: gdb.base/code-expr.exp: (@data char)
1724 PASS: gdb.base/code-expr.exp: (@data signed char)
1725 PASS: gdb.base/code-expr.exp: (@data unsigned char)
1726 PASS: gdb.base/code-expr.exp: (@data short)
1727 PASS: gdb.base/code-expr.exp: (@data signed short)
1728 PASS: gdb.base/code-expr.exp: (@data unsigned short)
1729 PASS: gdb.base/code-expr.exp: (@data int)
1730 PASS: gdb.base/code-expr.exp: (@data signed int)
1731 PASS: gdb.base/code-expr.exp: (@data unsigned int)
1732 PASS: gdb.base/code-expr.exp: (@data long)
1733 PASS: gdb.base/code-expr.exp: (@data signed long)
1734 PASS: gdb.base/code-expr.exp: (@data unsigned long)
1735 PASS: gdb.base/code-expr.exp: (@data long long)
1736 PASS: gdb.base/code-expr.exp: (@data signed long long)
1737 PASS: gdb.base/code-expr.exp: (@data unsigned long long)
1738 PASS: gdb.base/code-expr.exp: (@data float)
1739 PASS: gdb.base/code-expr.exp: (@data double)
1740 PASS: gdb.base/code-expr.exp: (char @code)
1741 PASS: gdb.base/code-expr.exp: (signed char @code)
1742 PASS: gdb.base/code-expr.exp: (unsigned char @code)
1743 PASS: gdb.base/code-expr.exp: (short @code)
1744 PASS: gdb.base/code-expr.exp: (signed short @code)
1745 PASS: gdb.base/code-expr.exp: (unsigned short @code)
1746 PASS: gdb.base/code-expr.exp: (int @code)
1747 PASS: gdb.base/code-expr.exp: (signed int @code)
1748 PASS: gdb.base/code-expr.exp: (unsigned int @code)
1749 PASS: gdb.base/code-expr.exp: (long @code)
1750 PASS: gdb.base/code-expr.exp: (signed long @code)
1751 PASS: gdb.base/code-expr.exp: (unsigned long @code)
1752 PASS: gdb.base/code-expr.exp: (long long @code)
1753 PASS: gdb.base/code-expr.exp: (signed long long @code)
1754 PASS: gdb.base/code-expr.exp: (unsigned long long @code)
1755 PASS: gdb.base/code-expr.exp: (float @code)
1756 PASS: gdb.base/code-expr.exp: (double @code)
1757 PASS: gdb.base/code-expr.exp: (char @data)
1758 PASS: gdb.base/code-expr.exp: (signed char @data)
1759 PASS: gdb.base/code-expr.exp: (unsigned char @data)
1760 PASS: gdb.base/code-expr.exp: (short @data)
1761 PASS: gdb.base/code-expr.exp: (signed short @data)
1762 PASS: gdb.base/code-expr.exp: (unsigned short @data)
1763 PASS: gdb.base/code-expr.exp: (int @data)
1764 PASS: gdb.base/code-expr.exp: (signed int @data)
1765 PASS: gdb.base/code-expr.exp: (unsigned int @data)
1766 PASS: gdb.base/code-expr.exp: (long @data)
1767 PASS: gdb.base/code-expr.exp: (signed long @data)
1768 PASS: gdb.base/code-expr.exp: (unsigned long @data)
1769 PASS: gdb.base/code-expr.exp: (long long @data)
1770 PASS: gdb.base/code-expr.exp: (signed long long @data)
1771 PASS: gdb.base/code-expr.exp: (unsigned long long @data)
1772 PASS: gdb.base/code-expr.exp: (float @data)
1773 PASS: gdb.base/code-expr.exp: (double @data)
1774 PASS: gdb.base/code-expr.exp: (@code enum misordered)
1775 PASS: gdb.base/code-expr.exp: (enum misordered @code)
1776 PASS: gdb.base/code-expr.exp: (@data enum misordered)
1777 PASS: gdb.base/code-expr.exp: (enum misordered @data)
1778 PASS: gdb.base/code-expr.exp: (@code int *)
1779 PASS: gdb.base/code-expr.exp: (int @code *)
1780 PASS: gdb.base/code-expr.exp: (int * @code)
1781 PASS: gdb.base/code-expr.exp: (@code int * @code)
1782 PASS: gdb.base/code-expr.exp: (int @code * @code)
1783 PASS: gdb.base/code-expr.exp: (@code int **)
1784 PASS: gdb.base/code-expr.exp: (int @code **)
1785 PASS: gdb.base/code-expr.exp: (int ** @code)
1786 PASS: gdb.base/code-expr.exp: (@code int * @code *)
1787 PASS: gdb.base/code-expr.exp: (int @code * @code *)
1788 PASS: gdb.base/code-expr.exp: (@code int * @code * @code)
1789 PASS: gdb.base/code-expr.exp: (int @code * @code * @code)
1790 PASS: gdb.base/code-expr.exp: (@code struct t_struct)
1791 PASS: gdb.base/code-expr.exp: (@code union t_union)
1792 PASS: gdb.base/code-expr.exp: (struct t_struct @code)
1793 PASS: gdb.base/code-expr.exp: (union t_union @code)
1794 PASS: gdb.base/code-expr.exp: (@code struct t_struct *)
1795 PASS: gdb.base/code-expr.exp: (@code union t_union *)
1796 PASS: gdb.base/code-expr.exp: (struct t_struct @code *)
1797 PASS: gdb.base/code-expr.exp: (union t_union @code *)
1798 PASS: gdb.base/code-expr.exp: (struct t_struct * @code)
1799 PASS: gdb.base/code-expr.exp: (union t_union * @code)
1800 PASS: gdb.base/code-expr.exp: (@code struct t_struct * @code)
1801 PASS: gdb.base/code-expr.exp: (@code union t_union * @code)
1802 PASS: gdb.base/code-expr.exp: (struct t_struct @code * @code)
1803 PASS: gdb.base/code-expr.exp: (union t_union @code * @code)
1804 Running ./gdb.base/commands.exp ...
1805 PASS: gdb.base/commands.exp: set foo in gdbvar_simple_if_test
1806 PASS: gdb.base/commands.exp: gdbvar_simple_if_test #1
1807 PASS: gdb.base/commands.exp: gdbvar_simple_if_test #2
1808 PASS: gdb.base/commands.exp: set foo in gdbvar_simple_while_test
1809 PASS: gdb.base/commands.exp: gdbvar_simple_while_test #1
1810 PASS: gdb.base/commands.exp: set foo in gdbvar complex_if_while_test
1811 PASS: gdb.base/commands.exp: gdbvar_complex_if_while_test #1
1812 PASS: gdb.base/commands.exp: set foo in user_defined_command_test
1813 PASS: gdb.base/commands.exp: define mycommand in user_defined_command_test
1814 PASS: gdb.base/commands.exp: enter commands in user_defined_command_test
1815 PASS: gdb.base/commands.exp: execute user defined command in user_defined_command_test
1816 PASS: gdb.base/commands.exp: display user command in user_defined_command_test
1817 PASS: gdb.base/commands.exp: tried to deprecate non-existing command
1818 PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /1/
1819 PASS: gdb.base/commands.exp: p deprecated warning, with replacement
1820 PASS: gdb.base/commands.exp: Deprecated warning goes away /1/
1821 PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /2/
1822 PASS: gdb.base/commands.exp: maintenance deprecate print "new_print"
1823 PASS: gdb.base/commands.exp: both alias and command are deprecated
1824 PASS: gdb.base/commands.exp: Deprecated warning goes away /2/
1825 PASS: gdb.base/commands.exp: deprecate long command /1/
1826 PASS: gdb.base/commands.exp: long command deprecated /1/
1827 PASS: gdb.base/commands.exp: deprecate long command /2/
1828 PASS: gdb.base/commands.exp: long command deprecated with no alternative /2/
1829 PASS: gdb.base/commands.exp: deprecate with no arguments
1830 PASS: gdb.base/commands.exp: stray_arg0_test #1
1831 PASS: gdb.base/commands.exp: stray_arg0_test #2
1832 PASS: gdb.base/commands.exp: stray_arg0_test #3
1833 PASS: gdb.base/commands.exp: stray_arg0_test #4
1834 PASS: gdb.base/commands.exp: source file with indented comment
1835 PASS: gdb.base/commands.exp: recursive source test
1836 PASS: gdb.base/commands.exp: set $tem in if_commands_test
1837 PASS: gdb.base/commands.exp: if $tem == 2 - if_commands_test 1
1838 PASS: gdb.base/commands.exp: break main - if_commands_test 1
1839 PASS: gdb.base/commands.exp: else - if_commands_test 1
1840 PASS: gdb.base/commands.exp: break factorial - if_commands_test 1
1841 PASS: gdb.base/commands.exp: commands - if_commands_test 1
1842 PASS: gdb.base/commands.exp: silent - if_commands_test 1
1843 PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 1
1844 PASS: gdb.base/commands.exp: continue - if_commands_test 1
1845 PASS: gdb.base/commands.exp: first end - if_commands_test 1
1846 PASS: gdb.base/commands.exp: second end - if_commands_test 1
1847 PASS: gdb.base/commands.exp: if $tem == 1 - if_commands_test 2
1848 PASS: gdb.base/commands.exp: break main - if_commands_test 2
1849 PASS: gdb.base/commands.exp: else - if_commands_test 2
1850 PASS: gdb.base/commands.exp: break factorial - if_commands_test 2
1851 PASS: gdb.base/commands.exp: commands - if_commands_test 2
1852 PASS: gdb.base/commands.exp: silent - if_commands_test 2
1853 PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 2
1854 PASS: gdb.base/commands.exp: continue - if_commands_test 2
1855 PASS: gdb.base/commands.exp: first end - if_commands_test 2
1856 PASS: gdb.base/commands.exp: second end - if_commands_test 2
1857 PASS: gdb.base/commands.exp: hook-stop 1
1858 PASS: gdb.base/commands.exp: hook-stop 1a
1859 PASS: gdb.base/commands.exp: hook-stop 1b
1860 PASS: gdb.base/commands.exp: main commands 1
1861 PASS: gdb.base/commands.exp: main commands 1a
1862 PASS: gdb.base/commands.exp: main commands 1b
1863 PASS: gdb.base/commands.exp: main commands 1c
1864 PASS: gdb.base/commands.exp: main commands 2
1865 PASS: gdb.base/commands.exp: main commands 2a
1866 PASS: gdb.base/commands.exp: main commands 2b
1867 PASS: gdb.base/commands.exp: main commands 2c
1868 PASS: gdb.base/commands.exp: cmd1 error
1869 PASS: gdb.base/commands.exp: no cmd2
1870 PASS: gdb.base/commands.exp: define one
1871 PASS: gdb.base/commands.exp: define hook-one
1872 PASS: gdb.base/commands.exp: define one in redefine_hook_test
1873 PASS: gdb.base/commands.exp: enter commands for one redefinition in redefine_hook_test
1874 PASS: gdb.base/commands.exp: execute one command in redefine_hook_test
1875 PASS: gdb.base/commands.exp: define backtrace
1876 PASS: gdb.base/commands.exp: expect response to define backtrace
1877 PASS: gdb.base/commands.exp: enter commands in redefine_backtrace_test
1878 PASS: gdb.base/commands.exp: execute backtrace command in redefine_backtrace_test
1879 PASS: gdb.base/commands.exp: execute bt command in redefine_backtrace_test
1880 Running ./gdb.base/completion.exp ...
1881 PASS: gdb.base/completion.exp: complete 'hfgfh'
1882 PASS: gdb.base/completion.exp: complete 'show output'
1883 PASS: gdb.base/completion.exp: complete 'show output-'
1884 PASS: gdb.base/completion.exp: complete 'p'
1885 PASS: gdb.base/completion.exp: complete 'p '
1886 PASS: gdb.base/completion.exp: complete 'info t foo'
1887 PASS: gdb.base/completion.exp: complete 'info t'
1888 PASS: gdb.base/completion.exp: complete 'info t '
1889 PASS: gdb.base/completion.exp: complete 'info asdfgh'
1890 PASS: gdb.base/completion.exp: complete 'info asdfgh '
1891 PASS: gdb.base/completion.exp: complete 'info'
1892 PASS: gdb.base/completion.exp: complete 'info '
1893 PASS: gdb.base/completion.exp: complete (2) 'info '
1894 PASS: gdb.base/completion.exp: complete 'help info wat'
1895 PASS: gdb.base/completion.exp: complete 'p "break1'
1896 XFAIL: gdb.base/completion.exp: complete 'p "break1.'
1897 PASS: gdb.base/completion.exp: complete 'p 'arg'
1898 PASS: gdb.base/completion.exp: complete (2) 'p 'arg'
1899 PASS: gdb.base/completion.exp: complete 'handle signal'
1900 PASS: gdb.base/completion.exp: complete 'handle keyword'
1901 PASS: gdb.base/completion.exp: complete help aliases
1902 PASS: gdb.base/completion.exp: complete 'p no_var_named_this-arg'
1903 PASS: gdb.base/completion.exp: complete (2) 'p no_var_named_this-arg'
1905 UNRESOLVED: gdb.base/completion.exp: complete (2) 'p no_var_named_this-'
1907 UNRESOLVED: gdb.base/completion.exp: complete 'p values[0].a'
1909 UNRESOLVED: gdb.base/completion.exp: complete 'p values[0] . a'
1911 UNRESOLVED: gdb.base/completion.exp: complete 'p &values[0] -> a'
1913 UNRESOLVED: gdb.base/completion.exp: completion of field in anonymous union
1915 UNRESOLVED: gdb.base/completion.exp: ptype completion of field in anonymous union
1917 UNRESOLVED: gdb.base/completion.exp: whatis completion of field in anonymous union
1918 PASS: gdb.base/completion.exp: cd to ${srcdir}
1919 PASS: gdb.base/completion.exp: directory completion
1920 PASS: gdb.base/completion.exp: directory completion 2
1921 PASS: gdb.base/completion.exp: Glob remaining of directory test
1922 PASS: gdb.base/completion.exp: complete-command 'file ./gdb.base/compl'
1923 PASS: gdb.base/completion.exp: complete 'file ./gdb.base/complet'
1924 PASS: gdb.base/completion.exp: complete 'info func marke'
1925 PASS: gdb.base/completion.exp: complete 'set follow-fork-mode'
1926 PASS: gdb.base/completion.exp: field completion with invalid field
1927 PASS: gdb.base/completion.exp: test non-deprecated completion
1928 PASS: gdb.base/completion.exp: test deprecated completion
1929 PASS: gdb.base/completion.exp: complete ptype struct some_
1930 PASS: gdb.base/completion.exp: complete ptype enum some_
1931 PASS: gdb.base/completion.exp: complete ptype union some_
1932 PASS: gdb.base/completion.exp: complete set gnutarget aut
1933 PASS: gdb.base/completion.exp: complete set cp-abi aut
1934 Running ./gdb.base/complex.exp ...
1935 PASS: gdb.base/complex.exp: print complex packed value in C
1936 PASS: gdb.base/complex.exp: print complex value in C
1937 Running ./gdb.base/comprdebug.exp ...
1938 PASS: gdb.base/comprdebug.exp: file comprdebug0.o
1939 Running ./gdb.base/condbreak.exp ...
1940 PASS: gdb.base/condbreak.exp: breakpoint function
1941 PASS: gdb.base/condbreak.exp: break marker1 if 1==1
1942 PASS: gdb.base/condbreak.exp: delete 2
1943 PASS: gdb.base/condbreak.exp: break break.c:92 if 1==1
1944 PASS: gdb.base/condbreak.exp: delete 3
1945 PASS: gdb.base/condbreak.exp: break marker1 if (1==1)
1946 PASS: gdb.base/condbreak.exp: break break.c:92 if (1==1)
1947 PASS: gdb.base/condbreak.exp: break marker2 if (a==43)
1948 PASS: gdb.base/condbreak.exp: break marker3 if (multi_line_if_conditional(1,1,1)==0)
1949 PASS: gdb.base/condbreak.exp: break marker4
1950 PASS: gdb.base/condbreak.exp: breakpoint info
1951 PASS: gdb.base/condbreak.exp: rerun to main
1952 PASS: gdb.base/condbreak.exp: run until breakpoint set at a line number
1953 PASS: gdb.base/condbreak.exp: run until breakpoint at marker1
1954 PASS: gdb.base/condbreak.exp: run until breakpoint at marker2
1955 PASS: gdb.base/condbreak.exp: break main if (1==1) thread 999
1956 PASS: gdb.base/condbreak.exp: break main thread 999 if (1==1)
1957 PASS: gdb.base/condbreak.exp: break *main if (1==1) thread 999
1958 PASS: gdb.base/condbreak.exp: break *main thread 999 if (1==1)
1959 PASS: gdb.base/condbreak.exp: break *main if (1==1) task 999
1960 PASS: gdb.base/condbreak.exp: break *main task 999 if (1==1)
1961 PASS: gdb.base/condbreak.exp: break *main if (1==1) t 999
1962 PASS: gdb.base/condbreak.exp: break *main if (1==1) th 999
1963 PASS: gdb.base/condbreak.exp: break *main if (1==1) ta 999
1964 PASS: gdb.base/condbreak.exp: run until breakpoint at marker3
1965 PASS: gdb.base/condbreak.exp: run until breakpoint at marker4
1966 PASS: gdb.base/condbreak.exp: complete cond 1
1967 PASS: gdb.base/condbreak.exp: set variable $var = 1
1968 PASS: gdb.base/condbreak.exp: complete cond $v
1969 PASS: gdb.base/condbreak.exp: complete cond 1 values[0].a
1970 Running ./gdb.base/cond-eval-mode.exp ...
1971 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation host
1972 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation auto
1973 PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation target
1974 Running ./gdb.base/cond-expr.exp ...
1975 PASS: gdb.base/cond-expr.exp: print value of cond expr (const true)
1976 PASS: gdb.base/cond-expr.exp: print value of cond expr (const false)
1977 PASS: gdb.base/cond-expr.exp: set variable x=14
1978 PASS: gdb.base/cond-expr.exp: set variable y=2
1979 PASS: gdb.base/cond-expr.exp: set variable z=3
1980 PASS: gdb.base/cond-expr.exp: print value of cond expr (var true)
1981 PASS: gdb.base/cond-expr.exp: set variable x=0
1982 PASS: gdb.base/cond-expr.exp: print value of cond expr (var false)
1983 PASS: gdb.base/cond-expr.exp: print whatis of cond expr
1984 Running ./gdb.base/consecutive.exp ...
1985 PASS: gdb.base/consecutive.exp: continue to breakpoint in foo
1986 PASS: gdb.base/consecutive.exp: get breakpoint address for foo
1987 PASS: gdb.base/consecutive.exp: set bp, 2nd instr
1988 PASS: gdb.base/consecutive.exp: stopped at bp, 2nd instr
1989 Running ./gdb.base/constvars.exp ...
1990 PASS: gdb.base/constvars.exp: break marker1
1991 PASS: gdb.base/constvars.exp: continue to marker1
1992 PASS: gdb.base/constvars.exp: up from marker1
1993 PASS: gdb.base/constvars.exp: ptype qux1
1994 PASS: gdb.base/constvars.exp: print lave
1995 PASS: gdb.base/constvars.exp: ptype lave
1996 PASS: gdb.base/constvars.exp: print lavish
1997 PASS: gdb.base/constvars.exp: ptype lavish
1998 PASS: gdb.base/constvars.exp: print lax
1999 PASS: gdb.base/constvars.exp: ptype lax
2000 PASS: gdb.base/constvars.exp: print lecherous
2001 PASS: gdb.base/constvars.exp: ptype lecherous
2002 PASS: gdb.base/constvars.exp: print lechery
2003 PASS: gdb.base/constvars.exp: ptype lechery
2004 PASS: gdb.base/constvars.exp: print lectern
2005 PASS: gdb.base/constvars.exp: ptype lectern
2006 PASS: gdb.base/constvars.exp: print leeway
2007 PASS: gdb.base/constvars.exp: ptype leeway
2008 PASS: gdb.base/constvars.exp: print legacy
2009 PASS: gdb.base/constvars.exp: ptype legacy
2010 PASS: gdb.base/constvars.exp: print laconic
2011 PASS: gdb.base/constvars.exp: ptype laconic
2012 PASS: gdb.base/constvars.exp: print laggard
2013 PASS: gdb.base/constvars.exp: ptype laggard
2014 PASS: gdb.base/constvars.exp: print lagoon
2015 PASS: gdb.base/constvars.exp: ptype lagoon
2016 PASS: gdb.base/constvars.exp: print laity
2017 PASS: gdb.base/constvars.exp: ptype laity
2018 PASS: gdb.base/constvars.exp: print lambent
2019 PASS: gdb.base/constvars.exp: ptype lambent
2020 PASS: gdb.base/constvars.exp: print laminated
2021 PASS: gdb.base/constvars.exp: ptype laminated
2022 PASS: gdb.base/constvars.exp: print lampoon
2023 PASS: gdb.base/constvars.exp: ptype lampoon
2024 PASS: gdb.base/constvars.exp: print languid
2025 PASS: gdb.base/constvars.exp: ptype languid
2026 PASS: gdb.base/constvars.exp: print *legend
2027 PASS: gdb.base/constvars.exp: ptype legend
2028 PASS: gdb.base/constvars.exp: print *legerdemain
2029 PASS: gdb.base/constvars.exp: ptype legerdemain
2030 PASS: gdb.base/constvars.exp: print *leniency
2031 PASS: gdb.base/constvars.exp: ptype leniency
2032 PASS: gdb.base/constvars.exp: print *leonine
2033 PASS: gdb.base/constvars.exp: ptype leonine
2034 PASS: gdb.base/constvars.exp: print *lesion
2035 PASS: gdb.base/constvars.exp: ptype lesion
2036 PASS: gdb.base/constvars.exp: print *lethal
2037 PASS: gdb.base/constvars.exp: ptype lethal
2038 PASS: gdb.base/constvars.exp: print *lethargic
2039 PASS: gdb.base/constvars.exp: ptype lethargic
2040 PASS: gdb.base/constvars.exp: print *levity
2041 PASS: gdb.base/constvars.exp: ptype levity
2042 PASS: gdb.base/constvars.exp: print *lewd
2043 PASS: gdb.base/constvars.exp: ptype lewd
2044 PASS: gdb.base/constvars.exp: print *lexicographer
2045 PASS: gdb.base/constvars.exp: ptype lexicographer
2046 PASS: gdb.base/constvars.exp: print *lexicon
2047 PASS: gdb.base/constvars.exp: ptype lexicon
2048 PASS: gdb.base/constvars.exp: print *liaison
2049 PASS: gdb.base/constvars.exp: ptype liaison
2050 PASS: gdb.base/constvars.exp: print *libation
2051 PASS: gdb.base/constvars.exp: ptype libation
2052 PASS: gdb.base/constvars.exp: print *libelous
2053 PASS: gdb.base/constvars.exp: ptype libelous
2054 PASS: gdb.base/constvars.exp: print *libertine
2055 PASS: gdb.base/constvars.exp: ptype libertine
2056 PASS: gdb.base/constvars.exp: print *libidinous
2057 PASS: gdb.base/constvars.exp: ptype libidinous
2058 PASS: gdb.base/constvars.exp: print *languish
2059 PASS: gdb.base/constvars.exp: ptype languish
2060 PASS: gdb.base/constvars.exp: print *languor
2061 PASS: gdb.base/constvars.exp: ptype languor
2062 PASS: gdb.base/constvars.exp: print *lank
2063 PASS: gdb.base/constvars.exp: ptype lank
2064 PASS: gdb.base/constvars.exp: print *lapidary
2065 PASS: gdb.base/constvars.exp: ptype lapidary
2066 PASS: gdb.base/constvars.exp: print *larceny
2067 PASS: gdb.base/constvars.exp: ptype larceny
2068 PASS: gdb.base/constvars.exp: print *largess
2069 PASS: gdb.base/constvars.exp: ptype largess
2070 PASS: gdb.base/constvars.exp: print *lascivious
2071 PASS: gdb.base/constvars.exp: ptype lascivious
2072 PASS: gdb.base/constvars.exp: print *lassitude
2073 PASS: gdb.base/constvars.exp: ptype lassitude
2074 PASS: gdb.base/constvars.exp: print *lamprey
2075 PASS: gdb.base/constvars.exp: ptype lamprey
2076 PASS: gdb.base/constvars.exp: print *lariat
2077 PASS: gdb.base/constvars.exp: ptype lariat
2078 PASS: gdb.base/constvars.exp: print *laudanum
2079 PASS: gdb.base/constvars.exp: ptype laudanum
2080 PASS: gdb.base/constvars.exp: print *lecithin
2081 PASS: gdb.base/constvars.exp: ptype lecithin
2082 PASS: gdb.base/constvars.exp: print *leviathan
2083 PASS: gdb.base/constvars.exp: ptype leviathan
2084 PASS: gdb.base/constvars.exp: print *libretto
2085 PASS: gdb.base/constvars.exp: ptype libretto
2086 PASS: gdb.base/constvars.exp: print *lissome
2087 PASS: gdb.base/constvars.exp: ptype lissome
2088 PASS: gdb.base/constvars.exp: print *locust
2089 PASS: gdb.base/constvars.exp: ptype locust
2090 PASS: gdb.base/constvars.exp: ptype logical
2091 PASS: gdb.base/constvars.exp: ptype lugged
2092 PASS: gdb.base/constvars.exp: ptype luck
2093 PASS: gdb.base/constvars.exp: ptype lunar
2094 PASS: gdb.base/constvars.exp: ptype lumen
2095 PASS: gdb.base/constvars.exp: ptype lurk
2096 PASS: gdb.base/constvars.exp: ptype lush
2097 PASS: gdb.base/constvars.exp: ptype lynx
2098 PASS: gdb.base/constvars.exp: ptype crass
2099 PASS: gdb.base/constvars.exp: ptype crisp
2100 Running ./gdb.base/corefile.exp ...
2101 Running ./gdb.base/ctxobj.exp ...
2102 PASS: gdb.base/ctxobj.exp: break in get_version functions
2103 PASS: gdb.base/ctxobj.exp: continue to get_version_1
2104 PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from partial symtab
2105 PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from symtab
2106 PASS: gdb.base/ctxobj.exp: continue to get_version_2
2107 PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from partial symtab
2108 PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from symtab
2109 Running ./gdb.base/cursal.exp ...
2110 PASS: gdb.base/cursal.exp: set listsize 1
2111 PASS: gdb.base/cursal.exp: list before run
2112 PASS: gdb.base/cursal.exp: list in main
2113 PASS: gdb.base/cursal.exp: list in func2
2114 PASS: gdb.base/cursal.exp: backtrace
2115 PASS: gdb.base/cursal.exp: list after backtrace
2116 PASS: gdb.base/cursal.exp: set listsize 3
2117 PASS: gdb.base/cursal.exp: list size 3
2118 Running ./gdb.base/cvexpr.exp ...
2119 PASS: gdb.base/cvexpr.exp: set print sevenbit-strings
2120 PASS: gdb.base/cvexpr.exp: set print address off
2121 PASS: gdb.base/cvexpr.exp: set width 0
2122 PASS: gdb.base/cvexpr.exp: (const char)
2123 PASS: gdb.base/cvexpr.exp: (const signed char)
2124 PASS: gdb.base/cvexpr.exp: (const unsigned char)
2125 PASS: gdb.base/cvexpr.exp: (const short)
2126 PASS: gdb.base/cvexpr.exp: (const signed short)
2127 PASS: gdb.base/cvexpr.exp: (const unsigned short)
2128 PASS: gdb.base/cvexpr.exp: (const int)
2129 PASS: gdb.base/cvexpr.exp: (const signed int)
2130 PASS: gdb.base/cvexpr.exp: (const unsigned int)
2131 PASS: gdb.base/cvexpr.exp: (const long)
2132 PASS: gdb.base/cvexpr.exp: (const signed long)
2133 PASS: gdb.base/cvexpr.exp: (const unsigned long)
2134 PASS: gdb.base/cvexpr.exp: (const long long)
2135 PASS: gdb.base/cvexpr.exp: (const signed long long)
2136 PASS: gdb.base/cvexpr.exp: (const unsigned long long)
2137 PASS: gdb.base/cvexpr.exp: (const float)
2138 PASS: gdb.base/cvexpr.exp: (const double)
2139 PASS: gdb.base/cvexpr.exp: (volatile char)
2140 PASS: gdb.base/cvexpr.exp: (volatile signed char)
2141 PASS: gdb.base/cvexpr.exp: (volatile unsigned char)
2142 PASS: gdb.base/cvexpr.exp: (volatile short)
2143 PASS: gdb.base/cvexpr.exp: (volatile signed short)
2144 PASS: gdb.base/cvexpr.exp: (volatile unsigned short)
2145 PASS: gdb.base/cvexpr.exp: (volatile int)
2146 PASS: gdb.base/cvexpr.exp: (volatile signed int)
2147 PASS: gdb.base/cvexpr.exp: (volatile unsigned int)
2148 PASS: gdb.base/cvexpr.exp: (volatile long)
2149 PASS: gdb.base/cvexpr.exp: (volatile signed long)
2150 PASS: gdb.base/cvexpr.exp: (volatile unsigned long)
2151 PASS: gdb.base/cvexpr.exp: (volatile long long)
2152 PASS: gdb.base/cvexpr.exp: (volatile signed long long)
2153 PASS: gdb.base/cvexpr.exp: (volatile unsigned long long)
2154 PASS: gdb.base/cvexpr.exp: (volatile float)
2155 PASS: gdb.base/cvexpr.exp: (volatile double)
2156 PASS: gdb.base/cvexpr.exp: (const volatile int)
2157 PASS: gdb.base/cvexpr.exp: (volatile const int)
2158 PASS: gdb.base/cvexpr.exp: (const int volatile)
2159 PASS: gdb.base/cvexpr.exp: (volatile int const)
2160 PASS: gdb.base/cvexpr.exp: (int const volatile)
2161 PASS: gdb.base/cvexpr.exp: (int volatile const)
2162 PASS: gdb.base/cvexpr.exp: (const volatile int *)
2163 PASS: gdb.base/cvexpr.exp: (volatile const int *)
2164 PASS: gdb.base/cvexpr.exp: (const int volatile)
2165 PASS: gdb.base/cvexpr.exp: (volatile int const *)
2166 PASS: gdb.base/cvexpr.exp: (int const volatile *)
2167 PASS: gdb.base/cvexpr.exp: (int volatile const *)
2168 PASS: gdb.base/cvexpr.exp: (int * const volatile)
2169 PASS: gdb.base/cvexpr.exp: (int * volatile const)
2170 PASS: gdb.base/cvexpr.exp: (char const)
2171 PASS: gdb.base/cvexpr.exp: (signed char const)
2172 PASS: gdb.base/cvexpr.exp: (unsigned char const)
2173 PASS: gdb.base/cvexpr.exp: (short const)
2174 PASS: gdb.base/cvexpr.exp: (signed short const)
2175 PASS: gdb.base/cvexpr.exp: (unsigned short const)
2176 PASS: gdb.base/cvexpr.exp: (int const)
2177 PASS: gdb.base/cvexpr.exp: (signed int const)
2178 PASS: gdb.base/cvexpr.exp: (unsigned int const)
2179 PASS: gdb.base/cvexpr.exp: (long const)
2180 PASS: gdb.base/cvexpr.exp: (signed long const)
2181 PASS: gdb.base/cvexpr.exp: (unsigned long const)
2182 PASS: gdb.base/cvexpr.exp: (long long const)
2183 PASS: gdb.base/cvexpr.exp: (signed long long const)
2184 PASS: gdb.base/cvexpr.exp: (unsigned long long const)
2185 PASS: gdb.base/cvexpr.exp: (float const)
2186 PASS: gdb.base/cvexpr.exp: (double const)
2187 PASS: gdb.base/cvexpr.exp: (char volatile)
2188 PASS: gdb.base/cvexpr.exp: (signed char volatile)
2189 PASS: gdb.base/cvexpr.exp: (unsigned char volatile)
2190 PASS: gdb.base/cvexpr.exp: (short volatile)
2191 PASS: gdb.base/cvexpr.exp: (signed short volatile)
2192 PASS: gdb.base/cvexpr.exp: (unsigned short volatile)
2193 PASS: gdb.base/cvexpr.exp: (int volatile)
2194 PASS: gdb.base/cvexpr.exp: (signed int volatile)
2195 PASS: gdb.base/cvexpr.exp: (unsigned int volatile)
2196 PASS: gdb.base/cvexpr.exp: (long volatile)
2197 PASS: gdb.base/cvexpr.exp: (signed long volatile)
2198 PASS: gdb.base/cvexpr.exp: (unsigned long volatile)
2199 PASS: gdb.base/cvexpr.exp: (long long volatile)
2200 PASS: gdb.base/cvexpr.exp: (signed long long volatile)
2201 PASS: gdb.base/cvexpr.exp: (unsigned long long volatile)
2202 PASS: gdb.base/cvexpr.exp: (float volatile)
2203 PASS: gdb.base/cvexpr.exp: (double volatile)
2204 PASS: gdb.base/cvexpr.exp: (const enum misordered)
2205 PASS: gdb.base/cvexpr.exp: (enum misordered const)
2206 PASS: gdb.base/cvexpr.exp: (volatile enum misordered)
2207 PASS: gdb.base/cvexpr.exp: (enum misordered volatile)
2208 PASS: gdb.base/cvexpr.exp: (const int *)
2209 PASS: gdb.base/cvexpr.exp: (int const *)
2210 PASS: gdb.base/cvexpr.exp: (int * const)
2211 PASS: gdb.base/cvexpr.exp: (const int * const)
2212 PASS: gdb.base/cvexpr.exp: (int const * const)
2213 PASS: gdb.base/cvexpr.exp: (const int **)
2214 PASS: gdb.base/cvexpr.exp: (int const **)
2215 PASS: gdb.base/cvexpr.exp: (int ** const)
2216 PASS: gdb.base/cvexpr.exp: (const int * const *)
2217 PASS: gdb.base/cvexpr.exp: (int const * const *)
2218 PASS: gdb.base/cvexpr.exp: (const int * const * const)
2219 PASS: gdb.base/cvexpr.exp: (int const * const * const)
2220 PASS: gdb.base/cvexpr.exp: (const struct t_struct)
2221 PASS: gdb.base/cvexpr.exp: (const union t_union)
2222 PASS: gdb.base/cvexpr.exp: (struct t_struct const)
2223 PASS: gdb.base/cvexpr.exp: (union t_union const)
2224 PASS: gdb.base/cvexpr.exp: (const struct t_struct *)
2225 PASS: gdb.base/cvexpr.exp: (const union t_union *)
2226 PASS: gdb.base/cvexpr.exp: (struct t_struct const *)
2227 PASS: gdb.base/cvexpr.exp: (union t_union const *)
2228 PASS: gdb.base/cvexpr.exp: (struct t_struct * const)
2229 PASS: gdb.base/cvexpr.exp: (union t_union * const)
2230 PASS: gdb.base/cvexpr.exp: (const struct t_struct * const)
2231 PASS: gdb.base/cvexpr.exp: (const union t_union * const)
2232 PASS: gdb.base/cvexpr.exp: (struct t_struct const * const)
2233 PASS: gdb.base/cvexpr.exp: (union t_union const * const)
2234 Running ./gdb.base/dbx.exp ...
2235 PASS: gdb.base/dbx.exp: stop in main
2236 PASS: gdb.base/dbx.exp: status
2237 PASS: gdb.base/dbx.exp: stop at average.c:43
2238 PASS: gdb.base/dbx.exp: stop in average.c:43
2239 PASS: gdb.base/dbx.exp: stop at main
2240 PASS: gdb.base/dbx.exp: running to main
2241 PASS: gdb.base/dbx.exp: assign first
2242 PASS: gdb.base/dbx.exp: print first
2243 PASS: gdb.base/dbx.exp: whereis my_list
2244 PASS: gdb.base/dbx.exp: file average.c:1
2245 PASS: gdb.base/dbx.exp: cont 1
2246 PASS: gdb.base/dbx.exp: step
2247 XFAIL: gdb.base/dbx.exp: func sum
2248 PASS: gdb.base/dbx.exp: stop in sum
2249 PASS: gdb.base/dbx.exp: cont 2
2250 XFAIL: gdb.base/dbx.exp: func print_average
2251 Running ./gdb.base/debug-expr.exp ...
2252 PASS: gdb.base/debug-expr.exp: set variable array[0] = 0
2253 PASS: gdb.base/debug-expr.exp: set variable array[1] = 1
2254 PASS: gdb.base/debug-expr.exp: set variable array[2] = 2
2255 PASS: gdb.base/debug-expr.exp: set variable array[3] = 3
2256 PASS: gdb.base/debug-expr.exp: set debug expression 1
2257 PASS: gdb.base/debug-expr.exp: print /x {char[4]} array
2258 Running ./gdb.base/default.exp ...
2259 PASS: gdb.base/default.exp: add-symbol-file
2260 PASS: gdb.base/default.exp: append
2261 PASS: gdb.base/default.exp: append binary
2262 PASS: gdb.base/default.exp: append memory
2263 PASS: gdb.base/default.exp: append value
2264 PASS: gdb.base/default.exp: append binary memory
2265 PASS: gdb.base/default.exp: append binary value
2267 PASS: gdb.base/default.exp: continue
2268 PASS: gdb.base/default.exp: continue "c" abbreviation
2269 PASS: gdb.base/default.exp: call
2270 PASS: gdb.base/default.exp: catch
2271 PASS: gdb.base/default.exp: cd
2272 PASS: gdb.base/default.exp: clear
2273 PASS: gdb.base/default.exp: commands
2274 PASS: gdb.base/default.exp: condition
2275 PASS: gdb.base/default.exp: core-file
2276 PASS: gdb.base/default.exp: delete "d" abbreviation
2277 PASS: gdb.base/default.exp: delete
2278 PASS: gdb.base/default.exp: define
2279 PASS: gdb.base/default.exp: delete breakpoints
2280 PASS: gdb.base/default.exp: delete display prompt
2281 PASS: gdb.base/default.exp: detach
2282 PASS: gdb.base/default.exp: directory prompt
2283 PASS: gdb.base/default.exp: disable "dis" abbreviation
2284 PASS: gdb.base/default.exp: disable "disa" abbreviation
2285 PASS: gdb.base/default.exp: disable
2286 PASS: gdb.base/default.exp: disable breakpoints
2287 PASS: gdb.base/default.exp: disable display
2288 PASS: gdb.base/default.exp: disassemble
2289 PASS: gdb.base/default.exp: display
2290 PASS: gdb.base/default.exp: do
2291 PASS: gdb.base/default.exp: document
2292 PASS: gdb.base/default.exp: down
2293 PASS: gdb.base/default.exp: down-silently
2294 PASS: gdb.base/default.exp: dump
2295 PASS: gdb.base/default.exp: dump binary
2296 PASS: gdb.base/default.exp: dump ihex
2297 PASS: gdb.base/default.exp: dump memory
2298 PASS: gdb.base/default.exp: dump srec
2299 PASS: gdb.base/default.exp: dump tekhex
2300 PASS: gdb.base/default.exp: dump value
2301 PASS: gdb.base/default.exp: dump binary memory
2302 PASS: gdb.base/default.exp: dump binary value
2303 PASS: gdb.base/default.exp: dump ihex memory
2304 PASS: gdb.base/default.exp: dump ihex value
2305 PASS: gdb.base/default.exp: dump srec memory
2306 PASS: gdb.base/default.exp: dump srec value
2307 PASS: gdb.base/default.exp: dump tekhex memory
2308 PASS: gdb.base/default.exp: dump tekhex value
2309 PASS: gdb.base/default.exp: echo
2310 PASS: gdb.base/default.exp: enable breakpoints delete
2311 PASS: gdb.base/default.exp: enable breakpoints once
2312 PASS: gdb.base/default.exp: enable breakpoints
2313 PASS: gdb.base/default.exp: enable delete
2314 PASS: gdb.base/default.exp: enable display
2315 PASS: gdb.base/default.exp: enable once
2316 PASS: gdb.base/default.exp: enable
2317 PASS: gdb.base/default.exp: exec-file
2318 PASS: gdb.base/default.exp: frame "f" abbreviation
2319 PASS: gdb.base/default.exp: frame
2320 PASS: gdb.base/default.exp: fg
2321 PASS: gdb.base/default.exp: file
2322 PASS: gdb.base/default.exp: finish
2323 PASS: gdb.base/default.exp: forward-search
2324 PASS: gdb.base/default.exp: gcore
2325 PASS: gdb.base/default.exp: generate-core-file
2326 PASS: gdb.base/default.exp: help "h" abbreviation
2327 PASS: gdb.base/default.exp: help
2328 PASS: gdb.base/default.exp: handle
2329 PASS: gdb.base/default.exp: info "i" abbreviation
2330 PASS: gdb.base/default.exp: info
2331 PASS: gdb.base/default.exp: ignore
2332 PASS: gdb.base/default.exp: info address
2333 PASS: gdb.base/default.exp: info all-registers
2334 PASS: gdb.base/default.exp: info args
2335 PASS: gdb.base/default.exp: info bogus-gdb-command
2336 PASS: gdb.base/default.exp: info breakpoints
2337 PASS: gdb.base/default.exp: info copying
2338 PASS: gdb.base/default.exp: info display
2339 PASS: gdb.base/default.exp: info frame "f" abbreviation
2340 PASS: gdb.base/default.exp: info frame
2341 PASS: gdb.base/default.exp: info files
2342 PASS: gdb.base/default.exp: info float
2343 PASS: gdb.base/default.exp: info functions
2344 PASS: gdb.base/default.exp: info locals
2345 PASS: gdb.base/default.exp: info program
2346 PASS: gdb.base/default.exp: info registers
2347 PASS: gdb.base/default.exp: info stack "s" abbreviation
2348 PASS: gdb.base/default.exp: info stack
2349 PASS: gdb.base/default.exp: info set
2350 PASS: gdb.base/default.exp: info symbol
2351 PASS: gdb.base/default.exp: info source
2352 PASS: gdb.base/default.exp: info sources
2353 PASS: gdb.base/default.exp: info target
2354 PASS: gdb.base/default.exp: info terminal
2355 PASS: gdb.base/default.exp: info threads
2356 PASS: gdb.base/default.exp: info types
2357 PASS: gdb.base/default.exp: info variables
2358 PASS: gdb.base/default.exp: info vector
2359 PASS: gdb.base/default.exp: info warranty
2360 PASS: gdb.base/default.exp: info watchpoints
2361 PASS: gdb.base/default.exp: inspect
2362 PASS: gdb.base/default.exp: jump
2363 PASS: gdb.base/default.exp: kill
2364 PASS: gdb.base/default.exp: list "l" abbreviation
2365 PASS: gdb.base/default.exp: list
2366 PASS: gdb.base/default.exp: load
2367 PASS: gdb.base/default.exp: next "n" abbreviation
2368 PASS: gdb.base/default.exp: next
2369 PASS: gdb.base/default.exp: nexti "ni" abbreviation
2370 PASS: gdb.base/default.exp: nexti
2371 PASS: gdb.base/default.exp: output
2372 PASS: gdb.base/default.exp: overlay
2373 PASS: gdb.base/default.exp: overlay on
2374 PASS: gdb.base/default.exp: overlay manual #1
2375 PASS: gdb.base/default.exp: overlay auto
2376 PASS: gdb.base/default.exp: overlay off
2377 PASS: gdb.base/default.exp: overlay list
2378 PASS: gdb.base/default.exp: overlay map #1
2379 PASS: gdb.base/default.exp: overlay unmap #1
2380 PASS: gdb.base/default.exp: overlay manual #2
2381 PASS: gdb.base/default.exp: overlay map #2
2382 PASS: gdb.base/default.exp: overlay unmap #2
2383 PASS: gdb.base/default.exp: print "p" abbreviation
2384 PASS: gdb.base/default.exp: print
2385 PASS: gdb.base/default.exp: printf
2386 PASS: gdb.base/default.exp: ptype
2387 PASS: gdb.base/default.exp: pwd
2388 PASS: gdb.base/default.exp: rbreak
2389 PASS: gdb.base/default.exp: restore
2390 PASS: gdb.base/default.exp: return
2391 PASS: gdb.base/default.exp: reverse-search
2392 PASS: gdb.base/default.exp: step "s" abbreviation #1
2393 PASS: gdb.base/default.exp: step #1
2394 PASS: gdb.base/default.exp: search
2395 PASS: gdb.base/default.exp: section
2396 PASS: gdb.base/default.exp: set annotate
2397 PASS: gdb.base/default.exp: set args
2398 PASS: gdb.base/default.exp: set check "c" abbreviation
2399 PASS: gdb.base/default.exp: set check "ch" abbreviation
2400 PASS: gdb.base/default.exp: set check "check" abbreviation
2401 PASS: gdb.base/default.exp: set check range
2402 PASS: gdb.base/default.exp: set check type
2403 PASS: gdb.base/default.exp: set complaints
2404 PASS: gdb.base/default.exp: set confirm
2405 PASS: gdb.base/default.exp: set environment
2406 PASS: gdb.base/default.exp: set height
2407 PASS: gdb.base/default.exp: set history expansion
2408 PASS: gdb.base/default.exp: set history filename
2409 PASS: gdb.base/default.exp: set history save
2410 PASS: gdb.base/default.exp: set history size
2411 PASS: gdb.base/default.exp: set history
2412 PASS: gdb.base/default.exp: set language
2413 PASS: gdb.base/default.exp: set listsize
2414 PASS: gdb.base/default.exp: set print "p" abbreviation
2415 PASS: gdb.base/default.exp: set print "pr" abbreviation
2416 PASS: gdb.base/default.exp: set print
2417 PASS: gdb.base/default.exp: set print address
2418 PASS: gdb.base/default.exp: set print array
2419 PASS: gdb.base/default.exp: set print asm-demangle
2420 PASS: gdb.base/default.exp: set print demangle
2421 PASS: gdb.base/default.exp: set print elements
2422 PASS: gdb.base/default.exp: set print object
2423 PASS: gdb.base/default.exp: set print pretty
2424 PASS: gdb.base/default.exp: set print sevenbit-strings
2425 PASS: gdb.base/default.exp: set print union
2426 PASS: gdb.base/default.exp: set print vtbl
2427 PASS: gdb.base/default.exp: set radix
2428 PASS: gdb.base/default.exp: set variable
2429 PASS: gdb.base/default.exp: set verbose
2430 PASS: gdb.base/default.exp: set width
2431 PASS: gdb.base/default.exp: set write
2432 PASS: gdb.base/default.exp: set
2433 PASS: gdb.base/default.exp: shell echo Hi dad!
2434 PASS: gdb.base/default.exp: show annotate
2435 PASS: gdb.base/default.exp: show args
2436 PASS: gdb.base/default.exp: show check "c" abbreviation
2437 PASS: gdb.base/default.exp: show check "ch" abbreviation
2438 PASS: gdb.base/default.exp: show check "check" abbreviation
2439 PASS: gdb.base/default.exp: show check range
2440 PASS: gdb.base/default.exp: show check type
2441 PASS: gdb.base/default.exp: show commands
2442 PASS: gdb.base/default.exp: show complaints
2443 PASS: gdb.base/default.exp: show confirm
2444 PASS: gdb.base/default.exp: show convenience
2445 PASS: gdb.base/default.exp: show directories
2446 PASS: gdb.base/default.exp: show editing
2447 PASS: gdb.base/default.exp: show height
2448 PASS: gdb.base/default.exp: show history expansion
2449 PASS: gdb.base/default.exp: show history filename
2450 PASS: gdb.base/default.exp: show history save
2451 PASS: gdb.base/default.exp: show history size
2452 PASS: gdb.base/default.exp: show history
2453 PASS: gdb.base/default.exp: show language
2454 PASS: gdb.base/default.exp: show listsize
2455 PASS: gdb.base/default.exp: show p
2456 PASS: gdb.base/default.exp: show pr
2457 PASS: gdb.base/default.exp: show print
2458 PASS: gdb.base/default.exp: show paths
2459 PASS: gdb.base/default.exp: show print address
2460 PASS: gdb.base/default.exp: show print array
2461 PASS: gdb.base/default.exp: show print asm-demangle
2462 PASS: gdb.base/default.exp: show print demangle
2463 PASS: gdb.base/default.exp: show print elements
2464 PASS: gdb.base/default.exp: show print object
2465 PASS: gdb.base/default.exp: show print pretty
2466 PASS: gdb.base/default.exp: show print sevenbit-strings
2467 PASS: gdb.base/default.exp: show print union
2468 PASS: gdb.base/default.exp: show print vtbl
2469 PASS: gdb.base/default.exp: show prompt
2470 PASS: gdb.base/default.exp: show radix
2471 PASS: gdb.base/default.exp: show user
2472 PASS: gdb.base/default.exp: show values
2473 PASS: gdb.base/default.exp: show verbose
2474 PASS: gdb.base/default.exp: show version
2475 PASS: gdb.base/default.exp: show width
2476 PASS: gdb.base/default.exp: show write
2477 PASS: gdb.base/default.exp: show
2478 PASS: gdb.base/default.exp: stepi "si" abbreviation
2479 PASS: gdb.base/default.exp: stepi
2480 PASS: gdb.base/default.exp: signal
2481 PASS: gdb.base/default.exp: source
2482 PASS: gdb.base/default.exp: step "s" abbreviation #2
2483 PASS: gdb.base/default.exp: step #2
2484 PASS: gdb.base/default.exp: symbol-file
2485 PASS: gdb.base/default.exp: target child
2486 PASS: gdb.base/default.exp: target procfs
2487 PASS: gdb.base/default.exp: target core
2488 PASS: gdb.base/default.exp: target exec
2489 PASS: gdb.base/default.exp: target remote
2490 PASS: gdb.base/default.exp: target
2491 PASS: gdb.base/default.exp: tbreak
2492 PASS: gdb.base/default.exp: thread
2493 PASS: gdb.base/default.exp: thread apply
2494 PASS: gdb.base/default.exp: thread find
2495 PASS: gdb.base/default.exp: thread name
2496 PASS: gdb.base/default.exp: tty
2497 PASS: gdb.base/default.exp: until "u" abbreviation
2498 PASS: gdb.base/default.exp: until
2499 PASS: gdb.base/default.exp: undisplay prompt
2500 PASS: gdb.base/default.exp: unset environment prompt
2501 PASS: gdb.base/default.exp: unset
2502 PASS: gdb.base/default.exp: up-silently
2503 PASS: gdb.base/default.exp: watch
2504 PASS: gdb.base/default.exp: whatis
2505 PASS: gdb.base/default.exp: where
2506 PASS: gdb.base/default.exp: x
2507 Running ./gdb.base/define.exp ...
2508 PASS: gdb.base/define.exp: define user command: nextwhere
2509 PASS: gdb.base/define.exp: use user command: nextwhere
2510 PASS: gdb.base/define.exp: define user command: nextwh
2511 PASS: gdb.base/define.exp: redefine user command aborted: nextwhere
2512 PASS: gdb.base/define.exp: redefine user command: nextwhere
2513 PASS: gdb.base/define.exp: redocumenting builtin command disallowed
2514 PASS: gdb.base/define.exp: document user command: nextwhere
2515 PASS: gdb.base/define.exp: re-document user command: nextwhere
2516 PASS: gdb.base/define.exp: help user command: nextwhere
2517 PASS: gdb.base/define.exp: set up whitespace in help string
2518 PASS: gdb.base/define.exp: preserve whitespace in help string
2519 PASS: gdb.base/define.exp: define user command: ifnospace
2520 PASS: gdb.base/define.exp: test ifnospace is parsed correctly
2521 PASS: gdb.base/define.exp: define user command: whilenospace
2522 PASS: gdb.base/define.exp: test whilenospace is parsed correctly
2523 PASS: gdb.base/define.exp: define user command: user-bt
2524 PASS: gdb.base/define.exp: define hook-stop command
2525 PASS: gdb.base/define.exp: use hook-stop command
2526 PASS: gdb.base/define.exp: define hook undefined command aborted: bar
2527 PASS: gdb.base/define.exp: define hook undefined command: bar
2528 PASS: gdb.base/define.exp: define target testsuite
2529 PASS: gdb.base/define.exp: document target testsuite
2530 PASS: gdb.base/define.exp: help target
2531 PASS: gdb.base/define.exp: target testsuite
2532 PASS: gdb.base/define.exp: show user target testsuite
2533 PASS: gdb.base/define.exp: define target hook-testsuite
2534 PASS: gdb.base/define.exp: define target hookpost-testsuite
2535 PASS: gdb.base/define.exp: target testsuite with hooks
2536 PASS: gdb.base/define.exp: set gdb_prompt
2537 PASS: gdb.base/define.exp: reset gdb_prompt
2538 Running ./gdb.base/del.exp ...
2539 PASS: gdb.base/del.exp: Remove all breakpoints (del)
2540 PASS: gdb.base/del.exp: info break after removing break on main
2541 PASS: gdb.base/del.exp: breakpoint insertion (del)
2542 PASS: gdb.base/del.exp: Remove last breakpoint (del)
2543 PASS: gdb.base/del.exp: info break after removing break on main (del)
2544 PASS: gdb.base/del.exp: Remove all breakpoints (d)
2545 PASS: gdb.base/del.exp: info break after removing break on main
2546 PASS: gdb.base/del.exp: breakpoint insertion (d)
2547 PASS: gdb.base/del.exp: Remove last breakpoint (d)
2548 PASS: gdb.base/del.exp: info break after removing break on main (d)
2549 Running ./gdb.base/detach.exp ...
2550 Running ./gdb.base/dfp-exprs.exp ...
2551 PASS: gdb.base/dfp-exprs.exp: p 1.2df
2552 PASS: gdb.base/dfp-exprs.exp: p -1.2df
2553 PASS: gdb.base/dfp-exprs.exp: p 1.234567df
2554 PASS: gdb.base/dfp-exprs.exp: p -1.234567df
2555 PASS: gdb.base/dfp-exprs.exp: p 1234567.df
2556 PASS: gdb.base/dfp-exprs.exp: p -1234567.df
2557 PASS: gdb.base/dfp-exprs.exp: p 1.2E1df
2558 PASS: gdb.base/dfp-exprs.exp: p 1.2E10df
2559 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10df
2560 PASS: gdb.base/dfp-exprs.exp: p 1.2E96df
2561 PASS: gdb.base/dfp-exprs.exp: p 1.2dd
2562 PASS: gdb.base/dfp-exprs.exp: p -1.2dd
2563 PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456dd
2564 PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456dd
2565 PASS: gdb.base/dfp-exprs.exp: p 1234567890123456.dd
2566 PASS: gdb.base/dfp-exprs.exp: p -1234567890123456.dd
2567 PASS: gdb.base/dfp-exprs.exp: p 1.2E1dd
2568 PASS: gdb.base/dfp-exprs.exp: p 1.2E10dd
2569 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dd
2570 PASS: gdb.base/dfp-exprs.exp: p 1.2E384dd
2571 PASS: gdb.base/dfp-exprs.exp: p 1.2dl
2572 PASS: gdb.base/dfp-exprs.exp: p -1.2dl
2573 PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456789012345678901234dl
2574 PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456789012345678901234dl
2575 PASS: gdb.base/dfp-exprs.exp: p 1234567890123456789012345678901234.dl
2576 PASS: gdb.base/dfp-exprs.exp: p -1234567890123456789012345678901234.dl
2577 PASS: gdb.base/dfp-exprs.exp: p 1.2E1dl
2578 PASS: gdb.base/dfp-exprs.exp: p 1.2E10dl
2579 PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dl
2580 PASS: gdb.base/dfp-exprs.exp: p 1.2E6144dl
2581 PASS: gdb.base/dfp-exprs.exp: p 1.4df + 1.2df
2582 PASS: gdb.base/dfp-exprs.exp: p 1.4df - 1.2df
2583 PASS: gdb.base/dfp-exprs.exp: p 1.4df * 1.2df
2584 PASS: gdb.base/dfp-exprs.exp: p 1.4df / 1.2df
2585 PASS: gdb.base/dfp-exprs.exp: p 1.4dd + 1.2dd
2586 PASS: gdb.base/dfp-exprs.exp: p 1.4dd - 1.2dd
2587 PASS: gdb.base/dfp-exprs.exp: p 1.4dd * 1.2dd
2588 PASS: gdb.base/dfp-exprs.exp: p 1.4dd / 1.2dd
2589 PASS: gdb.base/dfp-exprs.exp: p 1.4dl + 1.2dl
2590 PASS: gdb.base/dfp-exprs.exp: p 1.4dl - 1.2dl
2591 PASS: gdb.base/dfp-exprs.exp: p 1.4dl * 1.2dl
2592 PASS: gdb.base/dfp-exprs.exp: p 1.4dl / 1.2dl
2593 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.df
2594 PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dd
2595 PASS: gdb.base/dfp-exprs.exp: ptype 2.dl + 2.dl
2596 PASS: gdb.base/dfp-exprs.exp: p 2.1df + 2.7dd
2597 PASS: gdb.base/dfp-exprs.exp: p 2.1dd + 2.7df
2598 PASS: gdb.base/dfp-exprs.exp: p 2.6df + 2.7dl
2599 PASS: gdb.base/dfp-exprs.exp: p 2.6dl + 2.7df
2600 PASS: gdb.base/dfp-exprs.exp: p 2.3dd + 2.2dl
2601 PASS: gdb.base/dfp-exprs.exp: p 2.3dl + 2.2dd
2602 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dd
2603 PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dl
2604 PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dl
2605 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1
2606 PASS: gdb.base/dfp-exprs.exp: p 2 + 1.7dd
2607 PASS: gdb.base/dfp-exprs.exp: p 3 + 2.1dl
2608 PASS: gdb.base/dfp-exprs.exp: ptype 1.2df + 1
2609 PASS: gdb.base/dfp-exprs.exp: ptype 2 + 1.7dd
2610 PASS: gdb.base/dfp-exprs.exp: ptype 3 + 2.1dl
2611 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 2ll
2612 PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1.2f
2613 PASS: gdb.base/dfp-exprs.exp: p !0.df
2614 PASS: gdb.base/dfp-exprs.exp: p !0.dd
2615 PASS: gdb.base/dfp-exprs.exp: p !0.dl
2616 PASS: gdb.base/dfp-exprs.exp: p !0.5df
2617 PASS: gdb.base/dfp-exprs.exp: p !0.5dd
2618 PASS: gdb.base/dfp-exprs.exp: p !0.5dl
2619 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2df
2620 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dd
2621 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dl
2622 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2df
2623 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2dl
2624 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2df
2625 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2dd
2626 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3df
2627 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dd
2628 PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dl
2629 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3df
2630 PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3dl
2631 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3df
2632 PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3dd
2633 PASS: gdb.base/dfp-exprs.exp: p +1.2df
2634 PASS: gdb.base/dfp-exprs.exp: p +1.2dd
2635 PASS: gdb.base/dfp-exprs.exp: p +1.2dl
2636 PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3df
2637 PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3dd
2638 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df
2639 PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dd
2640 PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dl
2641 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3dl
2642 PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df
2643 PASS: gdb.base/dfp-exprs.exp: p 1.2df > 1
2644 PASS: gdb.base/dfp-exprs.exp: p 1.2dl > 2
2645 PASS: gdb.base/dfp-exprs.exp: p 2 > 1.2dd
2646 PASS: gdb.base/dfp-exprs.exp: p 2 > 3.1dl
2647 PASS: gdb.base/dfp-exprs.exp: p (float) -0.1df
2648 PASS: gdb.base/dfp-exprs.exp: p (int) 8.3dd
2649 PASS: gdb.base/dfp-exprs.exp: p (_Decimal64) 3.1
2650 PASS: gdb.base/dfp-exprs.exp: p (_Decimal128) 3.7df
2651 PASS: gdb.base/dfp-exprs.exp: p (_Decimal32) 4
2652 Running ./gdb.base/dfp-test.exp ...
2653 PASS: gdb.base/dfp-test.exp: get integer valueof "sizeof (long)" (4)
2654 PASS: gdb.base/dfp-test.exp: next after initializing d32
2655 PASS: gdb.base/dfp-test.exp: d32 is initialized to 1.2345
2656 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d32
2657 PASS: gdb.base/dfp-test.exp: d32 is positive Infinity
2658 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d32
2659 PASS: gdb.base/dfp-test.exp: d32 is negative Infinity
2660 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d32
2661 PASS: gdb.base/dfp-test.exp: d32 is NaN
2662 PASS: gdb.base/dfp-test.exp: p d32=123.45df
2663 PASS: gdb.base/dfp-test.exp: p d32=12345.df
2664 PASS: gdb.base/dfp-test.exp: p d32=12345.67df
2665 PASS: gdb.base/dfp-test.exp: p d32=1234567.df
2666 PASS: gdb.base/dfp-test.exp: p d32=1.234567E0df
2667 PASS: gdb.base/dfp-test.exp: p d32=1.234567E10df
2668 PASS: gdb.base/dfp-test.exp: p d32=1.234567E+96df
2669 PASS: gdb.base/dfp-test.exp: p d32=9.999999E96df
2670 PASS: gdb.base/dfp-test.exp: p d32=1.0E-95df
2671 PASS: gdb.base/dfp-test.exp: p d32=1.E-101df
2672 PASS: gdb.base/dfp-test.exp: p d32=0.000001E-95df
2673 PASS: gdb.base/dfp-test.exp: 1.2345678 is rounded to 1.234568
2674 PASS: gdb.base/dfp-test.exp: 1.0E-101 is rounded to 1E-101
2675 PASS: gdb.base/dfp-test.exp: 1.234567E+97 is Infinity
2676 PASS: gdb.base/dfp-test.exp: 12345. is a valid number
2677 PASS: gdb.base/dfp-test.exp: 12345 is an invalid number
2678 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2679 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2680 PASS: gdb.base/dfp-test.exp: next after initializing d64
2681 PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345
2682 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64
2683 PASS: gdb.base/dfp-test.exp: d64 is positive Infinity
2684 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64
2685 PASS: gdb.base/dfp-test.exp: d64 is negative Infinity
2686 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64
2687 PASS: gdb.base/dfp-test.exp: d64 is NaN
2688 PASS: gdb.base/dfp-test.exp: p d64=123.45dd
2689 PASS: gdb.base/dfp-test.exp: p d64=12345.dd
2690 PASS: gdb.base/dfp-test.exp: p d64=12345.67dd
2691 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456dd
2692 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E10dd
2693 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E100dd
2694 PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E384dd
2695 PASS: gdb.base/dfp-test.exp: p d64=9.999999999999999E384dd
2696 PASS: gdb.base/dfp-test.exp: p d64=1.E-383dd
2697 PASS: gdb.base/dfp-test.exp: p d64=1.E-398dd
2698 PASS: gdb.base/dfp-test.exp: p d64=0.000000000000001E-383dd
2699 PASS: gdb.base/dfp-test.exp: 1.2345678901234567 is rounded to 1.234567890123457
2700 PASS: gdb.base/dfp-test.exp: d64=9.9999999999999999E384 is Infinity
2701 PASS: gdb.base/dfp-test.exp: d64=1.234567890123456E385 is Infinity
2702 PASS: gdb.base/dfp-test.exp: 12345dd is an invalid number
2703 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2704 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2705 PASS: gdb.base/dfp-test.exp: next after initializing d128
2706 PASS: gdb.base/dfp-test.exp: d128 is initialized to 1.2345
2707 PASS: gdb.base/dfp-test.exp: p d128=123.45dl
2708 PASS: gdb.base/dfp-test.exp: p d128=12345.dl
2709 PASS: gdb.base/dfp-test.exp: p d128=12345.67dl
2710 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456789012345678901234dl
2711 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E10dl
2712 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E100dl
2713 PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E1000dl
2714 PASS: gdb.base/dfp-test.exp: p d128=9.999999999999999999999999999999999E6144dl
2715 PASS: gdb.base/dfp-test.exp: p d128=1.E-6143dl
2716 PASS: gdb.base/dfp-test.exp: p d128=1.E-6176dl
2717 PASS: gdb.base/dfp-test.exp: p d128=0.000000000000000000000000000000001E-6143dl
2718 PASS: gdb.base/dfp-test.exp: 1.2345678901234567890123456789012345 is rounded to 1.23456789012345678…
2719 PASS: gdb.base/dfp-test.exp: d128=1.234567890123456E6145 is Infinity
2720 PASS: gdb.base/dfp-test.exp: 12345dl is an invalid number
2721 PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number
2722 PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
2723 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d128
2724 PASS: gdb.base/dfp-test.exp: d128 is positive Infinity
2725 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d128
2726 PASS: gdb.base/dfp-test.exp: d128 is negative Infinity
2727 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d128
2728 PASS: gdb.base/dfp-test.exp: d128 is NaN
2729 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_32
2730 PASS: gdb.base/dfp-test.exp: backtrace at arg0_32
2731 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_64
2732 PASS: gdb.base/dfp-test.exp: backtrace at arg0_64
2733 PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_128
2734 PASS: gdb.base/dfp-test.exp: backtrace at arg0_128
2735 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal32 arguments.
2736 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments.
2737 PASS: gdb.base/dfp-test.exp: Correct _Decimal32 return value from called function.
2738 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal64 arguments.
2739 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments.
2740 PASS: gdb.base/dfp-test.exp: Correct _Decimal64 return value from called function.
2741 PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal128 arguments.
2742 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments.
2743 PASS: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function.
2744 PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments TEST.
2745 PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments.
2746 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal32 arguments.
2747 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal64 arguments.
2748 PASS: gdb.base/dfp-test.exp: Call function with many _Decimal128 arguments.
2749 PASS: gdb.base/dfp-test.exp: Call function with many mixed decimal float arguments.
2750 PASS: gdb.base/dfp-test.exp: continue to breakpoint: Setting a decimal struct
2751 PASS: gdb.base/dfp-test.exp: print ds.dec32
2752 PASS: gdb.base/dfp-test.exp: print ds.dec64
2753 PASS: gdb.base/dfp-test.exp: print ds.dec128
2754 PASS: gdb.base/dfp-test.exp: print d32 + ds.dec32
2755 PASS: gdb.base/dfp-test.exp: print d64 + ds.dec64
2756 PASS: gdb.base/dfp-test.exp: print d128 + ds.dec128
2757 PASS: gdb.base/dfp-test.exp: ptype d64 + ds.dec32
2758 PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec32
2759 PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec64
2760 PASS: gdb.base/dfp-test.exp: p d32 + 1
2761 PASS: gdb.base/dfp-test.exp: p 2 + d64
2762 PASS: gdb.base/dfp-test.exp: p ds.int4 + d128
2763 PASS: gdb.base/dfp-test.exp: ptype d32 + 1
2764 PASS: gdb.base/dfp-test.exp: ptype ds.int4 + d128
2765 PASS: gdb.base/dfp-test.exp: p !d32
2766 PASS: gdb.base/dfp-test.exp: p !d64
2767 PASS: gdb.base/dfp-test.exp: p !d128
2768 PASS: gdb.base/dfp-test.exp: p +d32
2769 PASS: gdb.base/dfp-test.exp: p +d64
2770 PASS: gdb.base/dfp-test.exp: p +d128
2771 PASS: gdb.base/dfp-test.exp: p d64 == d128
2772 PASS: gdb.base/dfp-test.exp: p d128 == ds.dec32
2773 PASS: gdb.base/dfp-test.exp: p d128 == d32
2774 PASS: gdb.base/dfp-test.exp: p ds.dec32 == ds.dec64
2775 PASS: gdb.base/dfp-test.exp: p d32 < ds.dec32
2776 PASS: gdb.base/dfp-test.exp: p d64 < ds.dec64
2777 PASS: gdb.base/dfp-test.exp: p d128 < ds.dec128
2778 PASS: gdb.base/dfp-test.exp: p ds.dec32 < d32
2779 PASS: gdb.base/dfp-test.exp: p d64 > ds.dec64
2780 PASS: gdb.base/dfp-test.exp: p ds.dec128 > d128
2781 PASS: gdb.base/dfp-test.exp: p d32 < ds.int4
2782 PASS: gdb.base/dfp-test.exp: p ds.int4 > d32
2783 PASS: gdb.base/dfp-test.exp: p ds.dec32 < ds.int4
2784 PASS: gdb.base/dfp-test.exp: p ds.int4 > ds.dec64
2785 PASS: gdb.base/dfp-test.exp: p ds.dec128 > ds.int4
2786 PASS: gdb.base/dfp-test.exp: p d64 + ds.float4
2787 PASS: gdb.base/dfp-test.exp: p ds.double8 + d128
2788 PASS: gdb.base/dfp-test.exp: print ds.dec32=d32
2789 PASS: gdb.base/dfp-test.exp: print ds.dec64=d64
2790 PASS: gdb.base/dfp-test.exp: print ds.dec128=d128
2791 PASS: gdb.base/dfp-test.exp: print ds.dec32 = -d32
2792 PASS: gdb.base/dfp-test.exp: print ds.dec64 = -d64
2793 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -d128
2794 PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64
2795 PASS: gdb.base/dfp-test.exp: print ds.dec64 = ds.float4
2796 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8
2797 PASS: gdb.base/dfp-test.exp: print ds.dec128 = ds.dec32
2798 PASS: gdb.base/dfp-test.exp: print ds.dec32 = ds.int4
2799 PASS: gdb.base/dfp-test.exp: print ds.int4 = 7.3dl
2800 Running ./gdb.base/disabled-location.exp ...
2801 PASS: gdb.base/disabled-location.exp: setting breakpoint on function
2802 PASS: gdb.base/disabled-location.exp: disable location
2803 PASS: gdb.base/disabled-location.exp: step doesn't trip on disabled location
2804 Running ./gdb.base/disasm-end-cu.exp ...
2805 PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&main"
2806 PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&dummy_3"
2807 PASS: gdb.base/disasm-end-cu.exp: disassemble command returned some output
2808 Running ./gdb.base/display.exp ...
2809 PASS: gdb.base/display.exp: break do_loops
2810 PASS: gdb.base/display.exp: get to do_loops
2811 PASS: gdb.base/display.exp: set watch
2812 PASS: gdb.base/display.exp: break loop end
2813 PASS: gdb.base/display.exp: inf disp
2814 PASS: gdb.base/display.exp: display i
2815 PASS: gdb.base/display.exp: display j
2816 PASS: gdb.base/display.exp: display &k
2817 PASS: gdb.base/display.exp: display/f f
2818 PASS: gdb.base/display.exp: display/s &sum
2819 PASS: gdb.base/display.exp: first disp
2820 PASS: gdb.base/display.exp: second disp
2821 PASS: gdb.base/display.exp: catch err
2822 PASS: gdb.base/display.exp: disab disp 1
2823 PASS: gdb.base/display.exp: disab disp 2
2824 PASS: gdb.base/display.exp: re-enab
2825 PASS: gdb.base/display.exp: re-enab of enab
2826 PASS: gdb.base/display.exp: undisp
2827 PASS: gdb.base/display.exp: info disp
2828 PASS: gdb.base/display.exp: next hit
2829 PASS: gdb.base/display.exp: undisp all
2830 PASS: gdb.base/display.exp: disp *p_i
2831 PASS: gdb.base/display.exp: p p_i = 0x0
2832 PASS: gdb.base/display.exp: display bad address
2833 PASS: gdb.base/display.exp: p p_i = &i
2834 PASS: gdb.base/display.exp: display good address
2835 PASS: gdb.base/display.exp: undisp all again
2836 PASS: gdb.base/display.exp: disab 3
2837 PASS: gdb.base/display.exp: watch off
2838 PASS: gdb.base/display.exp: finish
2839 PASS: gdb.base/display.exp: step
2840 PASS: gdb.base/display.exp: tbreak in do_vars
2841 PASS: gdb.base/display.exp: cont
2842 PASS: gdb.base/display.exp: printf
2843 PASS: gdb.base/display.exp: printf %d
2844 PASS: gdb.base/display.exp: printf "%d
2845 PASS: gdb.base/display.exp: printf "%d%d",i
2846 PASS: gdb.base/display.exp: printf "\\!\a\f\r\t\v\b\n"
2847 PASS: gdb.base/display.exp: re-set term
2848 PASS: gdb.base/display.exp: printf "\w"
2849 PASS: gdb.base/display.exp: printf "%d" j
2850 PASS: gdb.base/display.exp: printf "%p\n", 0
2851 PASS: gdb.base/display.exp: printf "%p\n", 1
2852 PASS: gdb.base/display.exp: print/z j
2853 PASS: gdb.base/display.exp: debug test output 1
2854 PASS: gdb.base/display.exp: debug test output 1a
2855 PASS: gdb.base/display.exp: debug test output 2
2856 PASS: gdb.base/display.exp: debug test output 2a
2857 PASS: gdb.base/display.exp: debug test output 3
2858 PASS: gdb.base/display.exp: x/0 j
2859 PASS: gdb.base/display.exp: print/0 j
2860 PASS: gdb.base/display.exp: ignored s
2861 PASS: gdb.base/display.exp: no i
2862 PASS: gdb.base/display.exp: print/a &sum
2863 PASS: gdb.base/display.exp: print/a main+4
2864 PASS: gdb.base/display.exp: print/a $pc
2865 PASS: gdb.base/display.exp: print/a &&j
2866 Running ./gdb.base/disp-step-syscall.exp ...
2867 PASS: gdb.base/disp-step-syscall.exp: fork: delete break 1
2868 PASS: gdb.base/disp-step-syscall.exp: fork: break marker
2869 PASS: gdb.base/disp-step-syscall.exp: fork: set displaced-stepping off
2870 PASS: gdb.base/disp-step-syscall.exp: fork: break fork
2871 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (1st time)
2872 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (2nd time)
2873 PASS: gdb.base/disp-step-syscall.exp: fork: display/i $pc
2874 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
2875 PASS: gdb.base/disp-step-syscall.exp: fork: stepi fork insn
2876 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
2877 PASS: gdb.base/disp-step-syscall.exp: fork: continue to fork (3rd time)
2878 PASS: gdb.base/disp-step-syscall.exp: fork: break on syscall insns
2879 PASS: gdb.base/disp-step-syscall.exp: fork: delete break fork
2880 PASS: gdb.base/disp-step-syscall.exp: fork: continue to syscall insn fork
2881 PASS: gdb.base/disp-step-syscall.exp: fork: set displaced-stepping on
2882 PASS: gdb.base/disp-step-syscall.exp: fork: single step over fork
2883 PASS: gdb.base/disp-step-syscall.exp: fork: get hexadecimal valueof "$pc"
2884 PASS: gdb.base/disp-step-syscall.exp: fork: single step over fork final pc
2885 PASS: gdb.base/disp-step-syscall.exp: fork: delete break fork insn
2886 PASS: gdb.base/disp-step-syscall.exp: fork: continue to marker (fork)
2887 PASS: gdb.base/disp-step-syscall.exp: vfork: delete break 1
2888 PASS: gdb.base/disp-step-syscall.exp: vfork: break marker
2889 PASS: gdb.base/disp-step-syscall.exp: vfork: set displaced-stepping off
2890 PASS: gdb.base/disp-step-syscall.exp: vfork: break vfork
2891 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (1st time)
2892 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (2nd time)
2893 PASS: gdb.base/disp-step-syscall.exp: vfork: display/i $pc
2894 PASS: gdb.base/disp-step-syscall.exp: vfork: get hexadecimal valueof "$pc"
2895 PASS: gdb.base/disp-step-syscall.exp: vfork: stepi vfork insn
2896 PASS: gdb.base/disp-step-syscall.exp: vfork: get hexadecimal valueof "$pc"
2897 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to vfork (3rd time)
2898 PASS: gdb.base/disp-step-syscall.exp: vfork: break on syscall insns
2899 PASS: gdb.base/disp-step-syscall.exp: vfork: delete break vfork
2900 PASS: gdb.base/disp-step-syscall.exp: vfork: continue to syscall insn vfork
2901 PASS: gdb.base/disp-step-syscall.exp: vfork: set displaced-stepping on
2902 KPASS: gdb.base/disp-step-syscall.exp: vfork: single step over vfork (PRMS server/13796)
2903 FAIL: gdb.base/disp-step-syscall.exp: vfork: get hexadecimal valueof "$pc" (timeout)
2904 FAIL: gdb.base/disp-step-syscall.exp: vfork: single step over vfork final pc
2905 FAIL: gdb.base/disp-step-syscall.exp: vfork: delete break vfork insn
2906 FAIL: gdb.base/disp-step-syscall.exp: vfork: continue to marker (vfork) (the program is no longer r…
2907 Running ./gdb.base/dmsym.exp ...
2908 PASS: gdb.base/dmsym.exp: set lang ada
2909 PASS: gdb.base/dmsym.exp: break pck__foo__bar__minsym
2910 PASS: gdb.base/dmsym.exp: info line pck__foo__bar__minsym
2911 PASS: gdb.base/dmsym.exp: set lang auto
2912 PASS: gdb.base/dmsym.exp: Run until breakpoint at BREAK
2913 PASS: gdb.base/dmsym.exp: continue
2914 PASS: gdb.base/dmsym.exp: print val
2915 Running ./gdb.base/dprintf.exp ...
2916 PASS: gdb.base/dprintf.exp: dprintf
2917 PASS: gdb.base/dprintf.exp: dprintf foo
2918 PASS: gdb.base/dprintf.exp: dprintf 29
2919 PASS: gdb.base/dprintf.exp: dprintf foo,"At foo entry\n"
2920 PASS: gdb.base/dprintf.exp: ignore $bpnum 1
2921 PASS: gdb.base/dprintf.exp: dprintf 26,"arg=%d, g=%d\n", arg, g
2922 PASS: gdb.base/dprintf.exp: dprintf info 1
2923 PASS: gdb.base/dprintf.exp: break 27
2924 PASS: gdb.base/dprintf.exp: 1st dprintf, gdb
2925 PASS: gdb.base/dprintf.exp: 2nd dprintf, gdb
2926 PASS: gdb.base/dprintf.exp: Set dprintf style to agent - can do
2927 PASS: gdb.base/dprintf.exp: 1st dprintf, agent
2928 PASS: gdb.base/dprintf.exp: 2nd dprintf, agent
2929 PASS: gdb.base/dprintf.exp: dprintf info 2
2930 PASS: gdb.base/dprintf.exp: Set dprintf style to an unrecognized type
2931 Running ./gdb.base/dprintf-next.exp ...
2932 PASS: gdb.base/dprintf-next.exp: dprintf 24, "%d\n", x
2933 PASS: gdb.base/dprintf-next.exp: next 1
2934 PASS: gdb.base/dprintf-next.exp: next 2
2935 Running ./gdb.base/dprintf-non-stop.exp ...
2936 UNSUPPORTED: gdb.base/dprintf-non-stop.exp: Testing dprintf with remote/non-stop is not supported.
2937 Running ./gdb.base/dprintf-pending.exp ...
2938 PASS: gdb.base/dprintf-pending.exp: without format: set pending dprintf
2939 PASS: gdb.base/dprintf-pending.exp: without format: resolved dprintf fails to be re-set
2940 PASS: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf
2941 PASS: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info
2942 PASS: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
2943 PASS: gdb.base/dprintf-pending.exp: set pending dprintf
2944 PASS: gdb.base/dprintf-pending.exp: single pending dprintf info
2945 PASS: gdb.base/dprintf-pending.exp: run to resolved dprintf
2946 Running ./gdb.base/dump.exp ...
2947 PASS: gdb.base/dump.exp: inaccessible memory is reported
2948 PASS: gdb.base/dump.exp: endianness: little
2949 PASS: gdb.base/dump.exp: dump array as value, default
2950 PASS: gdb.base/dump.exp: dump struct as value, default
2951 PASS: gdb.base/dump.exp: dump array as value, binary
2952 PASS: gdb.base/dump.exp: dump struct as value, binary
2953 PASS: gdb.base/dump.exp: dump array as value, srec
2954 PASS: gdb.base/dump.exp: dump struct as value, srec
2955 PASS: gdb.base/dump.exp: dump array as value, intel hex
2956 PASS: gdb.base/dump.exp: dump struct as value, intel hex
2957 PASS: gdb.base/dump.exp: dump array as value, tekhex
2958 PASS: gdb.base/dump.exp: dump struct as value, tekhex
2959 PASS: gdb.base/dump.exp: capture /x &intarray[0]
2960 PASS: gdb.base/dump.exp: capture /x &intarray[32]
2961 PASS: gdb.base/dump.exp: capture /x &intstruct
2962 PASS: gdb.base/dump.exp: capture /x &intstruct + 1
2963 PASS: gdb.base/dump.exp: capture intarray
2964 PASS: gdb.base/dump.exp: capture intstruct
2965 PASS: gdb.base/dump.exp: capture type of pointer &intarray
2966 PASS: gdb.base/dump.exp: capture type of pointer &intstruct
2967 PASS: gdb.base/dump.exp: dump array as memory, default
2968 PASS: gdb.base/dump.exp: dump struct as memory, default
2969 PASS: gdb.base/dump.exp: dump array as memory, binary
2970 PASS: gdb.base/dump.exp: dump struct as memory, binary
2971 PASS: gdb.base/dump.exp: dump array as memory, srec
2972 PASS: gdb.base/dump.exp: dump struct as memory, srec
2973 PASS: gdb.base/dump.exp: dump array as memory, ihex
2974 PASS: gdb.base/dump.exp: dump struct as memory, ihex
2975 PASS: gdb.base/dump.exp: dump array as memory, tekhex
2976 PASS: gdb.base/dump.exp: dump struct as memory, tekhex
2977 PASS: gdb.base/dump.exp: dump array as mem, srec, expressions
2978 PASS: gdb.base/dump.exp: print zero_all ()
2979 PASS: gdb.base/dump.exp: array as value, srec; file restored ok
2980 PASS: gdb.base/dump.exp: array as value, srec; capture intarray
2981 PASS: gdb.base/dump.exp: array as value, srec; value restored ok
2982 PASS: gdb.base/dump.exp: struct as value, srec; file restored ok
2983 PASS: gdb.base/dump.exp: struct as value, srec; capture intstruct
2984 PASS: gdb.base/dump.exp: struct as value, srec; value restored ok
2985 PASS: gdb.base/dump.exp: zero all
2986 PASS: gdb.base/dump.exp: array as memory, srec; file restored ok
2987 PASS: gdb.base/dump.exp: array as memory, srec; capture intarray
2988 PASS: gdb.base/dump.exp: array as memory, srec; value restored ok
2989 PASS: gdb.base/dump.exp: struct as memory, srec; file restored ok
2990 PASS: gdb.base/dump.exp: struct as memory, srec; capture intstruct
2991 PASS: gdb.base/dump.exp: struct as memory, srec; value restored ok
2992 PASS: gdb.base/dump.exp: print zero_all ()
2993 PASS: gdb.base/dump.exp: array as value, ihex; file restored ok
2994 PASS: gdb.base/dump.exp: array as value, ihex; capture intarray
2995 PASS: gdb.base/dump.exp: array as value, ihex; value restored ok
2996 PASS: gdb.base/dump.exp: struct as value, ihex; file restored ok
2997 PASS: gdb.base/dump.exp: struct as value, ihex; capture intstruct
2998 PASS: gdb.base/dump.exp: struct as value, ihex; value restored ok
2999 PASS: gdb.base/dump.exp: print zero_all ()
3000 PASS: gdb.base/dump.exp: array as memory, ihex; file restored ok
3001 PASS: gdb.base/dump.exp: array as memory, ihex; capture intarray
3002 PASS: gdb.base/dump.exp: array as memory, ihex; value restored ok
3003 PASS: gdb.base/dump.exp: struct as memory, ihex; file restored ok
3004 PASS: gdb.base/dump.exp: struct as memory, ihex; capture intstruct
3005 PASS: gdb.base/dump.exp: struct as memory, ihex; value restored ok
3006 PASS: gdb.base/dump.exp: print zero_all ()
3007 PASS: gdb.base/dump.exp: array as value, tekhex; file restored ok
3008 PASS: gdb.base/dump.exp: array as value, tekhex; capture intarray
3009 PASS: gdb.base/dump.exp: array as value, tekhex; value restored ok
3010 PASS: gdb.base/dump.exp: struct as value, tekhex; file restored ok
3011 PASS: gdb.base/dump.exp: struct as value, tekhex; capture intstruct
3012 PASS: gdb.base/dump.exp: struct as value, tekhex; value restored ok
3013 PASS: gdb.base/dump.exp: print zero_all ()
3014 PASS: gdb.base/dump.exp: array as memory, tekhex; file restored ok
3015 PASS: gdb.base/dump.exp: array as memory, tekhex; capture intarray
3016 PASS: gdb.base/dump.exp: array as memory, tekhex; value restored ok
3017 PASS: gdb.base/dump.exp: struct as memory, tekhex; file restored ok
3018 PASS: gdb.base/dump.exp: struct as memory, tekhex; capture intstruct
3019 PASS: gdb.base/dump.exp: struct as memory, tekhex; value restored ok
3020 PASS: gdb.base/dump.exp: print zero_all ()
3021 PASS: gdb.base/dump.exp: array as value, binary; file restored ok
3022 PASS: gdb.base/dump.exp: array as value, binary; capture intarray
3023 PASS: gdb.base/dump.exp: array as value, binary; value restored ok
3024 PASS: gdb.base/dump.exp: struct as value, binary; file restored ok
3025 PASS: gdb.base/dump.exp: struct as value, binary; capture intstruct
3026 PASS: gdb.base/dump.exp: struct as value, binary; value restored ok
3027 PASS: gdb.base/dump.exp: print zero_all ()
3028 PASS: gdb.base/dump.exp: array as memory, binary; file restored ok
3029 PASS: gdb.base/dump.exp: array as memory, binary; capture intarray
3030 PASS: gdb.base/dump.exp: array as memory, binary; value restored ok
3031 PASS: gdb.base/dump.exp: struct as memory, binary; file restored ok
3032 PASS: gdb.base/dump.exp: struct as memory, binary; capture intstruct
3033 PASS: gdb.base/dump.exp: struct as memory, binary; value restored ok
3034 PASS: gdb.base/dump.exp: capture /x &intarray2[0]
3035 PASS: gdb.base/dump.exp: capture /x &intstruct2
3036 PASS: gdb.base/dump.exp: capture (char *) &intarray2 - (char *) &intarray
3037 PASS: gdb.base/dump.exp: capture (char *) &intstruct2 - (char *) &intstruct
3038 PASS: gdb.base/dump.exp: print zero_all ()
3039 PASS: gdb.base/dump.exp: array copy, srec; file restored ok
3040 PASS: gdb.base/dump.exp: array copy, srec; capture intarray2
3041 PASS: gdb.base/dump.exp: array copy, srec; value restored ok
3042 PASS: gdb.base/dump.exp: struct copy, srec; file restored ok
3043 PASS: gdb.base/dump.exp: struct copy, srec; capture intstruct2
3044 PASS: gdb.base/dump.exp: struct copy, srec; value restored ok
3045 PASS: gdb.base/dump.exp: print zero_all ()
3046 PASS: gdb.base/dump.exp: array copy, ihex; file restored ok
3047 PASS: gdb.base/dump.exp: array copy, ihex; capture intarray2
3048 PASS: gdb.base/dump.exp: array copy, ihex; value restored ok
3049 PASS: gdb.base/dump.exp: struct copy, ihex; file restored ok
3050 PASS: gdb.base/dump.exp: struct copy, ihex; capture intstruct2
3051 PASS: gdb.base/dump.exp: struct copy, ihex; value restored ok
3052 PASS: gdb.base/dump.exp: print zero_all ()
3053 PASS: gdb.base/dump.exp: array copy, tekhex; file restored ok
3054 PASS: gdb.base/dump.exp: array copy, tekhex; capture intarray2
3055 PASS: gdb.base/dump.exp: array copy, tekhex; value restored ok
3056 PASS: gdb.base/dump.exp: struct copy, tekhex; file restored ok
3057 PASS: gdb.base/dump.exp: struct copy, tekhex; capture intstruct2
3058 PASS: gdb.base/dump.exp: struct copy, tekhex; value restored ok
3059 PASS: gdb.base/dump.exp: print zero_all ()
3060 PASS: gdb.base/dump.exp: array copy, binary; file restored ok
3061 PASS: gdb.base/dump.exp: array copy, binary; capture intarray2
3062 PASS: gdb.base/dump.exp: array copy, binary; value restored ok
3063 PASS: gdb.base/dump.exp: struct copy, binary; file restored ok
3064 PASS: gdb.base/dump.exp: struct copy, binary; capture intstruct2
3065 PASS: gdb.base/dump.exp: struct copy, binary; value restored ok
3066 PASS: gdb.base/dump.exp: capture /x &intarray[3]
3067 PASS: gdb.base/dump.exp: capture /x &intarray[4]
3068 PASS: gdb.base/dump.exp: capture /x (char *) &intarray[3] - (char *) &intarray[0]
3069 PASS: gdb.base/dump.exp: capture /x (char *) &intarray[4] - (char *) &intarray[0]
3070 PASS: gdb.base/dump.exp: print zero_all ()
3071 PASS: gdb.base/dump.exp: array partial, srec; file restored ok
3072 PASS: gdb.base/dump.exp: array partial, srec; capture intarray[3]
3073 PASS: gdb.base/dump.exp: array partial, srec; value restored ok
3074 PASS: gdb.base/dump.exp: element 2 not changed - 1
3075 PASS: gdb.base/dump.exp: element 4 not changed - 1
3076 PASS: gdb.base/dump.exp: print zero_all ()
3077 PASS: gdb.base/dump.exp: array partial, ihex; file restored ok
3078 PASS: gdb.base/dump.exp: array partial, ihex; capture intarray[3]
3079 PASS: gdb.base/dump.exp: array partial, ihex; value restored ok
3080 PASS: gdb.base/dump.exp: element 2 not changed - 2
3081 PASS: gdb.base/dump.exp: element 4 not changed - 2
3082 PASS: gdb.base/dump.exp: print zero_all ()
3083 PASS: gdb.base/dump.exp: array partial, tekhex; file restored ok
3084 PASS: gdb.base/dump.exp: array partial, tekhex; capture intarray[3]
3085 PASS: gdb.base/dump.exp: array partial, tekhex; value restored ok
3086 PASS: gdb.base/dump.exp: element 2 not changed - 3
3087 PASS: gdb.base/dump.exp: element 4 not changed - 3
3088 PASS: gdb.base/dump.exp: print zero_all ()
3089 PASS: gdb.base/dump.exp: array partial, binary; file restored ok
3090 PASS: gdb.base/dump.exp: array partial, binary; capture intarray[3]
3091 PASS: gdb.base/dump.exp: array partial, binary; value restored ok
3092 PASS: gdb.base/dump.exp: element 2 not changed - 4
3093 PASS: gdb.base/dump.exp: element 4 not changed - 4
3094 PASS: gdb.base/dump.exp: array partial with expressions; file restored ok
3095 PASS: gdb.base/dump.exp: array partial with expressions; capture intarray2[3]
3096 PASS: gdb.base/dump.exp: array partial with expressions; value restored ok
3097 PASS: gdb.base/dump.exp: element 2 not changed, == 4
3098 PASS: gdb.base/dump.exp: element 4 not changed, == 4
3099 PASS: gdb.base/dump.exp: setting little endianness
3100 PASS: gdb.base/dump.exp: file binfile; capture intarray
3101 PASS: gdb.base/dump.exp: start with intarray un-initialized
3102 PASS: gdb.base/dump.exp: file binfile; capture intstruct
3103 PASS: gdb.base/dump.exp: start with intstruct un-initialized
3104 PASS: gdb.base/dump.exp: reload array as value, srec; capture * (int (*)[32]) 0x55557040
3105 PASS: gdb.base/dump.exp: reload array as value, srec; value restored ok
3106 PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x55557140
3107 PASS: gdb.base/dump.exp: reload struct as value, srec; value restored ok
3108 PASS: gdb.base/dump.exp: reload array as memory, srec; capture * (int (*)[32]) 0x55557040
3109 PASS: gdb.base/dump.exp: reload array as memory, srec; value restored ok
3110 PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x55557140
3111 PASS: gdb.base/dump.exp: reload struct as memory, srec; value restored ok
3112 PASS: gdb.base/dump.exp: reload array as value, intel hex; capture * (int (*)[32]) 0x55557040
3113 PASS: gdb.base/dump.exp: reload array as value, intel hex; value restored ok
3114 PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x55557…
3115 PASS: gdb.base/dump.exp: reload struct as value, intel hex; value restored ok
3116 PASS: gdb.base/dump.exp: reload array as memory, intel hex; capture * (int (*)[32]) 0x55557040
3117 PASS: gdb.base/dump.exp: reload array as memory, intel hex; value restored ok
3118 PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x5555…
3119 PASS: gdb.base/dump.exp: reload struct as memory, intel hex; value restored ok
3120 PASS: gdb.base/dump.exp: reload array as value, tekhex; capture * (int (*)[32]) 0x55557040
3121 PASS: gdb.base/dump.exp: reload array as value, tekhex; value restored ok
3122 PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x55557140
3123 PASS: gdb.base/dump.exp: reload struct as value, tekhex; value restored ok
3124 PASS: gdb.base/dump.exp: reload array as memory, tekhex; capture * (int (*)[32]) 0x55557040
3125 PASS: gdb.base/dump.exp: reload array as memory, tekhex; value restored ok
3126 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x55557140
3127 PASS: gdb.base/dump.exp: reload struct as memory, tekhex; value restored ok
3128 Running ./gdb.base/duplicate-bp.exp ...
3129 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: set $bp_num_1 = $bpnum
3130 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: set $bp_num_2 = $bpnum
3131 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: step to place breakpoints
3132 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: delete $bp_num_1
3133 PASS: gdb.base/duplicate-bp.exp: del_1_stop_2: delete #1, stop at #2
3134 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: set $bp_num_1 = $bpnum
3135 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: set $bp_num_2 = $bpnum
3136 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: step to place breakpoints
3137 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: delete $bp_num_2
3138 PASS: gdb.base/duplicate-bp.exp: del_2_stop_1: delete #2, stop at #1
3139 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_1 = $bpnum
3140 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_2 = $bpnum
3141 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: set $bp_num_3 = $bpnum
3142 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: step to place breakpoints
3143 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable $bp_num_1
3144 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: step
3145 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete $bp_num_2
3146 PASS: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable #1, delete #2, stop at #3
3147 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_1 = $bpnum
3148 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_2 = $bpnum
3149 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: set $bp_num_3 = $bpnum
3150 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: step to place breakpoints
3151 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable $bp_num_2
3152 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: step
3153 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete $bp_num_1
3154 PASS: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable #2, delete #1, stop at #3
3155 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_1 = $bpnum
3156 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_2 = $bpnum
3157 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: set $bp_num_3 = $bpnum
3158 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: step to place breakpoints
3159 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable $bp_num_1
3160 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: step
3161 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete $bp_num_3
3162 PASS: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable #1, delete #3, stop at #2
3163 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_1 = $bpnum
3164 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_2 = $bpnum
3165 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: set $bp_num_3 = $bpnum
3166 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: step to place breakpoints
3167 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable $bp_num_3
3168 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: step
3169 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete $bp_num_1
3170 PASS: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable #3, delete #1, stop at #2
3171 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_1 = $bpnum
3172 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_2 = $bpnum
3173 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: set $bp_num_3 = $bpnum
3174 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: step to place breakpoints
3175 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable $bp_num_2
3176 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: step
3177 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete $bp_num_3
3178 PASS: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable #2, delete #3, stop at #1
3179 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_1 = $bpnum
3180 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_2 = $bpnum
3181 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: set $bp_num_3 = $bpnum
3182 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: step to place breakpoints
3183 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable $bp_num_3
3184 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: step
3185 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete $bp_num_2
3186 PASS: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable #3, delete #2, stop at #1
3187 Running ./gdb.base/dup-sect.exp ...
3188 PASS: gdb.base/dup-sect.exp: rename section
3189 PASS: gdb.base/dup-sect.exp: split
3190 PASS: gdb.base/dup-sect.exp: strip
3191 PASS: gdb.base/dup-sect.exp: var1 after strip
3192 PASS: gdb.base/dup-sect.exp: var2 after strip
3193 Running ./gdb.base/echo.exp ...
3194 PASS: gdb.base/echo.exp: Echo test
3195 Running ./gdb.base/empty_exe.exp ...
3196 PASS: gdb.base/empty_exe.exp: file ''
3197 PASS: gdb.base/empty_exe.exp: print 1
3198 Running ./gdb.base/ena-dis-br.exp ...
3199 PASS: gdb.base/ena-dis-br.exp: break marker1
3200 PASS: gdb.base/ena-dis-br.exp: enable break marker1
3201 PASS: gdb.base/ena-dis-br.exp: info break marker1
3202 PASS: gdb.base/ena-dis-br.exp: continue to break marker1
3203 PASS: gdb.base/ena-dis-br.exp: delete break marker1
3204 PASS: gdb.base/ena-dis-br.exp: break marker2
3205 PASS: gdb.base/ena-dis-br.exp: enable once break marker2
3206 PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
3207 PASS: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2
3208 PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
3209 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop
3210 PASS: gdb.base/ena-dis-br.exp: rerun to main
3211 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at auto-disabled break marker2
3212 PASS: gdb.base/ena-dis-br.exp: break marker3
3213 PASS: gdb.base/ena-dis-br.exp: enable del break marker3
3214 PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker2
3215 PASS: gdb.base/ena-dis-br.exp: continue to auto-deleted break marker3
3216 PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker3
3217 PASS: gdb.base/ena-dis-br.exp: break marker4
3218 PASS: gdb.base/ena-dis-br.exp: disable break marker4
3219 PASS: gdb.base/ena-dis-br.exp: info break marker4
3220 PASS: gdb.base/ena-dis-br.exp: break 113
3221 PASS: gdb.base/ena-dis-br.exp: break marker1
3222 PASS: gdb.base/ena-dis-br.exp: disable break with count
3223 PASS: gdb.base/ena-dis-br.exp: continue from enable count, first time
3224 PASS: gdb.base/ena-dis-br.exp: continue from enable count, second time
3225 PASS: gdb.base/ena-dis-br.exp: continue through enable count, now disabled
3226 PASS: gdb.base/ena-dis-br.exp: break marker1
3227 PASS: gdb.base/ena-dis-br.exp: ignore non-existent break
3228 PASS: gdb.base/ena-dis-br.exp: ignore break with missing ignore count
3229 PASS: gdb.base/ena-dis-br.exp: ignore break marker1 -1
3230 PASS: gdb.base/ena-dis-br.exp: ignore break marker1 0
3231 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3232 PASS: gdb.base/ena-dis-br.exp: info ignored break marker1
3233 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored break marker1
3234 PASS: gdb.base/ena-dis-br.exp: rerun to main
3235 PASS: gdb.base/ena-dis-br.exp: continue to break marker1, 2nd time
3236 PASS: gdb.base/ena-dis-br.exp: break marker1
3237 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3238 PASS: gdb.base/ena-dis-br.exp: enable del break marker1
3239 PASS: gdb.base/ena-dis-br.exp: info break marker1
3240 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & auto-deleted break marke…
3241 PASS: gdb.base/ena-dis-br.exp: rerun to main
3242 PASS: gdb.base/ena-dis-br.exp: continue to ignored & auto-deleted break marker1
3243 PASS: gdb.base/ena-dis-br.exp: break marker1
3244 PASS: gdb.base/ena-dis-br.exp: ignore break marker1
3245 PASS: gdb.base/ena-dis-br.exp: disable break marker1
3246 PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & disabled break marker1
3247 PASS: gdb.base/ena-dis-br.exp: rerun to main
3248 PASS: gdb.base/ena-dis-br.exp: info ignored & disabled break marker1
3249 PASS: gdb.base/ena-dis-br.exp: prepare to continue with ignore count
3250 PASS: gdb.base/ena-dis-br.exp: continue with ignore count
3251 PASS: gdb.base/ena-dis-br.exp: step
3252 PASS: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt
3253 Running ./gdb.base/ending-run.exp ...
3254 PASS: gdb.base/ending-run.exp: bpt at line before routine
3255 PASS: gdb.base/ending-run.exp: b ending-run.c:14, one
3256 PASS: gdb.base/ending-run.exp: b ending-run.c:31
3257 PASS: gdb.base/ending-run.exp: run
3258 PASS: gdb.base/ending-run.exp: clear worked
3259 PASS: gdb.base/ending-run.exp: cleared bp at line before routine
3260 PASS: gdb.base/ending-run.exp: b ending-run.c:1
3261 PASS: gdb.base/ending-run.exp: b ending-run.c:14, two
3262 PASS: gdb.base/ending-run.exp: Cleared 2 by line
3263 PASS: gdb.base/ending-run.exp: b ending-run.c:14
3264 PASS: gdb.base/ending-run.exp: Breakpoint 7 at *ending-run.c:14
3265 PASS: gdb.base/ending-run.exp: Clear 2 by default
3266 PASS: gdb.base/ending-run.exp: all set to continue
3267 PASS: gdb.base/ending-run.exp: cont
3268 PASS: gdb.base/ending-run.exp: step out of main
3269 Running ./gdb.base/enum_cond.exp ...
3270 PASS: gdb.base/enum_cond.exp: break call_me if param.e == 1
3271 PASS: gdb.base/enum_cond.exp: continue to conditional breakpoint in call_me
3272 Running ./gdb.base/enumval.exp ...
3273 PASS: gdb.base/enumval.exp: print e
3274 PASS: gdb.base/enumval.exp: print f
3275 PASS: gdb.base/enumval.exp: print J
3276 PASS: gdb.base/enumval.exp: print K
3277 Running ./gdb.base/environ.exp ...
3278 Running ./gdb.base/eu-strip-infcall.exp ...
3279 PASS: gdb.base/eu-strip-infcall.exp: infcall
3280 Running ./gdb.base/eval.exp ...
3281 PASS: gdb.base/eval.exp: Initialize $a.
3282 PASS: gdb.base/eval.exp: First eval.
3283 PASS: gdb.base/eval.exp: Second eval.
3284 Running ./gdb.base/eval-skip.exp ...
3285 PASS: gdb.base/eval-skip.exp: set variable x=14
3286 PASS: gdb.base/eval-skip.exp: set variable y=2
3287 PASS: gdb.base/eval-skip.exp: set variable z=2
3288 PASS: gdb.base/eval-skip.exp: set variable w=3
3289 PASS: gdb.base/eval-skip.exp: print value of (0 && (x+y))
3290 PASS: gdb.base/eval-skip.exp: print value of (0 && (x-y))
3291 PASS: gdb.base/eval-skip.exp: print value of (0 && (x*y))
3292 PASS: gdb.base/eval-skip.exp: print value of (0 && (x/y))
3293 PASS: gdb.base/eval-skip.exp: print value of (0 && (x%y))
3294 PASS: gdb.base/eval-skip.exp: print value of (0 && (x&&y))
3295 PASS: gdb.base/eval-skip.exp: print value of (0 && (x||y))
3296 PASS: gdb.base/eval-skip.exp: print value of (0 && (x&y))
3297 PASS: gdb.base/eval-skip.exp: print value of (0 && (x|y))
3298 PASS: gdb.base/eval-skip.exp: print value of (0 && (x^y))
3299 PASS: gdb.base/eval-skip.exp: print value of (0 && (x < y))
3300 PASS: gdb.base/eval-skip.exp: print value of (0 && (x <= y))
3301 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>y))
3302 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>=y))
3303 PASS: gdb.base/eval-skip.exp: print value of (0 && (x==y))
3304 PASS: gdb.base/eval-skip.exp: print value of (0 && (x!=y))
3305 PASS: gdb.base/eval-skip.exp: print value of (0 && (x<<31))
3306 PASS: gdb.base/eval-skip.exp: print value of (0 && (x>>31))
3307 PASS: gdb.base/eval-skip.exp: print value of (0 && (!x))
3308 PASS: gdb.base/eval-skip.exp: print value of (0 && (~x))
3309 PASS: gdb.base/eval-skip.exp: print value of (0 && (-x))
3310 PASS: gdb.base/eval-skip.exp: print value of (0 && (x++))
3311 PASS: gdb.base/eval-skip.exp: print value of (0 && (++x))
3312 PASS: gdb.base/eval-skip.exp: print value of (0 && (x--))
3313 PASS: gdb.base/eval-skip.exp: print value of (0 && (--x))
3314 PASS: gdb.base/eval-skip.exp: print value of (0 && (x+=7))
3315 PASS: gdb.base/eval-skip.exp: print value of (0 && (x=y))
3316 Running ./gdb.base/exe-lock.exp ...
3317 PASS: gdb.base/exe-lock.exp: continue until exit
3318 Running ./gdb.base/expand-psymtabs.exp ...
3319 PASS: gdb.base/expand-psymtabs.exp: Expand psymtabs
3320 Running ./gdb.base/exprs.exp ...
3321 PASS: gdb.base/exprs.exp: print char == (setup)
3322 PASS: gdb.base/exprs.exp: print char == (print v_char == 0)
3323 PASS: gdb.base/exprs.exp: print char == (print v_char == 127)
3324 PASS: gdb.base/exprs.exp: print char != (setup)
3325 PASS: gdb.base/exprs.exp: print char != (print v_char != 0)
3326 PASS: gdb.base/exprs.exp: print char != (print v_char != 127)
3327 PASS: gdb.base/exprs.exp: print char < (setup)
3328 PASS: gdb.base/exprs.exp: print char < (print v_char < 0)
3329 PASS: gdb.base/exprs.exp: print char < (print v_char < 127)
3330 PASS: gdb.base/exprs.exp: print char > (setup)
3331 PASS: gdb.base/exprs.exp: print char > (print v_char > 0)
3332 PASS: gdb.base/exprs.exp: print char > (print v_char > 127)
3333 PASS: gdb.base/exprs.exp: print signed char == (setup)
3334 PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 0)
3335 PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 127)
3336 PASS: gdb.base/exprs.exp: print signed char != (setup)
3337 PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 0)
3338 PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 127)
3339 PASS: gdb.base/exprs.exp: print signed char < (setup)
3340 PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 0)
3341 PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 127)
3342 PASS: gdb.base/exprs.exp: print signed char > (setup)
3343 PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 0)
3344 PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 127)
3345 PASS: gdb.base/exprs.exp: print signed char == (minus) (setup)
3346 PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == 0)
3347 PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == -1)
3348 PASS: gdb.base/exprs.exp: print signed char != (minus) (setup)
3349 PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != 0)
3350 PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != -1)
3351 PASS: gdb.base/exprs.exp: print signed char < (minus) (setup)
3352 PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 0)
3353 PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 127)
3354 PASS: gdb.base/exprs.exp: print signed char > (minus) (setup)
3355 PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 0)
3356 PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 127)
3357 PASS: gdb.base/exprs.exp: print unsigned char == (setup)
3358 PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 0)
3359 PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 127)
3360 PASS: gdb.base/exprs.exp: print unsigned char != (setup)
3361 PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 0)
3362 PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 127)
3363 PASS: gdb.base/exprs.exp: print unsigned char < (setup)
3364 PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 0)
3365 PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 127)
3366 PASS: gdb.base/exprs.exp: print unsigned char > (setup)
3367 PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 0)
3368 PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 127)
3369 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (setup)
3370 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == 0)
3371 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == ~0)
3372 PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == (unsigned char)~0)
3373 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (setup)
3374 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != 0)
3375 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != (unsigned char)~0)
3376 PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != ~0)
3377 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (setup)
3378 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 0)
3379 PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 127)
3380 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (setup)
3381 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 0)
3382 PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 127)
3383 PASS: gdb.base/exprs.exp: print signed short == (setup)
3384 PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0)
3385 PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0x7FFF)
3386 PASS: gdb.base/exprs.exp: print signed short != (setup)
3387 PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0)
3388 PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0x7FFF)
3389 PASS: gdb.base/exprs.exp: print signed short < (setup)
3390 PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0)
3391 PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0x7FFF)
3392 PASS: gdb.base/exprs.exp: print signed short > (setup)
3393 PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0)
3394 PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0x7FFF)
3395 PASS: gdb.base/exprs.exp: print signed short == (minus) (setup)
3396 PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == 0)
3397 PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == -1)
3398 PASS: gdb.base/exprs.exp: print signed short != (minus) (setup)
3399 PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != 0)
3400 PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != -1)
3401 PASS: gdb.base/exprs.exp: print signed short < (minus) (setup)
3402 PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0)
3403 PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0x7FFF)
3404 PASS: gdb.base/exprs.exp: print signed short > (minus) (setup)
3405 PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0)
3406 PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0x7FFF)
3407 PASS: gdb.base/exprs.exp: print signed signed short == (setup)
3408 PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0)
3409 PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0x7FFF)
3410 PASS: gdb.base/exprs.exp: print signed signed short != (setup)
3411 PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0)
3412 PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0x7FFF)
3413 PASS: gdb.base/exprs.exp: print signed signed short < (setup)
3414 PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0)
3415 PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0x7FFF)
3416 PASS: gdb.base/exprs.exp: print signed signed short > (setup)
3417 PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0)
3418 PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0x7FFF)
3419 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (setup)
3420 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == 0)
3421 PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == -1)
3422 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (setup)
3423 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != 0)
3424 PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != -1)
3425 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (setup)
3426 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0)
3427 PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0x7FFF)
3428 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (setup)
3429 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0)
3430 PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0x7FFF)
3431 PASS: gdb.base/exprs.exp: print unsigned short == (setup)
3432 PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0)
3433 PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0x7FFF)
3434 PASS: gdb.base/exprs.exp: print unsigned short != (setup)
3435 PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0)
3436 PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0x7FFF)
3437 PASS: gdb.base/exprs.exp: print unsigned short < (setup)
3438 PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0)
3439 PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0x7FFF)
3440 PASS: gdb.base/exprs.exp: print unsigned short > (setup)
3441 PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0)
3442 PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0x7FFF)
3443 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (setup)
3444 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == 0)
3445 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print sizeof (v_unsigned_short) < sizeof (~…
3446 PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == (unsigned short)~…
3447 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (setup)
3448 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != 0)
3449 PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != (unsigned short)~…
3450 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (setup)
3451 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0)
3452 PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0x7FFF)
3453 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (setup)
3454 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0)
3455 PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0x7FFF)
3456 PASS: gdb.base/exprs.exp: print signed int == (setup)
3457 PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0)
3458 PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0x7FFF)
3459 PASS: gdb.base/exprs.exp: print signed int != (setup)
3460 PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0)
3461 PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0x7FFF)
3462 PASS: gdb.base/exprs.exp: print signed int < (setup)
3463 PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0)
3464 PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0x7FFF)
3465 PASS: gdb.base/exprs.exp: print signed int > (setup)
3466 PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0)
3467 PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0x7FFF)
3468 PASS: gdb.base/exprs.exp: print signed int == (minus) (setup)
3469 PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == 0)
3470 PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == -1)
3471 PASS: gdb.base/exprs.exp: print signed int != (minus) (setup)
3472 PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != 0)
3473 PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != -1)
3474 PASS: gdb.base/exprs.exp: print signed int < (minus) (setup)
3475 PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0)
3476 PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0x7FFF)
3477 PASS: gdb.base/exprs.exp: print signed int > (minus) (setup)
3478 PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0)
3479 PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0x7FFF)
3480 PASS: gdb.base/exprs.exp: print signed signed int == (setup)
3481 PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0)
3482 PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0x7FFF)
3483 PASS: gdb.base/exprs.exp: print signed signed int != (setup)
3484 PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0)
3485 PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0x7FFF)
3486 PASS: gdb.base/exprs.exp: print signed signed int < (setup)
3487 PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0)
3488 PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0x7FFF)
3489 PASS: gdb.base/exprs.exp: print signed signed int > (setup)
3490 PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0)
3491 PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0x7FFF)
3492 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (setup)
3493 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == 0)
3494 PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == -1)
3495 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (setup)
3496 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != 0)
3497 PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != -1)
3498 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (setup)
3499 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0)
3500 PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0x7FFF)
3501 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (setup)
3502 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0)
3503 PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0x7FFF)
3504 PASS: gdb.base/exprs.exp: print unsigned int == (setup)
3505 PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0)
3506 PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0x7FFF)
3507 PASS: gdb.base/exprs.exp: print unsigned int != (setup)
3508 PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0)
3509 PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0x7FFF)
3510 PASS: gdb.base/exprs.exp: print unsigned int < (setup)
3511 PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0)
3512 PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0x7FFF)
3513 PASS: gdb.base/exprs.exp: print unsigned int > (setup)
3514 PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0)
3515 PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0x7FFF)
3516 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (setup)
3517 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == 0)
3518 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == ~0)
3519 PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == (unsigned int)~0)
3520 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (setup)
3521 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != 0)
3522 PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != (unsigned int)~0)
3523 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (setup)
3524 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0)
3525 PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0x7FFF)
3526 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (setup)
3527 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0)
3528 PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0x7FFF)
3529 PASS: gdb.base/exprs.exp: print signed long == (setup)
3530 PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0)
3531 PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0x7FFF)
3532 PASS: gdb.base/exprs.exp: print signed long != (setup)
3533 PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0)
3534 PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0x7FFF)
3535 PASS: gdb.base/exprs.exp: print signed long < (setup)
3536 PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0)
3537 PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0x7FFF)
3538 PASS: gdb.base/exprs.exp: print signed long > (setup)
3539 PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0)
3540 PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0x7FFF)
3541 PASS: gdb.base/exprs.exp: print signed long == (minus) (setup)
3542 PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == 0)
3543 PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == -1)
3544 PASS: gdb.base/exprs.exp: print signed long != (minus) (setup)
3545 PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != 0)
3546 PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != -1)
3547 PASS: gdb.base/exprs.exp: print signed long < (minus) (setup)
3548 PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0)
3549 PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0x7FFF)
3550 PASS: gdb.base/exprs.exp: print signed long > (minus) (setup)
3551 PASS: gdb.base/exprs.exp: print signed long > (minus) (print v_long > 0)
3552 PASS: gdb.base/exprs.exp: print signed long > (minus) (print v_long > 0x7FFF)
3553 PASS: gdb.base/exprs.exp: print signed signed long == (setup)
3554 PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0)
3555 PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0x7FFF)
3556 PASS: gdb.base/exprs.exp: print signed signed long != (setup)
3557 PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0)
3558 PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0x7FFF)
3559 PASS: gdb.base/exprs.exp: print signed signed long < (setup)
3560 PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0)
3561 PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0x7FFF)
3562 PASS: gdb.base/exprs.exp: print signed signed long > (setup)
3563 PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0)
3564 PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0x7FFF)
3565 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (setup)
3566 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == 0)
3567 PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == -1)
3568 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (setup)
3569 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != 0)
3570 PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != -1)
3571 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (setup)
3572 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0)
3573 PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0x7FFF)
3574 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (setup)
3575 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0)
3576 PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0x7FFF)
3577 PASS: gdb.base/exprs.exp: print unsigned long == (setup)
3578 PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0)
3579 PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0x7FFF)
3580 PASS: gdb.base/exprs.exp: print unsigned long != (setup)
3581 PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0)
3582 PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0x7FFF)
3583 PASS: gdb.base/exprs.exp: print unsigned long < (setup)
3584 PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0)
3585 PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0x7FFF)
3586 PASS: gdb.base/exprs.exp: print unsigned long > (setup)
3587 PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0)
3588 PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0x7FFF)
3589 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (setup)
3590 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == 0)
3591 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == ~0)
3592 PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == (unsigned long)~0)
3593 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (setup)
3594 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != 0)
3595 PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != (unsigned long)~0)
3596 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (setup)
3597 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0)
3598 PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0x7FFF)
3599 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (setup)
3600 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0)
3601 PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0x7FFF)
3602 PASS: gdb.base/exprs.exp: print (void*)v_signed_char (setup)
3603 PASS: gdb.base/exprs.exp: print (void*)v_signed_char (print (void*)v_signed_char)
3604 PASS: gdb.base/exprs.exp: print (void*)v_signed_short (setup)
3605 PASS: gdb.base/exprs.exp: print (void*)v_signed_short (print (void*)v_signed_short)
3606 PASS: gdb.base/exprs.exp: print (void*)v_signed_int (setup)
3607 PASS: gdb.base/exprs.exp: print (void*)v_signed_int (print (void*)v_signed_int)
3608 PASS: gdb.base/exprs.exp: print (void*)v_signed_long (setup)
3609 PASS: gdb.base/exprs.exp: print (void*)v_signed_long (print (void*)v_signed_long)
3610 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (setup)
3611 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (print (void*)v_unsigned_char)
3612 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (setup)
3613 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (print (void*)v_unsigned_short)
3614 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (setup)
3615 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (print (void*)v_unsigned_int)
3616 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (setup)
3617 PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (print (void*)v_unsigned_long)
3618 PASS: gdb.base/exprs.exp: sizeof (long long) > sizeof (long) (true)
3619 PASS: gdb.base/exprs.exp: truncate (void*) 0x00000000ffffffff + 1
3620 PASS: gdb.base/exprs.exp: truncate (void*) 0xffffffff00000000 - 1
3621 PASS: gdb.base/exprs.exp: \$[0-9]* = "xy" (setup)
3622 PASS: gdb.base/exprs.exp: \$[0-9]* = "xyz" (setup)
3623 PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup)
3624 PASS: gdb.base/exprs.exp: set output-radix 8
3625 PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup)
3626 PASS: gdb.base/exprs.exp: \$[0-9]* = 0 (setup)
3627 PASS: gdb.base/exprs.exp: set output-radix 10
3628 PASS: gdb.base/exprs.exp: set variable v_int = 1
3629 PASS: gdb.base/exprs.exp: print v_int++
3630 PASS: gdb.base/exprs.exp: print ++v_int
3631 PASS: gdb.base/exprs.exp: print v_int--
3632 PASS: gdb.base/exprs.exp: print --v_int
3633 PASS: gdb.base/exprs.exp: print v_int++ = 5
3634 PASS: gdb.base/exprs.exp: print v_int-- = 5
3635 PASS: gdb.base/exprs.exp: print v_int_array_init
3636 PASS: gdb.base/exprs.exp: print *v_int_array_init@1
3637 PASS: gdb.base/exprs.exp: print *v_int_array_init@2
3638 PASS: gdb.base/exprs.exp: print v_int_array_init[0]@1
3639 PASS: gdb.base/exprs.exp: print v_int_array_init[0]@2
3640 PASS: gdb.base/exprs.exp: print v_int_array_init[1]@1
3641 PASS: gdb.base/exprs.exp: set variable v_short_array[0] = 42
3642 PASS: gdb.base/exprs.exp: print {short} v_short_array
3643 PASS: gdb.base/exprs.exp: print (void) v_int_pointer
3644 PASS: gdb.base/exprs.exp: print & (void) v_char
3645 Running ./gdb.base/fileio.exp ...
3646 Running ./gdb.base/find.exp ...
3647 PASS: gdb.base/find.exp: breakpoint function in file
3648 PASS: gdb.base/find.exp: run until function breakpoint
3649 PASS: gdb.base/find.exp: find string pattern
3650 PASS: gdb.base/find.exp: pattern not found at end of range
3651 PASS: gdb.base/find.exp: pattern found at end of range
3652 PASS: gdb.base/find.exp: max-count
3653 PASS: gdb.base/find.exp: $_
3654 PASS: gdb.base/find.exp: $numfound
3655 PASS: gdb.base/find.exp: size,max-count, /1b
3656 PASS: gdb.base/find.exp: size,max-count, /b1
3657 PASS: gdb.base/find.exp: size,max-count, /b/1
3658 PASS: gdb.base/find.exp: size,max-count, /1/b
3659 PASS: gdb.base/find.exp: find byte pattern with end address
3660 PASS: gdb.base/find.exp: find 16-bit pattern
3661 PASS: gdb.base/find.exp: find 16-bit pattern
3662 PASS: gdb.base/find.exp: find 32-bit pattern
3663 PASS: gdb.base/find.exp: find 32-bit pattern
3664 PASS: gdb.base/find.exp: find 64-bit pattern
3665 PASS: gdb.base/find.exp: find 64-bit pattern
3666 PASS: gdb.base/find.exp: find mixed-sized pattern
3667 PASS: gdb.base/find.exp: search spanning large range
3668 PASS: gdb.base/find.exp: find int64_search_buf, +64/8*100, int64_search_buf
3669 Running ./gdb.base/find-unmapped.exp ...
3670 Running ./gdb.base/finish.exp ...
3671 PASS: gdb.base/finish.exp: set break on void_func
3672 PASS: gdb.base/finish.exp: continue to void_func
3673 PASS: gdb.base/finish.exp: finish from void_func
3674 PASS: gdb.base/finish.exp: set break on char_func
3675 PASS: gdb.base/finish.exp: continue to char_func
3676 PASS: gdb.base/finish.exp: finish from char_func
3677 PASS: gdb.base/finish.exp: set break on short_func
3678 PASS: gdb.base/finish.exp: continue to short_func
3679 PASS: gdb.base/finish.exp: finish from short_func
3680 PASS: gdb.base/finish.exp: set break on int_func
3681 PASS: gdb.base/finish.exp: continue to int_func
3682 PASS: gdb.base/finish.exp: finish from int_func
3683 PASS: gdb.base/finish.exp: set break on long_func
3684 PASS: gdb.base/finish.exp: continue to long_func
3685 PASS: gdb.base/finish.exp: finish from long_func
3686 PASS: gdb.base/finish.exp: set break on long_long_func
3687 PASS: gdb.base/finish.exp: continue to long_long_func
3688 PASS: gdb.base/finish.exp: finish from long_long_func
3689 PASS: gdb.base/finish.exp: set break on float_func
3690 PASS: gdb.base/finish.exp: continue to float_func
3691 PASS: gdb.base/finish.exp: finish from float_func
3692 PASS: gdb.base/finish.exp: set break on double_func
3693 PASS: gdb.base/finish.exp: continue to double_func
3694 PASS: gdb.base/finish.exp: finish from double_func
3695 PASS: gdb.base/finish.exp: Testing the "fin" abbreviation for "finish"
3696 Running ./gdb.base/fixsection.exp ...
3697 PASS: gdb.base/fixsection.exp: breakpoint at static_fun
3698 Running ./gdb.base/float.exp ...
3699 PASS: gdb.base/float.exp: info float
3700 PASS: gdb.base/float.exp: step
3701 PASS: gdb.base/float.exp: finish
3702 Running ./gdb.base/foll-exec.exp ...
3703 Running ./gdb.base/foll-fork.exp ...
3704 Running ./gdb.base/foll-vfork.exp ...
3705 Running ./gdb.base/fortran-sym-case.exp ...
3706 PASS: gdb.base/fortran-sym-case.exp: set language fortran
3707 PASS: gdb.base/fortran-sym-case.exp: frame
3708 Running ./gdb.base/frame-args.exp ...
3709 PASS: gdb.base/frame-args.exp: set print frame-arguments all
3710 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to all
3711 PASS: gdb.base/frame-args.exp: set print frame-arguments scalars
3712 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to scalars
3713 PASS: gdb.base/frame-args.exp: set print frame-arguments none
3714 PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to none
3715 Running ./gdb.base/freebpcmd.exp ...
3716 PASS: gdb.base/freebpcmd.exp: set breakpoint
3717 PASS: gdb.base/freebpcmd.exp: send breakpoint commands
3718 PASS: gdb.base/freebpcmd.exp: run program with breakpoint commands
3719 Running ./gdb.base/fullname.exp ...
3720 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built absolute
3721 PASS: gdb.base/fullname.exp: set breakpoint at main - built absolute
3722 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built absolute
3723 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative
3724 PASS: gdb.base/fullname.exp: set breakpoint at main - built relative
3725 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative
3726 PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other
3727 PASS: gdb.base/fullname.exp: set breakpoint at main - built other
3728 PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other
3729 Running ./gdb.base/fullpath-expand.exp ...
3730 PASS: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
3731 PASS: gdb.base/fullpath-expand.exp: list func
3732 PASS: gdb.base/fullpath-expand.exp: info source
3733 Running ./gdb.base/funcargs.exp ...
3734 PASS: gdb.base/funcargs.exp: set print frame-arguments all
3735 PASS: gdb.base/funcargs.exp: run to call0a
3736 PASS: gdb.base/funcargs.exp: print c after run to call0a
3737 PASS: gdb.base/funcargs.exp: print s after run to call0a
3738 PASS: gdb.base/funcargs.exp: print i after run to call0a
3739 PASS: gdb.base/funcargs.exp: print l after run to call0a
3740 PASS: gdb.base/funcargs.exp: continue to call0b
3741 PASS: gdb.base/funcargs.exp: continue to call0c
3742 PASS: gdb.base/funcargs.exp: continue to call0d
3743 PASS: gdb.base/funcargs.exp: continue to call0e
3744 PASS: gdb.base/funcargs.exp: run to call1a
3745 PASS: gdb.base/funcargs.exp: print uc
3746 PASS: gdb.base/funcargs.exp: print us
3747 PASS: gdb.base/funcargs.exp: print ui
3748 PASS: gdb.base/funcargs.exp: print ul
3749 PASS: gdb.base/funcargs.exp: continue to call1b
3750 PASS: gdb.base/funcargs.exp: continue to call1c
3751 PASS: gdb.base/funcargs.exp: continue to call1d
3752 PASS: gdb.base/funcargs.exp: continue to call1e
3753 PASS: gdb.base/funcargs.exp: run to call2a
3754 PASS: gdb.base/funcargs.exp: print c after run to call2a
3755 PASS: gdb.base/funcargs.exp: print f1 after run to call2a
3756 PASS: gdb.base/funcargs.exp: print s after run to call2a
3757 PASS: gdb.base/funcargs.exp: print d1 after run to call2a
3758 PASS: gdb.base/funcargs.exp: print i after run to call2a
3759 PASS: gdb.base/funcargs.exp: print f2 after run to call2a
3760 PASS: gdb.base/funcargs.exp: print l after run to call2a
3761 PASS: gdb.base/funcargs.exp: print d2 after run to call2a
3762 PASS: gdb.base/funcargs.exp: continue to call2b
3763 PASS: gdb.base/funcargs.exp: continue to call2c
3764 PASS: gdb.base/funcargs.exp: continue to call2d
3765 PASS: gdb.base/funcargs.exp: continue to call2e
3766 PASS: gdb.base/funcargs.exp: continue to call2f
3767 PASS: gdb.base/funcargs.exp: continue to call2g
3768 PASS: gdb.base/funcargs.exp: continue to call2h
3769 PASS: gdb.base/funcargs.exp: continue to call2i
3770 PASS: gdb.base/funcargs.exp: run to call2a
3771 PASS: gdb.base/funcargs.exp: continue to callcb
3772 PASS: gdb.base/funcargs.exp: continue to callcc
3773 PASS: gdb.base/funcargs.exp: continue to callcd
3774 PASS: gdb.base/funcargs.exp: continue to callce
3775 PASS: gdb.base/funcargs.exp: continue to callcf
3776 PASS: gdb.base/funcargs.exp: run to callc1a
3777 PASS: gdb.base/funcargs.exp: continue to callc1b
3778 PASS: gdb.base/funcargs.exp: run to callc2a
3779 PASS: gdb.base/funcargs.exp: continue to callc2b
3780 PASS: gdb.base/funcargs.exp: run to call3a
3781 PASS: gdb.base/funcargs.exp: print *cp
3782 PASS: gdb.base/funcargs.exp: print *sp
3783 PASS: gdb.base/funcargs.exp: print *ip
3784 PASS: gdb.base/funcargs.exp: print *lp
3785 PASS: gdb.base/funcargs.exp: continue to call3b
3786 PASS: gdb.base/funcargs.exp: print *ucp
3787 PASS: gdb.base/funcargs.exp: print *usp
3788 PASS: gdb.base/funcargs.exp: print *uip
3789 PASS: gdb.base/funcargs.exp: print *ulp
3790 PASS: gdb.base/funcargs.exp: continue to call3c
3791 PASS: gdb.base/funcargs.exp: print *fp
3792 PASS: gdb.base/funcargs.exp: print *dp
3793 PASS: gdb.base/funcargs.exp: run to call4a
3794 PASS: gdb.base/funcargs.exp: print *stp
3795 PASS: gdb.base/funcargs.exp: continue to call4b
3796 PASS: gdb.base/funcargs.exp: print *unp (sizeof long == sizeof int)
3797 PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference
3798 PASS: gdb.base/funcargs.exp: run to call5a
3799 PASS: gdb.base/funcargs.exp: print st
3800 PASS: gdb.base/funcargs.exp: continue to call5b (sizeof long == sizeof int)
3801 PASS: gdb.base/funcargs.exp: print un (sizeof long == sizeof int)
3802 PASS: gdb.base/funcargs.exp: run to call6a
3803 PASS: gdb.base/funcargs.exp: backtrace from call6a
3804 PASS: gdb.base/funcargs.exp: continue to call6b
3805 PASS: gdb.base/funcargs.exp: backtrace from call6b
3806 PASS: gdb.base/funcargs.exp: continue to call6c
3807 PASS: gdb.base/funcargs.exp: backtrace from call6c
3808 PASS: gdb.base/funcargs.exp: continue to call6d
3809 PASS: gdb.base/funcargs.exp: backtrace from call6d
3810 PASS: gdb.base/funcargs.exp: continue to call6e
3811 PASS: gdb.base/funcargs.exp: backtrace from call6e
3812 PASS: gdb.base/funcargs.exp: continue to call6f
3813 PASS: gdb.base/funcargs.exp: backtrace from call6f
3814 PASS: gdb.base/funcargs.exp: continue to call6g
3815 PASS: gdb.base/funcargs.exp: backtrace from call6g
3816 PASS: gdb.base/funcargs.exp: continue to call6h
3817 PASS: gdb.base/funcargs.exp: backtrace from call6h
3818 PASS: gdb.base/funcargs.exp: continue to call6i
3819 PASS: gdb.base/funcargs.exp: backtrace from call6i
3820 PASS: gdb.base/funcargs.exp: continue to call6j
3821 PASS: gdb.base/funcargs.exp: backtrace from call6j
3822 PASS: gdb.base/funcargs.exp: continue to call6k
3823 PASS: gdb.base/funcargs.exp: backtrace from call6k
3824 PASS: gdb.base/funcargs.exp: run to call7a
3825 PASS: gdb.base/funcargs.exp: backtrace from call7a
3826 PASS: gdb.base/funcargs.exp: continue to call7b
3827 PASS: gdb.base/funcargs.exp: backtrace from call7b
3828 PASS: gdb.base/funcargs.exp: continue to call7c
3829 PASS: gdb.base/funcargs.exp: backtrace from call7c
3830 PASS: gdb.base/funcargs.exp: continue to call7d
3831 PASS: gdb.base/funcargs.exp: backtrace from call7d
3832 PASS: gdb.base/funcargs.exp: continue to call7e
3833 PASS: gdb.base/funcargs.exp: backtrace from call7e
3834 PASS: gdb.base/funcargs.exp: continue to call7f
3835 PASS: gdb.base/funcargs.exp: backtrace from call7f
3836 PASS: gdb.base/funcargs.exp: continue to call7g
3837 PASS: gdb.base/funcargs.exp: backtrace from call7g
3838 PASS: gdb.base/funcargs.exp: continue to call7h
3839 PASS: gdb.base/funcargs.exp: backtrace from call7h
3840 PASS: gdb.base/funcargs.exp: continue to call7i
3841 PASS: gdb.base/funcargs.exp: backtrace from call7i
3842 PASS: gdb.base/funcargs.exp: continue to call7j
3843 PASS: gdb.base/funcargs.exp: backtrace from call7j
3844 PASS: gdb.base/funcargs.exp: continue to call7k
3845 PASS: gdb.base/funcargs.exp: backtrace from call7k
3846 PASS: gdb.base/funcargs.exp: run to hitbottom
3847 PASS: gdb.base/funcargs.exp: recursive passing of structs by value
3848 PASS: gdb.base/funcargs.exp: print c after runto localvars_after_alloca
3849 PASS: gdb.base/funcargs.exp: print s after runto localvars_after_alloca
3850 PASS: gdb.base/funcargs.exp: print i after runto localvars_after_alloca
3851 PASS: gdb.base/funcargs.exp: print l after runto localvars_after_alloca
3852 PASS: gdb.base/funcargs.exp: next in localvars_after_alloca()
3853 PASS: gdb.base/funcargs.exp: print c in localvars_after_alloca
3854 PASS: gdb.base/funcargs.exp: print s in localvars_after_alloca
3855 PASS: gdb.base/funcargs.exp: print i in localvars_after_alloca
3856 PASS: gdb.base/funcargs.exp: print l in localvars_after_alloca
3857 PASS: gdb.base/funcargs.exp: backtrace after alloca
3858 PASS: gdb.base/funcargs.exp: print c in call_after_alloca
3859 PASS: gdb.base/funcargs.exp: print s in call_after_alloca
3860 PASS: gdb.base/funcargs.exp: print i in call_after_alloca
3861 PASS: gdb.base/funcargs.exp: print l in call_after_alloca
3862 PASS: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr
3863 PASS: gdb.base/funcargs.exp: continue to call0a
3864 PASS: gdb.base/funcargs.exp: print c in localvars_in_indirect_call
3865 PASS: gdb.base/funcargs.exp: print s in localvars_in_indirect_call
3866 PASS: gdb.base/funcargs.exp: print i in localvars_in_indirect_call
3867 PASS: gdb.base/funcargs.exp: print l in localvars_in_indirect_call
3868 PASS: gdb.base/funcargs.exp: backtrace in indirectly called function
3869 PASS: gdb.base/funcargs.exp: finish from indirectly called function
3870 PASS: gdb.base/funcargs.exp: stepping into indirectly called function
3871 PASS: gdb.base/funcargs.exp: finish from marker_call_with_trampolines
3872 PASS: gdb.base/funcargs.exp: stepping into function called with trampolines
3873 PASS: gdb.base/funcargs.exp: backtrace through call with trampolines
3874 PASS: gdb.base/funcargs.exp: stepping back to main from function called with trampolines
3875 Running ./gdb.base/gcore-buffer-overflow.exp ...
3876 PASS: gdb.base/gcore-buffer-overflow.exp: help gcore
3877 PASS: gdb.base/gcore-buffer-overflow.exp: Set buffer exceeding arguments
3878 PASS: gdb.base/gcore-buffer-overflow.exp: save a corefile
3879 Running ./gdb.base/gcore.exp ...
3880 PASS: gdb.base/gcore.exp: help gcore
3881 PASS: gdb.base/gcore.exp: set breakpoint at terminal_func
3882 PASS: gdb.base/gcore.exp: continue to terminal_func
3883 PASS: gdb.base/gcore.exp: save a corefile
3884 FAIL: gdb.base/gcore.exp: re-load generated corefile (bad file format)
3885 Running ./gdb.base/gcore-relro.exp ...
3886 PASS: gdb.base/gcore-relro.exp: help gcore
3887 PASS: gdb.base/gcore-relro.exp: save a corefile
3888 FAIL: gdb.base/gcore-relro.exp: re-load generated corefile
3889 FAIL: gdb.base/gcore-relro.exp: library got loaded
3890 Running ./gdb.base/gdb1056.exp ...
3891 PASS: gdb.base/gdb1056.exp: print 1/0
3892 PASS: gdb.base/gdb1056.exp: Test unsigned division by zero
3893 Running ./gdb.base/gdb1090.exp ...
3894 PASS: gdb.base/gdb1090.exp: continue to breakpoint: break-here
3895 PASS: gdb.base/gdb1090.exp: print s24
3896 Running ./gdb.base/gdb11530.exp ...
3897 PASS: gdb.base/gdb11530.exp: print a.i
3898 PASS: gdb.base/gdb11530.exp: print sizeof (a.i)
3899 PASS: gdb.base/gdb11530.exp: print sizeof (a.i) == sizeof (int)
3900 Running ./gdb.base/gdb11531.exp ...
3901 PASS: gdb.base/gdb11531.exp: Set watchpoint
3902 PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at next
3903 PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
3904 Running ./gdb.base/gdb1250.exp ...
3905 PASS: gdb.base/gdb1250.exp: backtrace from abort
3906 Running ./gdb.base/gdb1555.exp ...
3907 PASS: gdb.base/gdb1555.exp: Step into shared lib function
3908 PASS: gdb.base/gdb1555.exp: Next while in a shared lib function
3909 Running ./gdb.base/gdb1821.exp ...
3910 PASS: gdb.base/gdb1821.exp: print /x bar
3911 Running ./gdb.base/gdbindex-stabs.exp ...
3912 PASS: gdb.base/gdbindex-stabs.exp: list stabs_function
3913 Running ./gdb.base/gdbvars.exp ...
3914 PASS: gdb.base/gdbvars.exp: set print sevenbit-strings
3915 PASS: gdb.base/gdbvars.exp: Set value-history[1] using $1
3916 PASS: gdb.base/gdbvars.exp: Set value-history[2] using $2
3917 PASS: gdb.base/gdbvars.exp: Set value-history[3] using $3
3918 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] using inplicit index $$
3919 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] again using implicit index $$
3920 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using implicit index $
3921 PASS: gdb.base/gdbvars.exp: Print value-history[MAX-2] using explicit index $$2
3922 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $0
3923 PASS: gdb.base/gdbvars.exp: print 108
3924 PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $$0
3925 PASS: gdb.base/gdbvars.exp: Print value-history[1] using explicit index $1
3926 PASS: gdb.base/gdbvars.exp: Print value-history[2] using explicit index $2
3927 PASS: gdb.base/gdbvars.exp: Print value-history[3] using explicit index $3
3928 PASS: gdb.base/gdbvars.exp: Print (value-history[MAX] - 3) using implicit index $
3929 PASS: gdb.base/gdbvars.exp: Use value-history element in arithmetic expression
3930 PASS: gdb.base/gdbvars.exp: Set a new convenience variable
3931 PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable
3932 PASS: gdb.base/gdbvars.exp: Set convenience variable to a new value
3933 PASS: gdb.base/gdbvars.exp: Print new contents of convenience variable
3934 PASS: gdb.base/gdbvars.exp: Set convenience variable $_
3935 PASS: gdb.base/gdbvars.exp: Print contents of convenience variable $_
3936 PASS: gdb.base/gdbvars.exp: Use convenience variable in arithmetic expression
3937 PASS: gdb.base/gdbvars.exp: Use convenience variable assignment in arithmetic expression
3938 PASS: gdb.base/gdbvars.exp: Print contents of uninitialized convenience variable
3939 PASS: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
3940 PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable of program variable
3941 Running ./gdb.base/gnu-debugdata.exp ...
3942 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke i686-pc-linux-gnu-nm
3943 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke awk
3944 PASS: gdb.base/gnu-debugdata.exp: nm -D - invoke sort
3945 PASS: gdb.base/gnu-debugdata.exp: nm - invoke i686-pc-linux-gnu-nm
3946 PASS: gdb.base/gnu-debugdata.exp: nm - invoke awk
3947 PASS: gdb.base/gnu-debugdata.exp: nm - invoke sort
3948 PASS: gdb.base/gnu-debugdata.exp: comm
3949 PASS: gdb.base/gnu-debugdata.exp: objcopy 1
3950 PASS: gdb.base/gnu-debugdata.exp: strip
3951 PASS: gdb.base/gnu-debugdata.exp: copydebug
3952 PASS: gdb.base/gnu-debugdata.exp: addlink
3953 PASS: gdb.base/gnu-debugdata.exp: xz
3954 PASS: gdb.base/gnu-debugdata.exp: objcopy 2
3955 PASS: gdb.base/gnu-debugdata.exp: no symtab
3956 PASS: gdb.base/gnu-debugdata.exp: have symtab
3957 PASS: gdb.base/gnu-debugdata.exp: unload MiniDebugInfo
3958 Running ./gdb.base/gnu-ifunc.exp ...
3959 PASS: gdb.base/gnu-ifunc.exp: continue to breakpoint: break-at-call
3960 FAIL: gdb.base/gnu-ifunc.exp: p gnu_ifunc (3)
3961 FAIL: gdb.base/gnu-ifunc.exp: step
3962 FAIL: gdb.base/gnu-ifunc.exp: continue to break-at-nextcall
3963 FAIL: gdb.base/gnu-ifunc.exp: continue to breakpoint: nextcall gnu_ifunc
3964 FAIL: gdb.base/gnu-ifunc.exp: nextcall gnu_ifunc skipped
3965 PASS: gdb.base/gnu-ifunc.exp: p gnu_ifunc executing
3966 PASS: gdb.base/gnu-ifunc.exp: info sym gnu_ifunc executing
3967 PASS: gdb.base/gnu-ifunc.exp: info addr gnu_ifunc
3968 PASS: gdb.base/gnu-ifunc.exp: info sym <gnu_ifunc-address>
3969 PASS: gdb.base/gnu-ifunc.exp: static gnu_ifunc
3970 Running ./gdb.base/gnu_vector.exp ...
3971 PASS: gdb.base/gnu_vector.exp: print c4
3972 PASS: gdb.base/gnu_vector.exp: print c4[2]
3973 PASS: gdb.base/gnu_vector.exp: print i4a
3974 PASS: gdb.base/gnu_vector.exp: print i4b
3975 PASS: gdb.base/gnu_vector.exp: print i4a + i4b
3976 PASS: gdb.base/gnu_vector.exp: print i4a - i4b
3977 PASS: gdb.base/gnu_vector.exp: print i4a * i4b
3978 PASS: gdb.base/gnu_vector.exp: print i4a / i4b
3979 PASS: gdb.base/gnu_vector.exp: print i4a % i4b
3980 PASS: gdb.base/gnu_vector.exp: print i4a++
3981 PASS: gdb.base/gnu_vector.exp: print ++i4a
3982 PASS: gdb.base/gnu_vector.exp: print i4a--
3983 PASS: gdb.base/gnu_vector.exp: print --i4a
3984 PASS: gdb.base/gnu_vector.exp: print +i4a
3985 PASS: gdb.base/gnu_vector.exp: print -i4a
3986 PASS: gdb.base/gnu_vector.exp: print i4a & i4b
3987 PASS: gdb.base/gnu_vector.exp: print i4a | i4b
3988 PASS: gdb.base/gnu_vector.exp: print i4a ^ i4b
3989 PASS: gdb.base/gnu_vector.exp: print ~i4a
3990 PASS: gdb.base/gnu_vector.exp: print i4a << i4b
3991 PASS: gdb.base/gnu_vector.exp: print i4a >> i4b
3992 PASS: gdb.base/gnu_vector.exp: print f4a
3993 PASS: gdb.base/gnu_vector.exp: print f4b
3994 PASS: gdb.base/gnu_vector.exp: print f4a + f4b
3995 PASS: gdb.base/gnu_vector.exp: print f4a - f4b
3996 PASS: gdb.base/gnu_vector.exp: print f4a * f4b
3997 PASS: gdb.base/gnu_vector.exp: print f4a / f4b
3998 PASS: gdb.base/gnu_vector.exp: print +f4a
3999 PASS: gdb.base/gnu_vector.exp: print -f4a
4000 PASS: gdb.base/gnu_vector.exp: print (char4) 0x01010101
4001 PASS: gdb.base/gnu_vector.exp: print (char4) ia
4002 PASS: gdb.base/gnu_vector.exp: print (int2) lla
4003 PASS: gdb.base/gnu_vector.exp: print (int2) 1
4004 PASS: gdb.base/gnu_vector.exp: print (longlong2) 2
4005 PASS: gdb.base/gnu_vector.exp: print (float2) 3
4006 PASS: gdb.base/gnu_vector.exp: print (double2) 4
4007 PASS: gdb.base/gnu_vector.exp: print (uint4) ia
4008 PASS: gdb.base/gnu_vector.exp: print (int4) -3
4009 PASS: gdb.base/gnu_vector.exp: print (float4) 4
4010 PASS: gdb.base/gnu_vector.exp: print i4b = ia
4011 PASS: gdb.base/gnu_vector.exp: print i4a = 3
4012 PASS: gdb.base/gnu_vector.exp: print f4a = fb
4013 PASS: gdb.base/gnu_vector.exp: print f4b = 2
4014 PASS: gdb.base/gnu_vector.exp: print c4 + lla
4015 PASS: gdb.base/gnu_vector.exp: print i4a + lla
4016 PASS: gdb.base/gnu_vector.exp: print lla + c4
4017 PASS: gdb.base/gnu_vector.exp: print lla + i4a
4018 PASS: gdb.base/gnu_vector.exp: print c4 + ib
4019 PASS: gdb.base/gnu_vector.exp: print i4a + ib
4020 PASS: gdb.base/gnu_vector.exp: print i4a + 1
4021 PASS: gdb.base/gnu_vector.exp: print 1 + i4a
4022 PASS: gdb.base/gnu_vector.exp: print fa - f4b
4023 PASS: gdb.base/gnu_vector.exp: print 2 - f4b
4024 PASS: gdb.base/gnu_vector.exp: print f4a * fb
4025 PASS: gdb.base/gnu_vector.exp: print f4a * 1
4026 PASS: gdb.base/gnu_vector.exp: print ia / i4b
4027 PASS: gdb.base/gnu_vector.exp: print 2 / i4b
4028 PASS: gdb.base/gnu_vector.exp: print i4a % ib
4029 PASS: gdb.base/gnu_vector.exp: print i4a % 1
4030 PASS: gdb.base/gnu_vector.exp: print ia & i4b
4031 PASS: gdb.base/gnu_vector.exp: print 2 & i4b
4032 PASS: gdb.base/gnu_vector.exp: print i4a | ib
4033 PASS: gdb.base/gnu_vector.exp: print i4a | 1
4034 PASS: gdb.base/gnu_vector.exp: print ia ^ i4b
4035 PASS: gdb.base/gnu_vector.exp: print 2 ^ i4b
4036 PASS: gdb.base/gnu_vector.exp: print i4a << ib
4037 PASS: gdb.base/gnu_vector.exp: print i4a << 1
4038 PASS: gdb.base/gnu_vector.exp: print i4a >> ib
4039 PASS: gdb.base/gnu_vector.exp: print i4a >> 1
4040 PASS: gdb.base/gnu_vector.exp: print i4a = {2, 4, 8, 16}
4041 PASS: gdb.base/gnu_vector.exp: print i4a <<= ib
4042 PASS: gdb.base/gnu_vector.exp: print i4a + d2
4043 PASS: gdb.base/gnu_vector.exp: print d2 + i4a
4044 PASS: gdb.base/gnu_vector.exp: print f4a + ll2
4045 PASS: gdb.base/gnu_vector.exp: print ll2 + f4a
4046 PASS: gdb.base/gnu_vector.exp: print i2 + ll2
4047 PASS: gdb.base/gnu_vector.exp: print ll2 + i2
4048 PASS: gdb.base/gnu_vector.exp: print i4a + ll2
4049 PASS: gdb.base/gnu_vector.exp: print ll2 + i4a
4050 PASS: gdb.base/gnu_vector.exp: print f4a + d2
4051 PASS: gdb.base/gnu_vector.exp: print d2 + f4a
4052 PASS: gdb.base/gnu_vector.exp: print ui4 + i4a
4053 PASS: gdb.base/gnu_vector.exp: print i4a + ui4
4054 PASS: gdb.base/gnu_vector.exp: print i4a + i2
4055 PASS: gdb.base/gnu_vector.exp: print i2 + i4a
4056 PASS: gdb.base/gnu_vector.exp: print f4a + f2
4057 PASS: gdb.base/gnu_vector.exp: print f2 + f4a
4058 PASS: gdb.base/gnu_vector.exp: print (double2) f2
4059 PASS: gdb.base/gnu_vector.exp: print (int4) c4
4060 PASS: gdb.base/gnu_vector.exp: print (char4) i4a
4061 PASS: gdb.base/gnu_vector.exp: ptype c4
4062 PASS: gdb.base/gnu_vector.exp: ptype char4
4063 PASS: gdb.base/gnu_vector.exp: ptype i4a
4064 PASS: gdb.base/gnu_vector.exp: ptype int4
4065 PASS: gdb.base/gnu_vector.exp: ptype f4b
4066 PASS: gdb.base/gnu_vector.exp: ptype float4
4067 PASS: gdb.base/gnu_vector.exp: ptype union_with_vector_1
4068 PASS: gdb.base/gnu_vector.exp: ptype struct_with_vector_1
4069 Running ./gdb.base/hashline1.exp ...
4070 PASS: gdb.base/hashline1.exp: set breakpoint
4071 Running ./gdb.base/hashline2.exp ...
4072 PASS: gdb.base/hashline2.exp: set breakpoint
4073 Running ./gdb.base/hashline3.exp ...
4074 PASS: gdb.base/hashline3.exp: set breakpoint
4075 Running ./gdb.base/hbreak2.exp ...
4076 PASS: gdb.base/hbreak2.exp: hardware breakpoint support
4077 PASS: gdb.base/hbreak2.exp: hardware breakpoint insertion
4078 PASS: gdb.base/hbreak2.exp: hardware breakpoint function
4079 PASS: gdb.base/hbreak2.exp: hardware breakpoint quoted function
4080 PASS: gdb.base/hbreak2.exp: hardware breakpoint function in file
4081 PASS: gdb.base/hbreak2.exp: use `list' to establish default source file
4082 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number
4083 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number in file
4084 PASS: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line if conditional
4085 PASS: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line while conditional
4086 PASS: gdb.base/hbreak2.exp: hardware breakpoint info
4087 PASS: gdb.base/hbreak2.exp: hardware breakpoint function (2)
4088 PASS: gdb.base/hbreak2.exp: run until function breakpoint
4089 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number (2)
4090 PASS: gdb.base/hbreak2.exp: run until breakpoint set at a line number
4091 PASS: gdb.base/hbreak2.exp: hardware breakpoint function in file (2)
4092 PASS: gdb.base/hbreak2.exp: run until file:function(6) breakpoint
4093 PASS: gdb.base/hbreak2.exp: run until file:function(5) breakpoint
4094 PASS: gdb.base/hbreak2.exp: run until file:function(4) breakpoint
4095 PASS: gdb.base/hbreak2.exp: run until file:function(3) breakpoint
4096 PASS: gdb.base/hbreak2.exp: run until file:function(2) breakpoint
4097 PASS: gdb.base/hbreak2.exp: run until file:function(1) breakpoint
4098 PASS: gdb.base/hbreak2.exp: hardware breakpoint quoted function (2)
4099 PASS: gdb.base/hbreak2.exp: run until quoted breakpoint
4100 PASS: gdb.base/hbreak2.exp: hardware breakpoint line number in file (2)
4101 PASS: gdb.base/hbreak2.exp: run until file:linenum breakpoint
4102 PASS: gdb.base/hbreak2.exp: hardware breakpoint offset +1
4103 PASS: gdb.base/hbreak2.exp: step onto hardware breakpoint
4104 PASS: gdb.base/hbreak2.exp: setting hardware breakpoint at }
4105 PASS: gdb.base/hbreak2.exp: continue to hardware breakpoint at }
4106 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint function
4107 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint function in file
4108 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #1
4109 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #2
4110 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #1
4111 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #2
4112 PASS: gdb.base/hbreak2.exp: temporary hardware breakpoint info
4113 PASS: gdb.base/hbreak2.exp: set breakpoint pending off
4114 PASS: gdb.base/hbreak2.exp: hardware break on non-existent source line
4115 PASS: gdb.base/hbreak2.exp: until bp_location1
4116 PASS: gdb.base/hbreak2.exp: hardware break on default location
4117 PASS: gdb.base/hbreak2.exp: set to-be-silent hardware break bp_location1
4118 PASS: gdb.base/hbreak2.exp: set silent break bp_location1
4119 PASS: gdb.base/hbreak2.exp: info silent hardware break bp_location1
4120 PASS: gdb.base/hbreak2.exp: hit silent hardware break bp_location1
4121 PASS: gdb.base/hbreak2.exp: stopped for silent hardware break bp_location1
4122 PASS: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on non-existent thread disallowed
4123 PASS: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on bogus thread ID disallowed
4124 PASS: gdb.base/hbreak2.exp: hardware breakpoint with trailing garbage disallowed
4125 PASS: gdb.base/hbreak2.exp: step over hardware breakpoint
4126 PASS: gdb.base/hbreak2.exp: clear line has no breakpoint disallowed
4127 PASS: gdb.base/hbreak2.exp: clear current line has no breakpoint disallowed
4128 PASS: gdb.base/hbreak2.exp: set convenience variable $foo to bp_location11
4129 PASS: gdb.base/hbreak2.exp: set hardware breakpoint via convenience variable
4130 PASS: gdb.base/hbreak2.exp: set convenience variable $foo to 81.5
4131 PASS: gdb.base/hbreak2.exp: set hardware breakpoint via non-integer convenience variable disallowed
4132 PASS: gdb.base/hbreak2.exp: set hardware breakpoint on to-be-called function
4133 PASS: gdb.base/hbreak2.exp: hit hardware breakpoint on called function
4134 PASS: gdb.base/hbreak2.exp: backtrace while in called function
4135 PASS: gdb.base/hbreak2.exp: finish from called function
4136 PASS: gdb.base/hbreak2.exp: hardware break at factorial
4137 PASS: gdb.base/hbreak2.exp: kill program
4138 PASS: gdb.base/hbreak2.exp: run to factorial(6)
4139 PASS: gdb.base/hbreak2.exp: continue to factorial(5)
4140 PASS: gdb.base/hbreak2.exp: backtrace from factorial(5)
4141 PASS: gdb.base/hbreak2.exp: next to recursive call
4142 PASS: gdb.base/hbreak2.exp: next over recursive call
4143 PASS: gdb.base/hbreak2.exp: backtrace from factorial(5.1)
4144 PASS: gdb.base/hbreak2.exp: continue until exit at recursive next test
4145 PASS: gdb.base/hbreak2.exp: hardware breakpoint function, optimized file
4146 PASS: gdb.base/hbreak2.exp: run until hardware function breakpoint, optimized file (code motion)
4147 PASS: gdb.base/hbreak2.exp: hardware breakpoint small function, optimized file
4148 PASS: gdb.base/hbreak2.exp: run until hardware breakpoint set at small function, optimized file
4149 Running ./gdb.base/hbreak.exp ...
4150 Running ./gdb.base/help.exp ...
4151 PASS: gdb.base/help.exp: disable pagination
4152 PASS: gdb.base/help.exp: help aliases
4153 PASS: gdb.base/help.exp: help breakpoints
4154 PASS: gdb.base/help.exp: help data
4155 PASS: gdb.base/help.exp: help files
4156 PASS: gdb.base/help.exp: help internals
4157 PASS: gdb.base/help.exp: help obscure
4158 PASS: gdb.base/help.exp: help running
4159 PASS: gdb.base/help.exp: help stack
4160 PASS: gdb.base/help.exp: help status
4161 PASS: gdb.base/help.exp: help support
4162 PASS: gdb.base/help.exp: help tracepoints
4163 PASS: gdb.base/help.exp: help user-defined
4164 PASS: gdb.base/help.exp: help breakpoint "b" abbreviation
4165 PASS: gdb.base/help.exp: help breakpoint "br" abbreviation
4166 PASS: gdb.base/help.exp: help breakpoint "bre" abbreviation
4167 PASS: gdb.base/help.exp: help breakpoint "brea" abbreviation
4168 PASS: gdb.base/help.exp: help breakpoint "break" abbreviation
4169 PASS: gdb.base/help.exp: help backtrace "bt" abbreviation
4170 PASS: gdb.base/help.exp: help backtrace
4171 PASS: gdb.base/help.exp: help commands
4172 PASS: gdb.base/help.exp: help delete "d" abbreviation
4173 PASS: gdb.base/help.exp: help delete
4174 PASS: gdb.base/help.exp: help help "h" abbreviation
4175 PASS: gdb.base/help.exp: help help
4176 PASS: gdb.base/help.exp: help show copying
4177 PASS: gdb.base/help.exp: help show warranty
4178 PASS: gdb.base/help.exp: help show commands
4179 PASS: gdb.base/help.exp: help show confirm
4180 PASS: gdb.base/help.exp: help info bogus-gdb-command
4181 PASS: gdb.base/help.exp: help gotcha
4182 PASS: gdb.base/help.exp: apropos \(print[^ bsiedf\".-]\)
4183 PASS: gdb.base/help.exp: apropos handle signal
4184 PASS: gdb.base/help.exp: apropos apropos
4185 Running ./gdb.base/hook-stop-continue.exp ...
4186 PASS: gdb.base/hook-stop-continue.exp: breakpoint line number
4187 PASS: gdb.base/hook-stop-continue.exp: print $do_continue = 1
4188 PASS: gdb.base/hook-stop-continue.exp: define hook-stop command
4189 PASS: gdb.base/hook-stop-continue.exp: next triggering hook-stop
4190 PASS: gdb.base/hook-stop-continue.exp: next no hook-stop
4191 Running ./gdb.base/hook-stop-frame.exp ...
4192 PASS: gdb.base/hook-stop-frame.exp: breakpoint line number
4193 PASS: gdb.base/hook-stop-frame.exp: define hook-stop command
4194 PASS: gdb.base/hook-stop-frame.exp: hook-stop runs before frame print
4195 Running ./gdb.base/huge.exp ...
4196 PASS: gdb.base/huge.exp: print a very large data object
4197 Running ./gdb.base/ifelse.exp ...
4198 PASS: gdb.base/ifelse.exp: if 1 with empty body
4199 PASS: gdb.base/ifelse.exp: if 0 with empty body
4200 PASS: gdb.base/ifelse.exp: if true else false #1
4201 PASS: gdb.base/ifelse.exp: if 1 .. else with empty body
4202 PASS: gdb.base/ifelse.exp: if true else false #2
4203 PASS: gdb.base/ifelse.exp: if 0 .. else with empty body
4204 PASS: gdb.base/ifelse.exp: if true else false #3
4205 PASS: gdb.base/ifelse.exp: create define with empty else
4206 PASS: gdb.base/ifelse.exp: call original define
4207 PASS: gdb.base/ifelse.exp: replace define with if .. else with empty body
4208 PASS: gdb.base/ifelse.exp: call replacement define
4209 Running ./gdb.base/included.exp ...
4210 PASS: gdb.base/included.exp: set listsize 1
4211 PASS: gdb.base/included.exp: list main
4212 PASS: gdb.base/included.exp: list integer
4213 PASS: gdb.base/included.exp: ptype integer
4214 PASS: gdb.base/included.exp: info variables integer
4215 Running ./gdb.base/inferior-died.exp ...
4216 UNSUPPORTED: gdb.base/inferior-died.exp: inferior-died.exp
4217 Running ./gdb.base/infnan.exp ...
4218 PASS: gdb.base/infnan.exp: print a
4219 PASS: gdb.base/infnan.exp: print b
4220 Running ./gdb.base/info-fun.exp ...
4221 Running ./gdb.base/infoline.exp ...
4222 PASS: gdb.base/infoline.exp: info line infoline.c:18
4223 Running ./gdb.base/info-macros.exp ...
4224 FAIL: gdb.base/info-macros.exp: info macro -- -all
4225 FAIL: gdb.base/info-macros.exp: info macro -- -all
4226 PASS: gdb.base/info-macros.exp: info macro -all --
4227 PASS: gdb.base/info-macros.exp: info macro -all --
4228 PASS: gdb.base/info-macros.exp: info macro -all --
4229 PASS: gdb.base/info-macros.exp: info macro --
4230 PASS: gdb.base/info-macros.exp: 'info macro -- '
4231 PASS: gdb.base/info-macros.exp: 'info macro -- '
4232 PASS: gdb.base/info-macros.exp: info macro -invalid-option 1
4233 PASS: gdb.base/info-macros.exp: info macro -invalid-option
4234 PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO
4235 PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO
4236 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4237 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4238 FAIL: gdb.base/info-macros.exp: info macro -- FOO
4239 FAIL: gdb.base/info-macros.exp: info macro FOO
4240 FAIL: gdb.base/info-macros.exp: info macro FOO
4241 FAIL: gdb.base/info-macros.exp: info macro -a FOO 1
4242 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO 1
4243 FAIL: gdb.base/info-macros.exp: info macro -all -- FOO 1
4244 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO
4245 FAIL: gdb.base/info-macros.exp: info macro -a -- FOO
4246 FAIL: gdb.base/info-macros.exp: info macros 2
4247 FAIL: gdb.base/info-macros.exp: info macros 3
4248 FAIL: gdb.base/info-macros.exp: info macros 4
4249 FAIL: gdb.base/info-macros.exp: info macros *$pc
4250 FAIL: gdb.base/info-macros.exp: info macros
4251 FAIL: gdb.base/info-macros.exp: info macros 6
4252 FAIL: gdb.base/info-macros.exp: info macros 7
4253 KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42 (PRMS: gdb/NNNN)
4254 Running ./gdb.base/info-os.exp ...
4255 PASS: gdb.base/info-os.exp: get inferior process ID
4256 PASS: gdb.base/info-os.exp: continue to breakpoint: Set breakpoint here
4257 PASS: gdb.base/info-os.exp: get shared memory key
4258 PASS: gdb.base/info-os.exp: get shared memory ID
4259 PASS: gdb.base/info-os.exp: get semaphore key
4260 PASS: gdb.base/info-os.exp: get semaphore ID
4261 PASS: gdb.base/info-os.exp: get message queue key
4262 PASS: gdb.base/info-os.exp: get message queue ID
4263 PASS: gdb.base/info-os.exp: get socket port number
4264 PASS: gdb.base/info-os.exp: get process list
4265 PASS: gdb.base/info-os.exp: get process groups
4266 PASS: gdb.base/info-os.exp: get threads
4267 PASS: gdb.base/info-os.exp: get threads
4268 PASS: gdb.base/info-os.exp: get file descriptors
4269 PASS: gdb.base/info-os.exp: get internet-domain sockets
4270 PASS: gdb.base/info-os.exp: get shared-memory regions
4271 PASS: gdb.base/info-os.exp: get semaphores
4272 PASS: gdb.base/info-os.exp: get message queues
4273 PASS: gdb.base/info-os.exp: continue
4274 Running ./gdb.base/info-proc.exp ...
4275 PASS: gdb.base/info-proc.exp: help info proc
4276 PASS: gdb.base/info-proc.exp: info proc without a process
4277 PASS: gdb.base/info-proc.exp: info proc with process
4278 PASS: gdb.base/info-proc.exp: info proc mapping
4279 PASS: gdb.base/info-proc.exp: save a core file
4280 FAIL: gdb.base/info-proc.exp: core break.gcore
4281 FAIL: gdb.base/info-proc.exp: info proc mapping with core file
4282 Running ./gdb.base/info-target.exp ...
4283 PASS: gdb.base/info-target.exp: info target
4284 Running ./gdb.base/interact.exp ...
4285 PASS: gdb.base/interact.exp: set interactive-mode auto
4286 PASS: gdb.base/interact.exp: source script with interactive-mode auto
4287 PASS: gdb.base/interact.exp: sanity check with interactive-mode auto
4288 PASS: gdb.base/interact.exp: show interactive-mode (auto)
4289 PASS: gdb.base/interact.exp: set interactive-mode on
4290 PASS: gdb.base/interact.exp: source script with interactive-mode on
4291 PASS: gdb.base/interact.exp: sanity check with interactive-mode on
4292 PASS: gdb.base/interact.exp: show interactive-mode (on)
4293 PASS: gdb.base/interact.exp: set interactive-mode off
4294 PASS: gdb.base/interact.exp: source script with interactive-mode off
4295 PASS: gdb.base/interact.exp: sanity check with interactive-mode off
4296 PASS: gdb.base/interact.exp: show interactive-mode (off)
4297 Running ./gdb.base/interp.exp ...
4298 PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
4299 PASS: gdb.base/interp.exp: interpreter-exec console "show version"
4300 PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
4301 PASS: gdb.base/interp.exp: interpreter-exec mi "-stack-info-frame"
4302 PASS: gdb.base/interp.exp: interpreter-exec mi1 "-break-insert main"
4303 PASS: gdb.base/interp.exp: interpreter-exec mi2 "-break-insert main"
4304 PASS: gdb.base/interp.exp: interpreter-exec mi3 "-break-insert main"
4305 PASS: gdb.base/interp.exp: can list sources
4306 Running ./gdb.base/interrupt.exp ...
4307 Running ./gdb.base/jit.exp ...
4308 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 0
4309 PASS: gdb.base/jit.exp: one_jit_test-1: set var argc = 2
4310 PASS: gdb.base/jit.exp: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4311 PASS: gdb.base/jit.exp: one_jit_test-1: set var count = 1
4312 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 1
4313 PASS: gdb.base/jit.exp: one_jit_test-1: info function jit_function
4314 PASS: gdb.base/jit.exp: one_jit_test-1: continue to breakpoint: break here 2
4315 PASS: gdb.base/jit.exp: one_jit_test-1: info function jit_function
4316 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 0
4317 PASS: gdb.base/jit.exp: one_jit_test-2: set var argc = 2
4318 PASS: gdb.base/jit.exp: one_jit_test-2: set var libname = "SHLIBDIR/jit-solib.so"
4319 PASS: gdb.base/jit.exp: one_jit_test-2: set var count = 2
4320 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 1
4321 PASS: gdb.base/jit.exp: one_jit_test-2: info function jit_function
4322 PASS: gdb.base/jit.exp: one_jit_test-2: continue to breakpoint: break here 2
4323 PASS: gdb.base/jit.exp: one_jit_test-2: info function jit_function
4324 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 0
4325 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var argc = 2
4326 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4327 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: set var count = 1
4328 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 1
4329 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: info function jit_function
4330 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: continue to breakpoint: break here 2
4331 PASS: gdb.base/jit.exp: PIE: one_jit_test-1: info function jit_function
4332 Running ./gdb.base/jit-simple.exp ...
4333 PASS: gdb.base/jit-simple.exp: blah 1
4334 PASS: gdb.base/jit-simple.exp: recompile jit-simple.c
4335 PASS: gdb.base/jit-simple.exp: blah 1
4336 Running ./gdb.base/jit-so.exp ...
4337 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here before-dlopen
4338 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var jit_libname = "jit-main.so"
4339 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here after-dlopen
4340 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 0
4341 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var argc = 2
4342 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so"
4343 PASS: gdb.base/jit-so.exp: one_jit_test-1: set var count = 1
4344 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 1
4345 PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
4346 PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2
4347 PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
4348 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here before-dlopen
4349 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var jit_libname = "jit-main.so"
4350 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here after-dlopen
4351 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 0
4352 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var argc = 2
4353 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var libname = "SHLIBDIR/jit-solib.so"
4354 PASS: gdb.base/jit-so.exp: one_jit_test-2: set var count = 2
4355 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 1
4356 PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
4357 PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2
4358 PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
4359 Running ./gdb.base/jump.exp ...
4360 PASS: gdb.base/jump.exp: break before jump to non-call
4361 PASS: gdb.base/jump.exp: jump to non-call
4362 PASS: gdb.base/jump.exp: break before jump to call
4363 PASS: gdb.base/jump.exp: jump to call
4364 PASS: gdb.base/jump.exp: disable breakpoint on call
4365 PASS: gdb.base/jump.exp: jump to call with disabled breakpoint
4366 PASS: gdb.base/jump.exp: jump without argument disallowed
4367 PASS: gdb.base/jump.exp: jump with trailing argument junk
4368 PASS: gdb.base/jump.exp: aborted jump out of current function
4369 PASS: gdb.base/jump.exp: jump out of current function
4370 Running ./gdb.base/kill-after-signal.exp ...
4371 PASS: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass
4372 PASS: gdb.base/kill-after-signal.exp: continue
4373 PASS: gdb.base/kill-after-signal.exp: stepi
4374 PASS: gdb.base/kill-after-signal.exp: kill
4375 Running ./gdb.base/label.exp ...
4376 Running ./gdb.base/langs.exp ...
4377 PASS: gdb.base/langs.exp: break on nonexistent function in langs.exp
4378 PASS: gdb.base/langs.exp: show language at csub in langs.exp
4379 PASS: gdb.base/langs.exp: backtrace in langs.exp
4380 PASS: gdb.base/langs.exp: up to foo in langs.exp
4381 PASS: gdb.base/langs.exp: show language at foo in langs.exp
4382 PASS: gdb.base/langs.exp: up to cppsub_ in langs.exp
4383 PASS: gdb.base/langs.exp: show language at cppsub_ in langs.exp
4384 PASS: gdb.base/langs.exp: up to fsub in langs.exp
4385 PASS: gdb.base/langs.exp: show language at fsub in langs.exp
4386 PASS: gdb.base/langs.exp: up to langs0__2do in langs.exp
4387 PASS: gdb.base/langs.exp: show language at langs0__2do in langs.exp
4388 PASS: gdb.base/langs.exp: up to main in langs.exp
4389 PASS: gdb.base/langs.exp: show language at main in langs.exp
4390 PASS: gdb.base/langs.exp: continue until exit at langs.exp
4391 PASS: gdb.base/langs.exp: set lang to minimal
4392 PASS: gdb.base/langs.exp: print parameter value
4393 Running ./gdb.base/ldbl_e308.exp ...
4394 PASS: gdb.base/ldbl_e308.exp: set variable ldbl_308 = 1.6e+308l
4395 PASS: gdb.base/ldbl_e308.exp: print ldbl_308
4396 Running ./gdb.base/lineinc.exp ...
4397 PASS: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
4398 Running ./gdb.base/linespecs.exp ...
4399 PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c:1
4400 PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
4401 PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c:1
4402 PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c
4403 Running ./gdb.base/list.exp ...
4404 PASS: gdb.base/list.exp: set width 0
4405 PASS: gdb.base/list.exp: show default list size
4406 PASS: gdb.base/list.exp: list default lines around main
4407 PASS: gdb.base/list.exp: setting listsize to 1 #1
4408 PASS: gdb.base/list.exp: show listsize 1 #1
4409 PASS: gdb.base/list.exp: list line 1 with listsize 1
4410 PASS: gdb.base/list.exp: list line 2 with listsize 1
4411 PASS: gdb.base/list.exp: setting listsize to 2 #2
4412 PASS: gdb.base/list.exp: show listsize 2 #2
4413 PASS: gdb.base/list.exp: list line 1 with listsize 2
4414 PASS: gdb.base/list.exp: list line 2 with listsize 2
4415 PASS: gdb.base/list.exp: list line 3 with listsize 2
4416 PASS: gdb.base/list.exp: setting listsize to 3 #3
4417 PASS: gdb.base/list.exp: show listsize 3 #3
4418 PASS: gdb.base/list.exp: list line 1 with listsize 3
4419 PASS: gdb.base/list.exp: list line 2 with listsize 3
4420 PASS: gdb.base/list.exp: list line 3 with listsize 3
4421 PASS: gdb.base/list.exp: setting listsize to 4 #4
4422 PASS: gdb.base/list.exp: show listsize 4 #4
4423 PASS: gdb.base/list.exp: list line 1 with listsize 4
4424 PASS: gdb.base/list.exp: list line 2 with listsize 4
4425 PASS: gdb.base/list.exp: list line 3 with listsize 4
4426 PASS: gdb.base/list.exp: list line 4 with listsize 4
4427 PASS: gdb.base/list.exp: setting listsize to 100 #5
4428 PASS: gdb.base/list.exp: show listsize 100 #5
4429 PASS: gdb.base/list.exp: list line 1 with listsize 100
4430 PASS: gdb.base/list.exp: list line 10 with listsize 100
4431 PASS: gdb.base/list.exp: setting listsize to 0 #6
4432 PASS: gdb.base/list.exp: show listsize unlimited #6
4433 PASS: gdb.base/list.exp: list line 1 with unlimited listsize
4434 PASS: gdb.base/list.exp: setting listsize to 10 #7
4435 PASS: gdb.base/list.exp: show listsize 10 #7
4436 PASS: gdb.base/list.exp: list line 1 in include file
4437 PASS: gdb.base/list.exp: list message for lines past EOF
4438 PASS: gdb.base/list.exp: list filename:number (4 tests)
4439 PASS: gdb.base/list.exp: list function in source file 1
4440 PASS: gdb.base/list.exp: list function in source file 2
4441 PASS: gdb.base/list.exp: list function in include file
4442 PASS: gdb.base/list.exp: successive list commands to page forward (4 tests)
4443 PASS: gdb.base/list.exp: 4 successive "list -" commands to page backwards
4444 PASS: gdb.base/list.exp: repeat list commands to page forward using 'return' (4 tests)
4445 PASS: gdb.base/list.exp: list range; filename:line1,filename:line2
4446 PASS: gdb.base/list.exp: list range; line1,line2
4447 PASS: gdb.base/list.exp: list range; upper bound past EOF
4448 PASS: gdb.base/list.exp: list range; both bounds past EOF
4449 PASS: gdb.base/list.exp: list range, must be same files
4450 PASS: gdb.base/list.exp: list filename:function (5 tests)
4451 PASS: gdb.base/list.exp: list 'list0.c:main'
4452 XFAIL: gdb.base/list.exp: list filename:function; wrong filename rejected
4453 PASS: gdb.base/list.exp: list filename:function; nonexistant file
4454 PASS: gdb.base/list.exp: list filename:function; nonexistant function
4455 PASS: gdb.base/list.exp: set listsize 4
4456 PASS: gdb.base/list.exp: list long_line
4457 PASS: gdb.base/list.exp: search 4321
4458 PASS: gdb.base/list.exp: search 6789
4459 PASS: gdb.base/list.exp: search extremely long line (> 5000 chars)
4460 PASS: gdb.base/list.exp: set listsize 2
4461 PASS: gdb.base/list.exp: list 1
4462 PASS: gdb.base/list.exp: list ,5
4463 Running ./gdb.base/logical.exp ...
4464 PASS: gdb.base/logical.exp: evaluate x; variables x = 0; expecting 0
4465 PASS: gdb.base/logical.exp: evaluate !x; variables x = 0; expecting 1
4466 PASS: gdb.base/logical.exp: evaluate !!x; variables x = 0; expecting 0
4467 PASS: gdb.base/logical.exp: evaluate x; variables x = 1; expecting 1
4468 PASS: gdb.base/logical.exp: evaluate !x; variables x = 1; expecting 0
4469 PASS: gdb.base/logical.exp: evaluate !!x; variables x = 1; expecting 1
4470 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 0; expecting 0
4471 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 0; expecting 0
4472 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 0; expecting 0
4473 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 0; expecting 1
4474 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 0; expecting 0
4475 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 0; expecting 1
4476 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 0; expecting 1
4477 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 0; expecting 1
4478 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 0; expecting 0
4479 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 0; expecting 1
4480 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 0; expecting 1
4481 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 0; expecting 0
4482 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 0; expecting 1
4483 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 0; expecting 0
4484 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 1; expecting 0
4485 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 1; expecting 1
4486 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 1; expecting 0
4487 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 1; expecting 0
4488 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 1; expecting 1
4489 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 1; expecting 1
4490 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 1; expecting 0
4491 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 1; expecting 1
4492 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 1; expecting 1
4493 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 1; expecting 1
4494 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 1; expecting 0
4495 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 1; expecting 1
4496 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 1; expecting 0
4497 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 1; expecting 0
4498 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 0; expecting 0
4499 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 0; expecting 0
4500 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 0; expecting 1
4501 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 0; expecting 0
4502 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 0; expecting 1
4503 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 0; expecting 0
4504 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 0; expecting 1
4505 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 0; expecting 1
4506 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 0; expecting 0
4507 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 0; expecting 0
4508 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 0; expecting 0
4509 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 0; expecting 1
4510 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 0; expecting 1
4511 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 0; expecting 1
4512 PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 1; expecting 1
4513 PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 1; expecting 0
4514 PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 1; expecting 0
4515 PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 1; expecting 0
4516 PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 1; expecting 1
4517 PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 1; expecting 1
4518 PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 1; expecting 1
4519 PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 1; expecting 0
4520 PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 1; expecting 0
4521 PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 1; expecting 1
4522 PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 1; expecting 1
4523 PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 1; expecting 0
4524 PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 1; expecting 1
4525 PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 1; expecting 0
4526 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 0; expecting 0
4527 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 0; expecting 0
4528 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 0; expecting 0
4529 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 0; expecting 0
4530 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 0; expecting 0
4531 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 0; expecting 1
4532 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 0; expecting 1
4533 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 1; expecting 0
4534 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 1; expecting 0
4535 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 1; expecting 1
4536 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 1; expecting 1
4537 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 1; expecting 1
4538 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 1; expecting 1
4539 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 1; expecting 1
4540 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 0; expecting 0
4541 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 0; expecting 0
4542 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 0; expecting 0
4543 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 0; expecting 1
4544 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 0; expecting 0
4545 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 0; expecting 1
4546 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 0; expecting 1
4547 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 1; expecting 0
4548 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 1; expecting 1
4549 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 1; expecting 1
4550 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 1; expecting 1
4551 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 1; expecting 0
4552 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 1; expecting 1
4553 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 1; expecting 1
4554 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 0; expecting 0
4555 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 0; expecting 1
4556 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 0; expecting 0
4557 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 0; expecting 1
4558 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 0; expecting 1
4559 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 0; expecting 0
4560 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 0; expecting 0
4561 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 1; expecting 0
4562 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 1; expecting 1
4563 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 1; expecting 1
4564 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 1; expecting 1
4565 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 1; expecting 1
4566 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 1; expecting 0
4567 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 1; expecting 0
4568 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 0; expecting 0
4569 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 0; expecting 1
4570 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 0; expecting 1
4571 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 0; expecting 1
4572 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 0; expecting 1
4573 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 0; expecting 0
4574 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 0; expecting 1
4575 PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 1; expecting 1
4576 PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 1; expecting 1
4577 PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 1; expecting 1
4578 PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 1; expecting 1
4579 PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 1; expecting 1
4580 PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 1; expecting 1
4581 PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 1; expecting 0
4582 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 3, z = 3; expecti…
4583 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 3, z = 3; expect…
4584 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 3, z = 3; expect…
4585 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 1, z = 3; expecti…
4586 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 1, z = 3; expect…
4587 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 1, z = 3; expect…
4588 PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 2, y = 2, w = 2, z = 3; expecti…
4589 PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 2, y = 2, w = 2, z = 3; expect…
4590 PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 2, y = 2, w = 2, z = 3; expect…
4591 Running ./gdb.base/longest-types.exp ...
4592 UNTESTED: gdb.base/longest-types.exp: longest-types.exp
4593 Running ./gdb.base/longjmp.exp ...
4594 PASS: gdb.base/longjmp.exp: breakpoint at pattern 1 start
4595 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 1 start
4596 PASS: gdb.base/longjmp.exp: breakpoint at miss_step_1
4597 PASS: gdb.base/longjmp.exp: next over setjmp (1)
4598 PASS: gdb.base/longjmp.exp: next to longjmp (1)
4599 FAIL: gdb.base/longjmp.exp: next over longjmp(1)
4600 PASS: gdb.base/longjmp.exp: breakpoint at pattern 2 start
4601 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 2 start
4602 PASS: gdb.base/longjmp.exp: breakpoint at miss_step_2
4603 PASS: gdb.base/longjmp.exp: next over setjmp (2)
4604 FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
4605 PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start
4606 PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start
4607 FAIL: gdb.base/longjmp.exp: next over patt3
4608 Running ./gdb.base/long_long.exp ...
4609 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (char)" (1)
4610 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (short)" (2)
4611 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (int)" (4)
4612 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long)" (4)
4613 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long long)" (8)
4614 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (void *)" (4)
4615 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (double)" (8)
4616 PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long double)" (12)
4617 PASS: gdb.base/long_long.exp: continue to breakpoint: Stop here and look
4618 PASS: gdb.base/long_long.exp: hex print p/x
4619 PASS: gdb.base/long_long.exp: decimal print p/x
4620 PASS: gdb.base/long_long.exp: default print val.dec
4621 PASS: gdb.base/long_long.exp: default print val.bin
4622 PASS: gdb.base/long_long.exp: default print val.oct
4623 PASS: gdb.base/long_long.exp: default print hex
4624 PASS: gdb.base/long_long.exp: decimal print p/u
4625 PASS: gdb.base/long_long.exp: binary print
4626 PASS: gdb.base/long_long.exp: octal print
4627 PASS: gdb.base/long_long.exp: print +ve long long
4628 PASS: gdb.base/long_long.exp: decimal print p/d
4629 PASS: gdb.base/long_long.exp: p/d val.oct
4630 PASS: gdb.base/long_long.exp: p/u val.oct
4631 PASS: gdb.base/long_long.exp: p/o val.oct
4632 PASS: gdb.base/long_long.exp: p/t val.oct
4633 PASS: gdb.base/long_long.exp: p/a val.oct
4634 PASS: gdb.base/long_long.exp: p/c val.oct
4635 PASS: gdb.base/long_long.exp: p/f val.oct
4636 PASS: gdb.base/long_long.exp: p/x *(char *)c
4637 PASS: gdb.base/long_long.exp: p/d *(char *)c
4638 PASS: gdb.base/long_long.exp: p/u *(char *)c
4639 PASS: gdb.base/long_long.exp: p/o *(char *)c
4640 PASS: gdb.base/long_long.exp: p/t *(char *)c
4641 PASS: gdb.base/long_long.exp: p/a *(char *)c
4642 PASS: gdb.base/long_long.exp: p/f *(char *)c
4643 PASS: gdb.base/long_long.exp: p/c *(char *)c
4644 PASS: gdb.base/long_long.exp: p/x *(short *)s
4645 PASS: gdb.base/long_long.exp: p/d *(short *)s
4646 PASS: gdb.base/long_long.exp: p/u *(short *)s
4647 PASS: gdb.base/long_long.exp: p/o *(short *)s
4648 PASS: gdb.base/long_long.exp: p/t *(short *)s
4649 PASS: gdb.base/long_long.exp: p/a *(short *)s
4650 PASS: gdb.base/long_long.exp: p/f *(short *)s
4651 PASS: gdb.base/long_long.exp: p/c *(short *)s
4652 PASS: gdb.base/long_long.exp: p/x *(int *)i
4653 PASS: gdb.base/long_long.exp: p/d *(int *)i
4654 PASS: gdb.base/long_long.exp: p/u *(int *)i
4655 PASS: gdb.base/long_long.exp: p/o *(int *)i
4656 PASS: gdb.base/long_long.exp: p/t *(int *)i
4657 PASS: gdb.base/long_long.exp: p/a *(int *)i
4658 PASS: gdb.base/long_long.exp: p/f *(int *)i
4659 PASS: gdb.base/long_long.exp: p/c *(int *)i
4660 PASS: gdb.base/long_long.exp: p/x *(long *)l
4661 PASS: gdb.base/long_long.exp: p/d *(long *)l
4662 PASS: gdb.base/long_long.exp: p/u *(long *)l
4663 PASS: gdb.base/long_long.exp: p/o *(long *)l
4664 PASS: gdb.base/long_long.exp: p/t *(long *)l
4665 PASS: gdb.base/long_long.exp: p/a *(long *)l
4666 PASS: gdb.base/long_long.exp: p/f *(long *)l
4667 PASS: gdb.base/long_long.exp: p/c *(long *)l
4668 PASS: gdb.base/long_long.exp: p/x *(long long *)ll
4669 PASS: gdb.base/long_long.exp: p/d *(long long *)ll
4670 PASS: gdb.base/long_long.exp: p/u *(long long *)ll
4671 PASS: gdb.base/long_long.exp: p/o *(long long *)ll
4672 PASS: gdb.base/long_long.exp: p/t *(long long *)ll
4673 PASS: gdb.base/long_long.exp: p/a *(long long *)ll
4674 PASS: gdb.base/long_long.exp: p/f *(long long *)ll
4675 PASS: gdb.base/long_long.exp: p/c *(long long *)ll
4676 PASS: gdb.base/long_long.exp: set examine size to w
4677 PASS: gdb.base/long_long.exp: x/x w
4678 PASS: gdb.base/long_long.exp: x/d w
4679 PASS: gdb.base/long_long.exp: x/u w
4680 PASS: gdb.base/long_long.exp: x/o w
4681 PASS: gdb.base/long_long.exp: x/t w
4682 PASS: gdb.base/long_long.exp: x/a
4683 PASS: gdb.base/long_long.exp: x/c b
4684 PASS: gdb.base/long_long.exp: x/f &val.oct
4685 PASS: gdb.base/long_long.exp: set examine size to g
4686 PASS: gdb.base/long_long.exp: x/2x g
4687 PASS: gdb.base/long_long.exp: x/2d g
4688 PASS: gdb.base/long_long.exp: x/2u g
4689 PASS: gdb.base/long_long.exp: x/2o g
4690 PASS: gdb.base/long_long.exp: x/2t g
4691 PASS: gdb.base/long_long.exp: x/2a
4692 PASS: gdb.base/long_long.exp: x/2c b
4693 PASS: gdb.base/long_long.exp: x/2f &val.oct
4694 PASS: gdb.base/long_long.exp: x/2bx b
4695 PASS: gdb.base/long_long.exp: x/2bd b
4696 PASS: gdb.base/long_long.exp: x/2bu b
4697 PASS: gdb.base/long_long.exp: x/2bo b
4698 PASS: gdb.base/long_long.exp: x/2bt b
4699 PASS: gdb.base/long_long.exp: x/2ba b
4700 PASS: gdb.base/long_long.exp: x/2bc b
4701 PASS: gdb.base/long_long.exp: x/2bf b
4702 PASS: gdb.base/long_long.exp: x/2hx h
4703 PASS: gdb.base/long_long.exp: x/2hd h
4704 PASS: gdb.base/long_long.exp: x/2hu h
4705 PASS: gdb.base/long_long.exp: x/2ho h
4706 PASS: gdb.base/long_long.exp: x/2ht h
4707 PASS: gdb.base/long_long.exp: x/2ha h
4708 PASS: gdb.base/long_long.exp: x/2hc h
4709 PASS: gdb.base/long_long.exp: x/2hf h
4710 PASS: gdb.base/long_long.exp: x/2wx w
4711 PASS: gdb.base/long_long.exp: x/2wd w
4712 PASS: gdb.base/long_long.exp: x/2wu w
4713 PASS: gdb.base/long_long.exp: x/2wo w
4714 PASS: gdb.base/long_long.exp: x/2wt w
4715 PASS: gdb.base/long_long.exp: x/2wa w
4716 PASS: gdb.base/long_long.exp: x/2wc w
4717 PASS: gdb.base/long_long.exp: x/2wf w
4718 PASS: gdb.base/long_long.exp: x/2gx g
4719 PASS: gdb.base/long_long.exp: x/2gd g
4720 PASS: gdb.base/long_long.exp: x/2gu g
4721 PASS: gdb.base/long_long.exp: x/2go g
4722 PASS: gdb.base/long_long.exp: x/2gt g
4723 PASS: gdb.base/long_long.exp: x/2ga g
4724 PASS: gdb.base/long_long.exp: x/2gc g
4725 PASS: gdb.base/long_long.exp: x/2gf g
4726 Running ./gdb.base/macscp.exp ...
4727 PASS: gdb.base/macscp.exp: list main for support check
4728 UNSUPPORTED: gdb.base/macscp.exp: Skipping test because debug information does not include macro in…
4729 Running ./gdb.base/maint.exp ...
4730 PASS: gdb.base/maint.exp: set height 0
4731 PASS: gdb.base/maint.exp: maint print registers
4732 PASS: gdb.base/maint.exp: maint check-symtabs
4733 PASS: gdb.base/maint.exp: maint space
4734 PASS: gdb.base/maint.exp: maint space 1
4735 PASS: gdb.base/maint.exp: maint time
4736 PASS: gdb.base/maint.exp: maint time 1
4737 PASS: gdb.base/maint.exp: maint time 0
4738 PASS: gdb.base/maint.exp: maint space 0
4739 PASS: gdb.base/maint.exp: maint demangle
4740 PASS: gdb.base/maint.exp: maint demangle main
4741 PASS: gdb.base/maint.exp: maint print statistics
4742 PASS: gdb.base/maint.exp: maint print dummy-frames
4743 PASS: gdb.base/maint.exp: maint print objfiles: header
4744 PASS: gdb.base/maint.exp: maint print objfiles: psymtabs
4745 PASS: gdb.base/maint.exp: maint print objfiles: symtabs
4746 PASS: gdb.base/maint.exp: maint print psymbols w/o args
4747 PASS: gdb.base/maint.exp: maint print psymbols 1
4748 PASS: gdb.base/maint.exp: shell rm -f psymbols_output
4749 PASS: gdb.base/maint.exp: maint print msymbols w/o args
4750 PASS: gdb.base/maint.exp: maint print msymbols
4751 PASS: gdb.base/maint.exp: shell rm -f msymbols_output
4752 PASS: gdb.base/maint.exp: cd to objdir
4753 PASS: gdb.base/maint.exp: maint print msymbols
4754 PASS: gdb.base/maint.exp: shell rm -f msymbols_output2
4755 PASS: gdb.base/maint.exp: cd to mydir
4756 PASS: gdb.base/maint.exp: maint print symbols w/o args
4757 PASS: gdb.base/maint.exp: maint print symbols
4758 PASS: gdb.base/maint.exp: shell rm -f symbols_output
4759 PASS: gdb.base/maint.exp: maint print type
4760 PASS: gdb.base/maint.exp: maint info sections
4761 PASS: gdb.base/maint.exp: maint info sections .text
4762 PASS: gdb.base/maint.exp: maint info sections CODE
4763 PASS: gdb.base/maint.exp: maint info sections DATA
4764 PASS: gdb.base/maint.exp: maint info breakpoints
4765 PASS: gdb.base/maint.exp: maint print w/o args
4766 PASS: gdb.base/maint.exp: maint info w/o args
4767 PASS: gdb.base/maint.exp: maint w/o args
4768 PASS: gdb.base/maint.exp: help maint
4769 PASS: gdb.base/maint.exp: help maint check-symtabs
4770 PASS: gdb.base/maint.exp: help maint space
4771 PASS: gdb.base/maint.exp: help maint time
4772 PASS: gdb.base/maint.exp: help maint demangle
4773 PASS: gdb.base/maint.exp: help maint dump-me
4774 PASS: gdb.base/maint.exp: help maint internal-error
4775 PASS: gdb.base/maint.exp: help maint internal-warning
4776 PASS: gdb.base/maint.exp: help maint print statistics
4777 PASS: gdb.base/maint.exp: help maint print dummy-frames
4778 PASS: gdb.base/maint.exp: help maint print objfiles
4779 PASS: gdb.base/maint.exp: help maint print psymbols
4780 PASS: gdb.base/maint.exp: help maint print msymbols
4781 PASS: gdb.base/maint.exp: help maint print symbols
4782 PASS: gdb.base/maint.exp: help maint print type
4783 PASS: gdb.base/maint.exp: help maint info sections
4784 PASS: gdb.base/maint.exp: help maint info breakpoints
4785 PASS: gdb.base/maint.exp: help maint info
4786 PASS: gdb.base/maint.exp: help maint print
4787 PASS: gdb.base/maint.exp: help maint
4788 PASS: gdb.base/maint.exp: maint dump-me
4789 PASS: gdb.base/maint.exp: maint internal-error
4790 PASS: gdb.base/maint.exp: internal-error resync
4791 Running ./gdb.base/memattr.exp ...
4792 PASS: gdb.base/memattr.exp: create mem region 1
4793 PASS: gdb.base/memattr.exp: create mem region 2
4794 PASS: gdb.base/memattr.exp: create mem region 3
4795 PASS: gdb.base/memattr.exp: create mem region 4
4796 PASS: gdb.base/memattr.exp: create mem region 5
4797 PASS: gdb.base/memattr.exp: info mem (1)
4798 PASS: gdb.base/memattr.exp: mem1 cannot be read
4799 PASS: gdb.base/memattr.exp: mem1 can be written
4800 PASS: gdb.base/memattr.exp: mem2 cannot be written
4801 PASS: gdb.base/memattr.exp: mem2 can be read
4802 PASS: gdb.base/memattr.exp: disable mem 1
4803 PASS: gdb.base/memattr.exp: mem 1 was disabled
4804 PASS: gdb.base/memattr.exp: enable mem 1
4805 PASS: gdb.base/memattr.exp: mem 1 was enabled
4806 PASS: gdb.base/memattr.exp: disable mem 2 4
4807 PASS: gdb.base/memattr.exp: mem 2 and 4 were disabled
4808 PASS: gdb.base/memattr.exp: enable mem 2-4
4809 PASS: gdb.base/memattr.exp: mem 2-4 were enabled
4810 PASS: gdb.base/memattr.exp: disable mem
4811 PASS: gdb.base/memattr.exp: mem 1 to 5 were disabled
4812 PASS: gdb.base/memattr.exp: enable mem
4813 PASS: gdb.base/memattr.exp: mem 1 to 5 were enabled
4814 PASS: gdb.base/memattr.exp: disable non-existant regions
4815 PASS: gdb.base/memattr.exp: delete mem 1
4816 PASS: gdb.base/memattr.exp: mem 1 was deleted
4817 PASS: gdb.base/memattr.exp: delete mem 2 4
4818 PASS: gdb.base/memattr.exp: mem 2 and 4 were deleted
4819 PASS: gdb.base/memattr.exp: delete mem 2-4
4820 PASS: gdb.base/memattr.exp: mem 2-4 were deleted
4821 PASS: gdb.base/memattr.exp: delete non-existant region
4822 PASS: gdb.base/memattr.exp: mem 0x30 0x60 ro
4823 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x40: overlap
4824 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x40: overlap
4825 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x40 0x50: overlap
4826 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x50 0x60: overlap
4827 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x50 0x70: overlap
4828 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x60: overlap
4829 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x70: overlap
4830 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x0: overlap
4831 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x30 0x0: overlap
4832 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x40 0x0: overlap
4833 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x20 0x30: no-overlap
4834 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x60 0x70: no-overlap
4835 PASS: gdb.base/memattr.exp: 0x30 0x60: 0x80 0x0: no-overlap
4836 PASS: gdb.base/memattr.exp: mem 0x30 0x0 ro
4837 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x50: overlap
4838 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x30 0x50: overlap
4839 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x40 0x50: overlap
4840 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x0: overlap
4841 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x30 0x0: overlap
4842 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x40 0x0: overlap
4843 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x20 0x30: no-overlap
4844 PASS: gdb.base/memattr.exp: 0x30 0x0: 0x00 0x10: no-overlap
4845 Running ./gdb.base/mips_pro.exp ...
4846 PASS: gdb.base/mips_pro.exp: backtrace
4847 Running ./gdb.base/miscexprs.exp ...
4848 PASS: gdb.base/miscexprs.exp: continue to marker1
4849 PASS: gdb.base/miscexprs.exp: up from marker1
4850 PASS: gdb.base/miscexprs.exp: print value of &ibig.i[0]
4851 PASS: gdb.base/miscexprs.exp: print value of &cbig.c[0]
4852 PASS: gdb.base/miscexprs.exp: print value of &fbig.f[0]
4853 PASS: gdb.base/miscexprs.exp: print value of &dbig.d[0]
4854 PASS: gdb.base/miscexprs.exp: print value of &sbig.s[0]
4855 PASS: gdb.base/miscexprs.exp: print value of &lbig.l[0]
4856 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] | 1
4857 PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] & 127
4858 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
4859 PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90]
4860 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
4861 PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100]
4862 PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90] * 10
4863 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] * sbig.s[90]
4864 PASS: gdb.base/miscexprs.exp: print value of fbig.f[100] * dbig.d[202]
4865 PASS: gdb.base/miscexprs.exp: print value of !(sbig.s[90] * 2)
4866 PASS: gdb.base/miscexprs.exp: print value of sizeof sbig
4867 PASS: gdb.base/miscexprs.exp: print value of sizeof cbig
4868 PASS: gdb.base/miscexprs.exp: print value of sizeof lbig / sizeof long
4869 PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] << 2
4870 PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] >> 4
4871 PASS: gdb.base/miscexprs.exp: print value of lbig.l[333] >> 6
4872 Running ./gdb.base/morestack.exp ...
4873 PASS: gdb.base/morestack.exp: continue
4874 FAIL: gdb.base/morestack.exp: up 3000
4875 Running ./gdb.base/moribund-step.exp ...
4876 PASS: gdb.base/moribund-step.exp: set non-stop on
4877 Running ./gdb.base/multi-forks.exp ...
4878 Running ./gdb.base/nextoverexit.exp ...
4879 PASS: gdb.base/nextoverexit.exp: next over exit
4880 Running ./gdb.base/nodebug.exp ...
4881 PASS: gdb.base/nodebug.exp: p top
4882 PASS: gdb.base/nodebug.exp: whatis top
4883 PASS: gdb.base/nodebug.exp: ptype top
4884 PASS: gdb.base/nodebug.exp: p middle
4885 PASS: gdb.base/nodebug.exp: whatis middle
4886 PASS: gdb.base/nodebug.exp: ptype middle
4887 PASS: gdb.base/nodebug.exp: p dataglobal
4888 PASS: gdb.base/nodebug.exp: whatis dataglobal
4889 PASS: gdb.base/nodebug.exp: ptype dataglobal
4890 PASS: gdb.base/nodebug.exp: p datalocal
4891 PASS: gdb.base/nodebug.exp: whatis datalocal
4892 PASS: gdb.base/nodebug.exp: ptype datalocal
4893 PASS: gdb.base/nodebug.exp: p bssglobal
4894 PASS: gdb.base/nodebug.exp: whatis bssglobal
4895 PASS: gdb.base/nodebug.exp: ptype bssglobal
4896 PASS: gdb.base/nodebug.exp: p bsslocal
4897 PASS: gdb.base/nodebug.exp: whatis bsslocal
4898 PASS: gdb.base/nodebug.exp: ptype bsslocal
4899 PASS: gdb.base/nodebug.exp: backtrace from inner in nodebug.exp
4900 PASS: gdb.base/nodebug.exp: p/c array_index("abcdef",2)
4901 PASS: gdb.base/nodebug.exp: backtrace from middle in nodebug.exp
4902 Running ./gdb.base/nofield.exp ...
4903 PASS: gdb.base/nofield.exp: ptype struct not_empty
4904 PASS: gdb.base/nofield.exp: ptype struct empty
4905 PASS: gdb.base/nofield.exp: ptype union empty_union
4906 Running ./gdb.base/nostdlib.exp ...
4907 UNTESTED: gdb.base/nostdlib.exp: nostdlib.exp
4908 Running ./gdb.base/opaque.exp ...
4909 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (statically)
4910 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (statically)
4911 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (statically)
4912 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (statically)
4913 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (statically)
4914 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically)
4915 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 1
4916 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 1
4917 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 1
4918 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 1
4919 PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically) 1
4920 PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 2
4921 PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 2
4922 PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 2
4923 PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 2
4924 Running ./gdb.base/overlays.exp ...
4925 Running ./gdb.base/page.exp ...
4926 PASS: gdb.base/page.exp: set pagination off
4927 PASS: gdb.base/page.exp: pagination is off
4928 PASS: gdb.base/page.exp: unpaged help
4929 PASS: gdb.base/page.exp: set pagination on
4930 PASS: gdb.base/page.exp: pagination is on
4931 PASS: gdb.base/page.exp: set height 10
4932 PASS: gdb.base/page.exp: paged help
4933 PASS: gdb.base/page.exp: q
4934 Running ./gdb.base/pc-fp.exp ...
4935 PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$pc"
4936 PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$fp"
4937 PASS: gdb.base/pc-fp.exp: display/i $pc
4938 PASS: gdb.base/pc-fp.exp: display/w $fp
4939 PASS: gdb.base/pc-fp.exp: info register $pc
4940 PASS: gdb.base/pc-fp.exp: info register $fp
4941 PASS: gdb.base/pc-fp.exp: info register pc fp
4942 Running ./gdb.base/pending.exp ...
4943 PASS: gdb.base/pending.exp: set pending breakpoint (without symbols)
4944 PASS: gdb.base/pending.exp: complete condition
4945 PASS: gdb.base/pending.exp: single pending breakpoint info (without symbols)
4946 PASS: gdb.base/pending.exp: run to resolved breakpoint 1 (without symbols)
4947 PASS: gdb.base/pending.exp: set pending breakpoint
4948 PASS: gdb.base/pending.exp: single pending breakpoint info
4949 PASS: gdb.base/pending.exp: breakpoint function
4950 PASS: gdb.base/pending.exp: pending plus real breakpoint info
4951 PASS: gdb.base/pending.exp: Don't set pending breakpoint
4952 PASS: gdb.base/pending.exp: condition 1 k == 1
4953 PASS: gdb.base/pending.exp: pending plus condition
4954 PASS: gdb.base/pending.exp: disable 1
4955 PASS: gdb.base/pending.exp: pending disabled
4956 PASS: gdb.base/pending.exp: Set commands for pending breakpoint
4957 PASS: gdb.base/pending.exp: pending disabled plus commands
4958 PASS: gdb.base/pending.exp: Set pending breakpoint 2
4959 PASS: gdb.base/pending.exp: multiple pending breakpoints
4960 PASS: gdb.base/pending.exp: Set pending breakpoint 3
4961 PASS: gdb.base/pending.exp: set ignore count on pending breakpoint 3
4962 PASS: gdb.base/pending.exp: multiple pending breakpoints 2
4963 PASS: gdb.base/pending.exp: running to main
4964 PASS: gdb.base/pending.exp: re-enabling pending breakpoint that can resolve instantly
4965 PASS: gdb.base/pending.exp: continue to resolved breakpoint 2
4966 PASS: gdb.base/pending.exp: continue to resolved breakpoint 1
4967 PASS: gdb.base/pending.exp: Disable other breakpoints
4968 PASS: gdb.base/pending.exp: Disable other breakpoints
4969 PASS: gdb.base/pending.exp: continue to resolved breakpoint 3
4970 PASS: gdb.base/pending.exp: set imaginary pending breakpoint
4971 PASS: gdb.base/pending.exp: rerun to main
4972 PASS: gdb.base/pending.exp: verify pending breakpoint after restart
4973 Running ./gdb.base/permissions.exp ...
4974 PASS: gdb.base/permissions.exp: show may-write-registers
4975 PASS: gdb.base/permissions.exp: show may-write-memory
4976 PASS: gdb.base/permissions.exp: show may-insert-breakpoints
4977 PASS: gdb.base/permissions.exp: show may-insert-tracepoints
4978 PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints
4979 PASS: gdb.base/permissions.exp: show may-interrupt
4980 PASS: gdb.base/permissions.exp: enable observer mode
4981 PASS: gdb.base/permissions.exp: show may-write-memory
4982 PASS: gdb.base/permissions.exp: show may-write-registers
4983 PASS: gdb.base/permissions.exp: show may-insert-breakpoints
4984 PASS: gdb.base/permissions.exp: show may-insert-tracepoints
4985 PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints
4986 PASS: gdb.base/permissions.exp: show may-interrupt
4987 PASS: gdb.base/permissions.exp: disable observer mode
4988 PASS: gdb.base/permissions.exp: set non-stop off
4989 PASS: gdb.base/permissions.exp: set a global
4990 PASS: gdb.base/permissions.exp: print x
4991 PASS: gdb.base/permissions.exp: set may-write-memory off
4992 PASS: gdb.base/permissions.exp: try to set a global
4993 PASS: gdb.base/permissions.exp: print x
4994 Running ./gdb.base/pie-execl.exp ...
4995 Running ./gdb.base/pointers.exp ...
4996 PASS: gdb.base/pointers.exp: continuing after dummy()
4997 PASS: gdb.base/pointers.exp: set pointer to beginning of array
4998 PASS: gdb.base/pointers.exp: set pointer to end of array
4999 PASS: gdb.base/pointers.exp: print object pointed to
5000 PASS: gdb.base/pointers.exp: print object pointed to #2
5001 PASS: gdb.base/pointers.exp: pointer1==pointer2
5002 PASS: gdb.base/pointers.exp: pointer1!=pointer2
5003 PASS: gdb.base/pointers.exp: pointer1<=pointer2
5004 PASS: gdb.base/pointers.exp: pointer1>=pointer2
5005 PASS: gdb.base/pointers.exp: pointer1<pointer2
5006 PASS: gdb.base/pointers.exp: pointer1>pointer2
5007 PASS: gdb.base/pointers.exp: set y = *v_int_pointer++
5008 PASS: gdb.base/pointers.exp: pointer assignment
5009 PASS: gdb.base/pointers.exp: and post-increment
5010 PASS: gdb.base/pointers.exp: set y = *--v_int_pointer2
5011 PASS: gdb.base/pointers.exp: pointer assignment
5012 PASS: gdb.base/pointers.exp: and pre-decrement
5013 PASS: gdb.base/pointers.exp: set y =v_int_pointer-v_int_pointer2
5014 PASS: gdb.base/pointers.exp: pointer1-pointer2
5015 PASS: gdb.base/pointers.exp: set v_int_pointer=v_int_array
5016 PASS: gdb.base/pointers.exp: print array element through pointer
5017 PASS: gdb.base/pointers.exp: print array element through pointer #2
5018 PASS: gdb.base/pointers.exp: print array element through pointer #3
5019 PASS: gdb.base/pointers.exp: print array element through pointer #4
5020 PASS: gdb.base/pointers.exp: print array element through pointer #5
5021 PASS: gdb.base/pointers.exp: increment rptr
5022 PASS: gdb.base/pointers.exp: print array element through pointer #6
5023 PASS: gdb.base/pointers.exp: print array element through pointer #7
5024 PASS: gdb.base/pointers.exp: print array element through pointer #8
5025 PASS: gdb.base/pointers.exp: print array element w/ pointer arithmetic
5026 PASS: gdb.base/pointers.exp: print through ptr to ptr
5027 PASS: gdb.base/pointers.exp: continue
5028 PASS: gdb.base/pointers.exp: up from marker1
5029 PASS: gdb.base/pointers.exp: print value of *pUC
5030 PASS: gdb.base/pointers.exp: ptype pUC
5031 PASS: gdb.base/pointers.exp: print value of *pS
5032 PASS: gdb.base/pointers.exp: ptype pS
5033 PASS: gdb.base/pointers.exp: print value of *pUS
5034 PASS: gdb.base/pointers.exp: ptype pUS
5035 PASS: gdb.base/pointers.exp: print value of *pI
5036 PASS: gdb.base/pointers.exp: ptype pI
5037 PASS: gdb.base/pointers.exp: print value of *pUI
5038 PASS: gdb.base/pointers.exp: ptype pUI
5039 PASS: gdb.base/pointers.exp: print value of *pL
5040 PASS: gdb.base/pointers.exp: ptype pL
5041 PASS: gdb.base/pointers.exp: print value of *pUL
5042 PASS: gdb.base/pointers.exp: ptype pUL
5043 PASS: gdb.base/pointers.exp: print value of *pF
5044 PASS: gdb.base/pointers.exp: ptype pF
5045 PASS: gdb.base/pointers.exp: print value of *pD
5046 PASS: gdb.base/pointers.exp: ptype pD
5047 PASS: gdb.base/pointers.exp: print value of ******ppppppC
5048 PASS: gdb.base/pointers.exp: ptype pC
5049 PASS: gdb.base/pointers.exp: ptype ppC
5050 PASS: gdb.base/pointers.exp: ptype pppC
5051 PASS: gdb.base/pointers.exp: ptype ppppC
5052 PASS: gdb.base/pointers.exp: ptype pppppC
5053 PASS: gdb.base/pointers.exp: ptype ppppppC
5054 PASS: gdb.base/pointers.exp: p instance.array_variable + 0
5055 Running ./gdb.base/pr10179.exp ...
5056 PASS: gdb.base/pr10179.exp: rbreak foo.*
5057 PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c:foo.*
5058 PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .*
5059 Running ./gdb.base/pr11022.exp ...
5060 Running ./gdb.base/prelink.exp ...
5061 Running ./gdb.base/printcmds.exp ...
5062 PASS: gdb.base/printcmds.exp: print $pc
5063 PASS: gdb.base/printcmds.exp: print "abc"
5064 PASS: gdb.base/printcmds.exp: print sizeof ("abc")
5065 PASS: gdb.base/printcmds.exp: ptype "abc"
5066 PASS: gdb.base/printcmds.exp: print $cvar = "abc"
5067 PASS: gdb.base/printcmds.exp: print sizeof ($cvar)
5068 PASS: gdb.base/printcmds.exp: print $pc (with file)
5069 PASS: gdb.base/printcmds.exp: set print sevenbit-strings
5070 PASS: gdb.base/printcmds.exp: set print address off
5071 PASS: gdb.base/printcmds.exp: set width 0
5072 PASS: gdb.base/printcmds.exp: p ctable1[120] #1
5073 PASS: gdb.base/printcmds.exp: p 123
5074 PASS: gdb.base/printcmds.exp: p -123
5075 PASS: gdb.base/printcmds.exp: p/d 123
5076 PASS: gdb.base/printcmds.exp: p 0123
5077 PASS: gdb.base/printcmds.exp: p 00123
5078 PASS: gdb.base/printcmds.exp: p -0123
5079 PASS: gdb.base/printcmds.exp: p/o 0123
5080 PASS: gdb.base/printcmds.exp: p 0x123
5081 PASS: gdb.base/printcmds.exp: p -0x123
5082 PASS: gdb.base/printcmds.exp: p 0x0123
5083 PASS: gdb.base/printcmds.exp: p -0x0123
5084 PASS: gdb.base/printcmds.exp: p 0xABCDEF
5085 PASS: gdb.base/printcmds.exp: p 0xabcdef
5086 PASS: gdb.base/printcmds.exp: p 0xAbCdEf
5087 PASS: gdb.base/printcmds.exp: p/x 0x123
5088 PASS: gdb.base/printcmds.exp: p 0b0
5089 PASS: gdb.base/printcmds.exp: p 0b1111
5090 PASS: gdb.base/printcmds.exp: p 0B1111
5091 PASS: gdb.base/printcmds.exp: p -0b1111
5092 PASS: gdb.base/printcmds.exp: reject p 0x
5093 PASS: gdb.base/printcmds.exp: reject p 0b
5094 PASS: gdb.base/printcmds.exp: p ''
5095 PASS: gdb.base/printcmds.exp: p '''
5096 PASS: gdb.base/printcmds.exp: reject p '\'
5097 PASS: gdb.base/printcmds.exp: reject p '\\\'
5098 PASS: gdb.base/printcmds.exp: reject p DEADBEEF
5099 PASS: gdb.base/printcmds.exp: reject p 09
5100 PASS: gdb.base/printcmds.exp: reject p 079
5101 PASS: gdb.base/printcmds.exp: reject p 0xG
5102 PASS: gdb.base/printcmds.exp: reject p 0xAG
5103 PASS: gdb.base/printcmds.exp: reject p 0b2
5104 PASS: gdb.base/printcmds.exp: reject p 0b12
5105 PASS: gdb.base/printcmds.exp: check for floating addition
5106 PASS: gdb.base/printcmds.exp: p 1.
5107 PASS: gdb.base/printcmds.exp: p 1.5
5108 PASS: gdb.base/printcmds.exp: p 1.f
5109 PASS: gdb.base/printcmds.exp: p 1.5f
5110 PASS: gdb.base/printcmds.exp: p 1.l
5111 PASS: gdb.base/printcmds.exp: p 1.5l
5112 PASS: gdb.base/printcmds.exp: p 0x1.1
5113 PASS: gdb.base/printcmds.exp: reject p 123DEADBEEF
5114 PASS: gdb.base/printcmds.exp: reject p 123foobar.bazfoo3
5115 PASS: gdb.base/printcmds.exp: reject p 123EEEEEEEEEEEEEEEEE33333k333
5116 PASS: gdb.base/printcmds.exp: reject p 1.1x
5117 PASS: gdb.base/printcmds.exp: reject p 1.1ff
5118 PASS: gdb.base/printcmds.exp: reject p 1.1ll
5119 PASS: gdb.base/printcmds.exp: p 'a'
5120 PASS: gdb.base/printcmds.exp: p/c 'a'
5121 PASS: gdb.base/printcmds.exp: p/x 'a'
5122 PASS: gdb.base/printcmds.exp: p/d 'a'
5123 PASS: gdb.base/printcmds.exp: p/t 'a'
5124 PASS: gdb.base/printcmds.exp: p '\141'
5125 PASS: gdb.base/printcmds.exp: p/x '\377'
5126 PASS: gdb.base/printcmds.exp: p '\''
5127 PASS: gdb.base/printcmds.exp: p '\\'
5128 PASS: gdb.base/printcmds.exp: p ctable1[0]
5129 PASS: gdb.base/printcmds.exp: p ctable1[1]
5130 PASS: gdb.base/printcmds.exp: p ctable1[2]
5131 PASS: gdb.base/printcmds.exp: p ctable1[3]
5132 PASS: gdb.base/printcmds.exp: p ctable1[4]
5133 PASS: gdb.base/printcmds.exp: p ctable1[5]
5134 PASS: gdb.base/printcmds.exp: p ctable1[6]
5135 PASS: gdb.base/printcmds.exp: p ctable1[7]
5136 PASS: gdb.base/printcmds.exp: p ctable1[8]
5137 PASS: gdb.base/printcmds.exp: p ctable1[9]
5138 PASS: gdb.base/printcmds.exp: p ctable1[10]
5139 PASS: gdb.base/printcmds.exp: p ctable1[11]
5140 PASS: gdb.base/printcmds.exp: p ctable1[12]
5141 PASS: gdb.base/printcmds.exp: p ctable1[13]
5142 PASS: gdb.base/printcmds.exp: p ctable1[14]
5143 PASS: gdb.base/printcmds.exp: p ctable1[15]
5144 PASS: gdb.base/printcmds.exp: p ctable1[16]
5145 PASS: gdb.base/printcmds.exp: p ctable1[17]
5146 PASS: gdb.base/printcmds.exp: p ctable1[18]
5147 PASS: gdb.base/printcmds.exp: p ctable1[19]
5148 PASS: gdb.base/printcmds.exp: p ctable1[20]
5149 PASS: gdb.base/printcmds.exp: p ctable1[21]
5150 PASS: gdb.base/printcmds.exp: p ctable1[22]
5151 PASS: gdb.base/printcmds.exp: p ctable1[23]
5152 PASS: gdb.base/printcmds.exp: p ctable1[24]
5153 PASS: gdb.base/printcmds.exp: p ctable1[25]
5154 PASS: gdb.base/printcmds.exp: p ctable1[26]
5155 PASS: gdb.base/printcmds.exp: p ctable1[27]
5156 PASS: gdb.base/printcmds.exp: p ctable1[28]
5157 PASS: gdb.base/printcmds.exp: p ctable1[29]
5158 PASS: gdb.base/printcmds.exp: p ctable1[30]
5159 PASS: gdb.base/printcmds.exp: p ctable1[31]
5160 PASS: gdb.base/printcmds.exp: p ctable1[32]
5161 PASS: gdb.base/printcmds.exp: p ctable1[33]
5162 PASS: gdb.base/printcmds.exp: p ctable1[34]
5163 PASS: gdb.base/printcmds.exp: p ctable1[35]
5164 PASS: gdb.base/printcmds.exp: p ctable1[36]
5165 PASS: gdb.base/printcmds.exp: p ctable1[37]
5166 PASS: gdb.base/printcmds.exp: p ctable1[38]
5167 PASS: gdb.base/printcmds.exp: p ctable1[39]
5168 PASS: gdb.base/printcmds.exp: p ctable1[40]
5169 PASS: gdb.base/printcmds.exp: p ctable1[41]
5170 PASS: gdb.base/printcmds.exp: p ctable1[42]
5171 PASS: gdb.base/printcmds.exp: p ctable1[43]
5172 PASS: gdb.base/printcmds.exp: p ctable1[44]
5173 PASS: gdb.base/printcmds.exp: p ctable1[45]
5174 PASS: gdb.base/printcmds.exp: p ctable1[46]
5175 PASS: gdb.base/printcmds.exp: p ctable1[47]
5176 PASS: gdb.base/printcmds.exp: p ctable1[48]
5177 PASS: gdb.base/printcmds.exp: p ctable1[49]
5178 PASS: gdb.base/printcmds.exp: p ctable1[50]
5179 PASS: gdb.base/printcmds.exp: p ctable1[51]
5180 PASS: gdb.base/printcmds.exp: p ctable1[52]
5181 PASS: gdb.base/printcmds.exp: p ctable1[53]
5182 PASS: gdb.base/printcmds.exp: p ctable1[54]
5183 PASS: gdb.base/printcmds.exp: p ctable1[55]
5184 PASS: gdb.base/printcmds.exp: p ctable1[56]
5185 PASS: gdb.base/printcmds.exp: p ctable1[57]
5186 PASS: gdb.base/printcmds.exp: p ctable1[58]
5187 PASS: gdb.base/printcmds.exp: p ctable1[59]
5188 PASS: gdb.base/printcmds.exp: p ctable1[60]
5189 PASS: gdb.base/printcmds.exp: p ctable1[61]
5190 PASS: gdb.base/printcmds.exp: p ctable1[62]
5191 PASS: gdb.base/printcmds.exp: p ctable1[63]
5192 PASS: gdb.base/printcmds.exp: p ctable1[64]
5193 PASS: gdb.base/printcmds.exp: p ctable1[65]
5194 PASS: gdb.base/printcmds.exp: p ctable1[66]
5195 PASS: gdb.base/printcmds.exp: p ctable1[67]
5196 PASS: gdb.base/printcmds.exp: p ctable1[68]
5197 PASS: gdb.base/printcmds.exp: p ctable1[69]
5198 PASS: gdb.base/printcmds.exp: p ctable1[70]
5199 PASS: gdb.base/printcmds.exp: p ctable1[71]
5200 PASS: gdb.base/printcmds.exp: p ctable1[72]
5201 PASS: gdb.base/printcmds.exp: p ctable1[73]
5202 PASS: gdb.base/printcmds.exp: p ctable1[74]
5203 PASS: gdb.base/printcmds.exp: p ctable1[75]
5204 PASS: gdb.base/printcmds.exp: p ctable1[76]
5205 PASS: gdb.base/printcmds.exp: p ctable1[77]
5206 PASS: gdb.base/printcmds.exp: p ctable1[78]
5207 PASS: gdb.base/printcmds.exp: p ctable1[79]
5208 PASS: gdb.base/printcmds.exp: p ctable1[80]
5209 PASS: gdb.base/printcmds.exp: p ctable1[81]
5210 PASS: gdb.base/printcmds.exp: p ctable1[82]
5211 PASS: gdb.base/printcmds.exp: p ctable1[83]
5212 PASS: gdb.base/printcmds.exp: p ctable1[84]
5213 PASS: gdb.base/printcmds.exp: p ctable1[85]
5214 PASS: gdb.base/printcmds.exp: p ctable1[86]
5215 PASS: gdb.base/printcmds.exp: p ctable1[87]
5216 PASS: gdb.base/printcmds.exp: p ctable1[88]
5217 PASS: gdb.base/printcmds.exp: p ctable1[89]
5218 PASS: gdb.base/printcmds.exp: p ctable1[90]
5219 PASS: gdb.base/printcmds.exp: p ctable1[91]
5220 PASS: gdb.base/printcmds.exp: p ctable1[92]
5221 PASS: gdb.base/printcmds.exp: p ctable1[93]
5222 PASS: gdb.base/printcmds.exp: p ctable1[94]
5223 PASS: gdb.base/printcmds.exp: p ctable1[95]
5224 PASS: gdb.base/printcmds.exp: p ctable1[96]
5225 PASS: gdb.base/printcmds.exp: p ctable1[97]
5226 PASS: gdb.base/printcmds.exp: p ctable1[98]
5227 PASS: gdb.base/printcmds.exp: p ctable1[99]
5228 PASS: gdb.base/printcmds.exp: p ctable1[100]
5229 PASS: gdb.base/printcmds.exp: p ctable1[101]
5230 PASS: gdb.base/printcmds.exp: p ctable1[102]
5231 PASS: gdb.base/printcmds.exp: p ctable1[103]
5232 PASS: gdb.base/printcmds.exp: p ctable1[104]
5233 PASS: gdb.base/printcmds.exp: p ctable1[105]
5234 PASS: gdb.base/printcmds.exp: p ctable1[106]
5235 PASS: gdb.base/printcmds.exp: p ctable1[107]
5236 PASS: gdb.base/printcmds.exp: p ctable1[108]
5237 PASS: gdb.base/printcmds.exp: p ctable1[109]
5238 PASS: gdb.base/printcmds.exp: p ctable1[110]
5239 PASS: gdb.base/printcmds.exp: p ctable1[111]
5240 PASS: gdb.base/printcmds.exp: p ctable1[112]
5241 PASS: gdb.base/printcmds.exp: p ctable1[113]
5242 PASS: gdb.base/printcmds.exp: p ctable1[114]
5243 PASS: gdb.base/printcmds.exp: p ctable1[115]
5244 PASS: gdb.base/printcmds.exp: p ctable1[116]
5245 PASS: gdb.base/printcmds.exp: p ctable1[117]
5246 PASS: gdb.base/printcmds.exp: p ctable1[118]
5247 PASS: gdb.base/printcmds.exp: p ctable1[119]
5248 PASS: gdb.base/printcmds.exp: p ctable1[120]
5249 PASS: gdb.base/printcmds.exp: p ctable1[121]
5250 PASS: gdb.base/printcmds.exp: p ctable1[122]
5251 PASS: gdb.base/printcmds.exp: p ctable1[123]
5252 PASS: gdb.base/printcmds.exp: p ctable1[124]
5253 PASS: gdb.base/printcmds.exp: p ctable1[125]
5254 PASS: gdb.base/printcmds.exp: p ctable1[126]
5255 PASS: gdb.base/printcmds.exp: p ctable1[127]
5256 PASS: gdb.base/printcmds.exp: p ctable1[128]
5257 PASS: gdb.base/printcmds.exp: p ctable1[129]
5258 PASS: gdb.base/printcmds.exp: p ctable1[130]
5259 PASS: gdb.base/printcmds.exp: p ctable1[131]
5260 PASS: gdb.base/printcmds.exp: p ctable1[132]
5261 PASS: gdb.base/printcmds.exp: p ctable1[133]
5262 PASS: gdb.base/printcmds.exp: p ctable1[134]
5263 PASS: gdb.base/printcmds.exp: p ctable1[135]
5264 PASS: gdb.base/printcmds.exp: p ctable1[136]
5265 PASS: gdb.base/printcmds.exp: p ctable1[137]
5266 PASS: gdb.base/printcmds.exp: p ctable1[138]
5267 PASS: gdb.base/printcmds.exp: p ctable1[139]
5268 PASS: gdb.base/printcmds.exp: p ctable1[140]
5269 PASS: gdb.base/printcmds.exp: p ctable1[141]
5270 PASS: gdb.base/printcmds.exp: p ctable1[142]
5271 PASS: gdb.base/printcmds.exp: p ctable1[143]
5272 PASS: gdb.base/printcmds.exp: p ctable1[144]
5273 PASS: gdb.base/printcmds.exp: p ctable1[145]
5274 PASS: gdb.base/printcmds.exp: p ctable1[146]
5275 PASS: gdb.base/printcmds.exp: p ctable1[147]
5276 PASS: gdb.base/printcmds.exp: p ctable1[148]
5277 PASS: gdb.base/printcmds.exp: p ctable1[149]
5278 PASS: gdb.base/printcmds.exp: p ctable1[150]
5279 PASS: gdb.base/printcmds.exp: p ctable1[151]
5280 PASS: gdb.base/printcmds.exp: p ctable1[152]
5281 PASS: gdb.base/printcmds.exp: p ctable1[153]
5282 PASS: gdb.base/printcmds.exp: p ctable1[154]
5283 PASS: gdb.base/printcmds.exp: p ctable1[155]
5284 PASS: gdb.base/printcmds.exp: p ctable1[156]
5285 PASS: gdb.base/printcmds.exp: p ctable1[157]
5286 PASS: gdb.base/printcmds.exp: p ctable1[158]
5287 PASS: gdb.base/printcmds.exp: p ctable1[159]
5288 PASS: gdb.base/printcmds.exp: p ctable1[160]
5289 PASS: gdb.base/printcmds.exp: p ctable1[161]
5290 PASS: gdb.base/printcmds.exp: p ctable1[162]
5291 PASS: gdb.base/printcmds.exp: p ctable1[163]
5292 PASS: gdb.base/printcmds.exp: p ctable1[164]
5293 PASS: gdb.base/printcmds.exp: p ctable1[165]
5294 PASS: gdb.base/printcmds.exp: p ctable1[166]
5295 PASS: gdb.base/printcmds.exp: p ctable1[167]
5296 PASS: gdb.base/printcmds.exp: p ctable1[168]
5297 PASS: gdb.base/printcmds.exp: p ctable1[169]
5298 PASS: gdb.base/printcmds.exp: p ctable1[170]
5299 PASS: gdb.base/printcmds.exp: p ctable1[171]
5300 PASS: gdb.base/printcmds.exp: p ctable1[172]
5301 PASS: gdb.base/printcmds.exp: p ctable1[173]
5302 PASS: gdb.base/printcmds.exp: p ctable1[174]
5303 PASS: gdb.base/printcmds.exp: p ctable1[175]
5304 PASS: gdb.base/printcmds.exp: p ctable1[176]
5305 PASS: gdb.base/printcmds.exp: p ctable1[177]
5306 PASS: gdb.base/printcmds.exp: p ctable1[178]
5307 PASS: gdb.base/printcmds.exp: p ctable1[179]
5308 PASS: gdb.base/printcmds.exp: p ctable1[180]
5309 PASS: gdb.base/printcmds.exp: p ctable1[181]
5310 PASS: gdb.base/printcmds.exp: p ctable1[182]
5311 PASS: gdb.base/printcmds.exp: p ctable1[183]
5312 PASS: gdb.base/printcmds.exp: p ctable1[184]
5313 PASS: gdb.base/printcmds.exp: p ctable1[185]
5314 PASS: gdb.base/printcmds.exp: p ctable1[186]
5315 PASS: gdb.base/printcmds.exp: p ctable1[187]
5316 PASS: gdb.base/printcmds.exp: p ctable1[188]
5317 PASS: gdb.base/printcmds.exp: p ctable1[189]
5318 PASS: gdb.base/printcmds.exp: p ctable1[190]
5319 PASS: gdb.base/printcmds.exp: p ctable1[191]
5320 PASS: gdb.base/printcmds.exp: p ctable1[192]
5321 PASS: gdb.base/printcmds.exp: p ctable1[193]
5322 PASS: gdb.base/printcmds.exp: p ctable1[194]
5323 PASS: gdb.base/printcmds.exp: p ctable1[195]
5324 PASS: gdb.base/printcmds.exp: p ctable1[196]
5325 PASS: gdb.base/printcmds.exp: p ctable1[197]
5326 PASS: gdb.base/printcmds.exp: p ctable1[198]
5327 PASS: gdb.base/printcmds.exp: p ctable1[199]
5328 PASS: gdb.base/printcmds.exp: p ctable1[200]
5329 PASS: gdb.base/printcmds.exp: p ctable1[201]
5330 PASS: gdb.base/printcmds.exp: p ctable1[202]
5331 PASS: gdb.base/printcmds.exp: p ctable1[203]
5332 PASS: gdb.base/printcmds.exp: p ctable1[204]
5333 PASS: gdb.base/printcmds.exp: p ctable1[205]
5334 PASS: gdb.base/printcmds.exp: p ctable1[206]
5335 PASS: gdb.base/printcmds.exp: p ctable1[207]
5336 PASS: gdb.base/printcmds.exp: p ctable1[208]
5337 PASS: gdb.base/printcmds.exp: p ctable1[209]
5338 PASS: gdb.base/printcmds.exp: p ctable1[210]
5339 PASS: gdb.base/printcmds.exp: p ctable1[211]
5340 PASS: gdb.base/printcmds.exp: p ctable1[212]
5341 PASS: gdb.base/printcmds.exp: p ctable1[213]
5342 PASS: gdb.base/printcmds.exp: p ctable1[214]
5343 PASS: gdb.base/printcmds.exp: p ctable1[215]
5344 PASS: gdb.base/printcmds.exp: p ctable1[216]
5345 PASS: gdb.base/printcmds.exp: p ctable1[217]
5346 PASS: gdb.base/printcmds.exp: p ctable1[218]
5347 PASS: gdb.base/printcmds.exp: p ctable1[219]
5348 PASS: gdb.base/printcmds.exp: p ctable1[220]
5349 PASS: gdb.base/printcmds.exp: p ctable1[221]
5350 PASS: gdb.base/printcmds.exp: p ctable1[222]
5351 PASS: gdb.base/printcmds.exp: p ctable1[223]
5352 PASS: gdb.base/printcmds.exp: p ctable1[224]
5353 PASS: gdb.base/printcmds.exp: p ctable1[225]
5354 PASS: gdb.base/printcmds.exp: p ctable1[226]
5355 PASS: gdb.base/printcmds.exp: p ctable1[227]
5356 PASS: gdb.base/printcmds.exp: p ctable1[228]
5357 PASS: gdb.base/printcmds.exp: p ctable1[229]
5358 PASS: gdb.base/printcmds.exp: p ctable1[230]
5359 PASS: gdb.base/printcmds.exp: p ctable1[231]
5360 PASS: gdb.base/printcmds.exp: p ctable1[232]
5361 PASS: gdb.base/printcmds.exp: p ctable1[233]
5362 PASS: gdb.base/printcmds.exp: p ctable1[234]
5363 PASS: gdb.base/printcmds.exp: p ctable1[235]
5364 PASS: gdb.base/printcmds.exp: p ctable1[236]
5365 PASS: gdb.base/printcmds.exp: p ctable1[237]
5366 PASS: gdb.base/printcmds.exp: p ctable1[238]
5367 PASS: gdb.base/printcmds.exp: p ctable1[239]
5368 PASS: gdb.base/printcmds.exp: p ctable1[240]
5369 PASS: gdb.base/printcmds.exp: p ctable1[241]
5370 PASS: gdb.base/printcmds.exp: p ctable1[242]
5371 PASS: gdb.base/printcmds.exp: p ctable1[243]
5372 PASS: gdb.base/printcmds.exp: p ctable1[244]
5373 PASS: gdb.base/printcmds.exp: p ctable1[245]
5374 PASS: gdb.base/printcmds.exp: p ctable1[246]
5375 PASS: gdb.base/printcmds.exp: p ctable1[247]
5376 PASS: gdb.base/printcmds.exp: p ctable1[248]
5377 PASS: gdb.base/printcmds.exp: p ctable1[249]
5378 PASS: gdb.base/printcmds.exp: p ctable1[250]
5379 PASS: gdb.base/printcmds.exp: p ctable1[251]
5380 PASS: gdb.base/printcmds.exp: p ctable1[252]
5381 PASS: gdb.base/printcmds.exp: p ctable1[253]
5382 PASS: gdb.base/printcmds.exp: p ctable1[254]
5383 PASS: gdb.base/printcmds.exp: p ctable1[255]
5384 PASS: gdb.base/printcmds.exp: set print elements 1
5385 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 1
5386 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 1
5387 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 1
5388 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 1
5389 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 1
5390 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 1
5391 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 1
5392 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 1
5393 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 1
5394 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 1
5395 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 1
5396 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 1
5397 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 1
5398 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 1
5399 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 1
5400 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 1
5401 PASS: gdb.base/printcmds.exp: set print elements 2
5402 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 2
5403 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 2
5404 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 2
5405 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 2
5406 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 2
5407 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 2
5408 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 2
5409 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 2
5410 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 2
5411 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 2
5412 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 2
5413 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 2
5414 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 2
5415 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 2
5416 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 2
5417 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 2
5418 PASS: gdb.base/printcmds.exp: set print elements 3
5419 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 3
5420 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 3
5421 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 3
5422 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 3
5423 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 3
5424 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 3
5425 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 3
5426 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 3
5427 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 3
5428 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 3
5429 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 3
5430 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 3
5431 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 3
5432 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 3
5433 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 3
5434 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 3
5435 PASS: gdb.base/printcmds.exp: set print elements 4
5436 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 4
5437 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 4
5438 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 4
5439 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 4
5440 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 4
5441 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 4
5442 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 4
5443 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 4
5444 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 4
5445 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 4
5446 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 4
5447 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 4
5448 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 4
5449 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 4
5450 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 4
5451 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 4
5452 PASS: gdb.base/printcmds.exp: set print elements 5
5453 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 5
5454 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 5
5455 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 5
5456 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 5
5457 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 5
5458 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 5
5459 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 5
5460 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 5
5461 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 5
5462 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 5
5463 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 5
5464 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 5
5465 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 5
5466 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 5
5467 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 5
5468 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 5
5469 PASS: gdb.base/printcmds.exp: set print elements 6
5470 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 6
5471 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 6
5472 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 6
5473 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 6
5474 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 6
5475 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 6
5476 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 6
5477 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 6
5478 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 6
5479 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 6
5480 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 6
5481 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 6
5482 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 6
5483 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 6
5484 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 6
5485 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 6
5486 PASS: gdb.base/printcmds.exp: set print elements 7
5487 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 7
5488 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 7
5489 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 7
5490 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 7
5491 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 7
5492 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 7
5493 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 7
5494 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 7
5495 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 7
5496 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 7
5497 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 7
5498 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 7
5499 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 7
5500 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 7
5501 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 7
5502 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 7
5503 PASS: gdb.base/printcmds.exp: set print elements 8
5504 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 8
5505 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 8
5506 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 8
5507 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 8
5508 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 8
5509 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 8
5510 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 8
5511 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 8
5512 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 8
5513 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 8
5514 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 8
5515 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 8
5516 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 8
5517 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 8
5518 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 8
5519 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 8
5520 PASS: gdb.base/printcmds.exp: set print elements 9
5521 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 9
5522 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 9
5523 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 9
5524 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 9
5525 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 9
5526 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 9
5527 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 9
5528 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 9
5529 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 9
5530 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 9
5531 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 9
5532 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 9
5533 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 9
5534 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 9
5535 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 9
5536 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 9
5537 PASS: gdb.base/printcmds.exp: set print elements 10
5538 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 10
5539 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 10
5540 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 10
5541 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 10
5542 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 10
5543 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 10
5544 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 10
5545 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 10
5546 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 10
5547 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 10
5548 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 10
5549 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 10
5550 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 10
5551 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 10
5552 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 10
5553 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 10
5554 PASS: gdb.base/printcmds.exp: set print elements 11
5555 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 11
5556 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 11
5557 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 11
5558 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 11
5559 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 11
5560 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 11
5561 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 11
5562 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 11
5563 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 11
5564 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 11
5565 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 11
5566 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 11
5567 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 11
5568 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 11
5569 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 11
5570 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 11
5571 PASS: gdb.base/printcmds.exp: set print elements 12
5572 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 12
5573 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 12
5574 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 12
5575 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 12
5576 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 12
5577 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 12
5578 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 12
5579 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 12
5580 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 12
5581 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 12
5582 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 12
5583 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 12
5584 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 12
5585 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 12
5586 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 12
5587 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 12
5588 PASS: gdb.base/printcmds.exp: set print elements 13
5589 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 13
5590 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 13
5591 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 13
5592 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 13
5593 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 13
5594 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 13
5595 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 13
5596 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 13
5597 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 13
5598 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 13
5599 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 13
5600 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 13
5601 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 13
5602 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 13
5603 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 13
5604 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 13
5605 PASS: gdb.base/printcmds.exp: set print elements 14
5606 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 14
5607 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 14
5608 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 14
5609 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 14
5610 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 14
5611 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 14
5612 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 14
5613 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 14
5614 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 14
5615 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 14
5616 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 14
5617 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 14
5618 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 14
5619 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 14
5620 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 14
5621 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 14
5622 PASS: gdb.base/printcmds.exp: set print elements 15
5623 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 15
5624 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 15
5625 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 15
5626 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 15
5627 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 15
5628 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 15
5629 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 15
5630 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 15
5631 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 15
5632 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 15
5633 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 15
5634 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 15
5635 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 15
5636 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 15
5637 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 15
5638 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 15
5639 PASS: gdb.base/printcmds.exp: set print elements 16
5640 PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 16
5641 PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 16
5642 PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 16
5643 PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 16
5644 PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 16
5645 PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 16
5646 PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 16
5647 PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 16
5648 PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 16
5649 PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 16
5650 PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 16
5651 PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 16
5652 PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 16
5653 PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 16
5654 PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 16
5655 PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 16
5656 PASS: gdb.base/printcmds.exp: correct element repeats in array embedded at offset > 0
5657 PASS: gdb.base/printcmds.exp: set print elements 0
5658 PASS: gdb.base/printcmds.exp: p teststring with elements set to 0
5659 PASS: gdb.base/printcmds.exp: set print elements 1
5660 PASS: gdb.base/printcmds.exp: p teststring with elements set to 1
5661 PASS: gdb.base/printcmds.exp: set print elements 5
5662 PASS: gdb.base/printcmds.exp: p teststring with elements set to 5
5663 PASS: gdb.base/printcmds.exp: set print elements 19
5664 PASS: gdb.base/printcmds.exp: p teststring with elements set to 19
5665 PASS: gdb.base/printcmds.exp: set print elements 20
5666 PASS: gdb.base/printcmds.exp: p teststring with elements set to 20
5667 PASS: gdb.base/printcmds.exp: set print elements 8
5668 PASS: gdb.base/printcmds.exp: p &ctable1[0]
5669 PASS: gdb.base/printcmds.exp: p &ctable1[1]
5670 PASS: gdb.base/printcmds.exp: p &ctable1[1*8]
5671 PASS: gdb.base/printcmds.exp: p &ctable1[2*8]
5672 PASS: gdb.base/printcmds.exp: p &ctable1[3*8]
5673 PASS: gdb.base/printcmds.exp: p &ctable1[4*8]
5674 PASS: gdb.base/printcmds.exp: p &ctable1[5*8]
5675 PASS: gdb.base/printcmds.exp: p &ctable1[6*8]
5676 PASS: gdb.base/printcmds.exp: p &ctable1[7*8]
5677 PASS: gdb.base/printcmds.exp: p &ctable1[8*8]
5678 PASS: gdb.base/printcmds.exp: p &ctable1[9*8]
5679 PASS: gdb.base/printcmds.exp: p &ctable1[10*8]
5680 PASS: gdb.base/printcmds.exp: p &ctable1[11*8]
5681 PASS: gdb.base/printcmds.exp: p &ctable1[12*8]
5682 PASS: gdb.base/printcmds.exp: p &ctable1[13*8]
5683 PASS: gdb.base/printcmds.exp: p &ctable1[14*8]
5684 PASS: gdb.base/printcmds.exp: p &ctable1[15*8]
5685 PASS: gdb.base/printcmds.exp: p &ctable1[16*8]
5686 PASS: gdb.base/printcmds.exp: p &ctable1[17*8]
5687 PASS: gdb.base/printcmds.exp: p &ctable1[18*8]
5688 PASS: gdb.base/printcmds.exp: p &ctable1[19*8]
5689 PASS: gdb.base/printcmds.exp: p &ctable1[20*8]
5690 PASS: gdb.base/printcmds.exp: p &ctable1[21*8]
5691 PASS: gdb.base/printcmds.exp: p &ctable1[22*8]
5692 PASS: gdb.base/printcmds.exp: p &ctable1[23*8]
5693 PASS: gdb.base/printcmds.exp: p &ctable1[24*8]
5694 PASS: gdb.base/printcmds.exp: p &ctable1[25*8]
5695 PASS: gdb.base/printcmds.exp: p &ctable1[26*8]
5696 PASS: gdb.base/printcmds.exp: p &ctable1[27*8]
5697 PASS: gdb.base/printcmds.exp: p &ctable1[28*8]
5698 PASS: gdb.base/printcmds.exp: p &ctable1[29*8]
5699 PASS: gdb.base/printcmds.exp: p &ctable1[30*8]
5700 PASS: gdb.base/printcmds.exp: p &ctable1[31*8]
5701 PASS: gdb.base/printcmds.exp: set print elements 24
5702 PASS: gdb.base/printcmds.exp: set print elements 24
5703 PASS: gdb.base/printcmds.exp: p a1[0]
5704 PASS: gdb.base/printcmds.exp: p a1[9]
5705 PASS: gdb.base/printcmds.exp: p a2
5706 PASS: gdb.base/printcmds.exp: p a2[0]
5707 PASS: gdb.base/printcmds.exp: p a2[3]
5708 PASS: gdb.base/printcmds.exp: set print null-stop on
5709 PASS: gdb.base/printcmds.exp: print a2 with null-stop on
5710 PASS: gdb.base/printcmds.exp: set print null-stop off
5711 PASS: gdb.base/printcmds.exp: p int1dim[0]@2
5712 PASS: gdb.base/printcmds.exp: p int1dim[0]@2@3
5713 PASS: gdb.base/printcmds.exp: set print elements 24
5714 PASS: gdb.base/printcmds.exp: set print address on
5715 PASS: gdb.base/printcmds.exp: p arrays
5716 PASS: gdb.base/printcmds.exp: p parrays
5717 PASS: gdb.base/printcmds.exp: p parrays->array1
5718 PASS: gdb.base/printcmds.exp: p &parrays->array1
5719 PASS: gdb.base/printcmds.exp: p parrays->array2
5720 PASS: gdb.base/printcmds.exp: p &parrays->array2
5721 PASS: gdb.base/printcmds.exp: p parrays->array3
5722 PASS: gdb.base/printcmds.exp: p &parrays->array3
5723 PASS: gdb.base/printcmds.exp: p parrays->array4
5724 PASS: gdb.base/printcmds.exp: p &parrays->array4
5725 PASS: gdb.base/printcmds.exp: p parrays->array5
5726 PASS: gdb.base/printcmds.exp: p &parrays->array5
5727 PASS: gdb.base/printcmds.exp: set print address off
5728 PASS: gdb.base/printcmds.exp: set print elements 50
5729 PASS: gdb.base/printcmds.exp: p "a string"
5730 PASS: gdb.base/printcmds.exp: p "embedded \000 null"
5731 PASS: gdb.base/printcmds.exp: p "abcd"[2]
5732 PASS: gdb.base/printcmds.exp: p sizeof ("abcdef")
5733 PASS: gdb.base/printcmds.exp: ptype "foo"
5734 PASS: gdb.base/printcmds.exp: p *"foo"
5735 PASS: gdb.base/printcmds.exp: ptype *"foo"
5736 PASS: gdb.base/printcmds.exp: p &*"foo"
5737 PASS: gdb.base/printcmds.exp: ptype &*"foo"
5738 PASS: gdb.base/printcmds.exp: p (char *)"foo"
5739 PASS: gdb.base/printcmds.exp: print {'a','b','c'}
5740 PASS: gdb.base/printcmds.exp: print {4,5,6}[2]
5741 PASS: gdb.base/printcmds.exp: print *&{4,5,6}[1]
5742 PASS: gdb.base/printcmds.exp: print some_volatile_enum
5743 PASS: gdb.base/printcmds.exp: print three
5744 PASS: gdb.base/printcmds.exp: printf "x=%d,y=%d,z=%d\n", 5, 6, 7
5745 PASS: gdb.base/printcmds.exp: printf "string=%.4sxx\n", teststring
5746 PASS: gdb.base/printcmds.exp: printf "string=%sxx\n", teststring
5747 PASS: gdb.base/printcmds.exp: printf "%f is fun\n", 1.0
5748 PASS: gdb.base/printcmds.exp: printf "x=%d,y=%f,z=%d\n", 5, 6.0, 7
5749 PASS: gdb.base/printcmds.exp: printf "%x %f, %c %x, %x, %f\n", 0xbad, -99.541, 'z', 0xfeedface, 0xd…
5750 PASS: gdb.base/printcmds.exp: printf "%c\n", "x"[1,0]
5751 PASS: gdb.base/printcmds.exp: printf "%%%d%%\n", 5
5752 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2df
5753 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.2df
5754 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.234567df
5755 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.234567df
5756 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1234567.df
5757 PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1234567.df
5758 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E1df
5759 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E10df
5760 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E-10df
5761 PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E96df
5762 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2dd
5763 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.2dd
5764 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.234567890123456dd
5765 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.234567890123456dd
5766 PASS: gdb.base/printcmds.exp: printf "%Df\n",1234567890123456.dd
5767 PASS: gdb.base/printcmds.exp: printf "%Df\n",-1234567890123456.dd
5768 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E1dd
5769 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E10dd
5770 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E-10dd
5771 PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E384dd
5772 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2dl
5773 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.2dl
5774 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.234567890123456789012345678901234dl
5775 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.234567890123456789012345678901234dl
5776 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1234567890123456789012345678901234.dl
5777 PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1234567890123456789012345678901234.dl
5778 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E1dl
5779 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E10dl
5780 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E-10dl
5781 PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E6144dl
5782 PASS: gdb.base/printcmds.exp: printf "%Hf %Hf\n",1.2df,1.3df
5783 PASS: gdb.base/printcmds.exp: set print symbol on
5784 PASS: gdb.base/printcmds.exp: print &three
5785 PASS: gdb.base/printcmds.exp: print parrays
5786 PASS: gdb.base/printcmds.exp: set print symbol off
5787 PASS: gdb.base/printcmds.exp: print invalid_LLL
5788 PASS: gdb.base/printcmds.exp: print invalid_LLE
5789 PASS: gdb.base/printcmds.exp: print invalid_LLR
5790 PASS: gdb.base/printcmds.exp: print invalid_LLS
5791 PASS: gdb.base/printcmds.exp: print invalid_ELL
5792 PASS: gdb.base/printcmds.exp: print invalid_ELR
5793 PASS: gdb.base/printcmds.exp: print invalid_ELS
5794 PASS: gdb.base/printcmds.exp: print invalid_RLL
5795 PASS: gdb.base/printcmds.exp: print invalid_RLE
5796 PASS: gdb.base/printcmds.exp: print invalid_RLR
5797 PASS: gdb.base/printcmds.exp: print invalid_RLS
5798 PASS: gdb.base/printcmds.exp: print invalid_SLL
5799 PASS: gdb.base/printcmds.exp: print invalid_SLE
5800 PASS: gdb.base/printcmds.exp: print invalid_SLR
5801 PASS: gdb.base/printcmds.exp: print invalid_SLS
5802 PASS: gdb.base/printcmds.exp: print invalid_LRL
5803 PASS: gdb.base/printcmds.exp: print invalid_LRE
5804 PASS: gdb.base/printcmds.exp: print invalid_LRR
5805 PASS: gdb.base/printcmds.exp: print invalid_LRS
5806 PASS: gdb.base/printcmds.exp: print invalid_ERL
5807 PASS: gdb.base/printcmds.exp: print invalid_ERR
5808 PASS: gdb.base/printcmds.exp: print invalid_ERS
5809 PASS: gdb.base/printcmds.exp: print invalid_RRL
5810 PASS: gdb.base/printcmds.exp: print invalid_RRE
5811 PASS: gdb.base/printcmds.exp: print invalid_RRR
5812 PASS: gdb.base/printcmds.exp: print invalid_RRS
5813 PASS: gdb.base/printcmds.exp: print invalid_SRL
5814 PASS: gdb.base/printcmds.exp: print invalid_SRE
5815 PASS: gdb.base/printcmds.exp: print invalid_SRR
5816 PASS: gdb.base/printcmds.exp: print invalid_SRS
5817 PASS: gdb.base/printcmds.exp: print invalid_LSL
5818 PASS: gdb.base/printcmds.exp: print invalid_LSE
5819 PASS: gdb.base/printcmds.exp: print invalid_LSR
5820 PASS: gdb.base/printcmds.exp: print invalid_LSS
5821 PASS: gdb.base/printcmds.exp: print invalid_ESL
5822 PASS: gdb.base/printcmds.exp: print invalid_ESR
5823 PASS: gdb.base/printcmds.exp: print invalid_ESS
5824 PASS: gdb.base/printcmds.exp: print invalid_RSL
5825 PASS: gdb.base/printcmds.exp: print invalid_RSE
5826 PASS: gdb.base/printcmds.exp: print invalid_RSR
5827 PASS: gdb.base/printcmds.exp: print invalid_RSS
5828 PASS: gdb.base/printcmds.exp: print invalid_SSL
5829 PASS: gdb.base/printcmds.exp: print invalid_SSE
5830 PASS: gdb.base/printcmds.exp: print invalid_SSR
5831 PASS: gdb.base/printcmds.exp: print invalid_SSS
5832 Running ./gdb.base/print-file-var.exp ...
5833 PASS: gdb.base/print-file-var.exp: breapoint past v1 & v2 initialization
5834 PASS: gdb.base/print-file-var.exp: continue to STOP marker
5835 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
5836 PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib2.c'::this_version_id == v2
5837 Running ./gdb.base/prologue.exp ...
5838 PASS: gdb.base/prologue.exp: setting breakpoint at marker
5839 PASS: gdb.base/prologue.exp: continue to marker
5840 PASS: gdb.base/prologue.exp: reading $pc: marker
5841 PASS: gdb.base/prologue.exp: setting breakpoint at other
5842 PASS: gdb.base/prologue.exp: continue to other
5843 PASS: gdb.base/prologue.exp: reading $pc: other
5844 PASS: gdb.base/prologue.exp: same pc from minimal symbol
5845 Running ./gdb.base/prologue-include.exp ...
5846 PASS: gdb.base/prologue-include.exp: breakpoint main
5847 Running ./gdb.base/psymtab.exp ...
5848 PASS: gdb.base/psymtab.exp: psymtab pending setup
5849 PASS: gdb.base/psymtab.exp: Don't search past end of psymtab.
5850 Running ./gdb.base/ptr-typedef.exp ...
5851 PASS: gdb.base/ptr-typedef.exp: print foo_ptr
5852 PASS: gdb.base/ptr-typedef.exp: print foz_ptr
5853 Running ./gdb.base/ptype.exp ...
5854 PASS: gdb.base/ptype.exp: ptype unnamed enumeration member
5855 PASS: gdb.base/ptype.exp: ptype structure
5856 PASS: gdb.base/ptype.exp: ptype v_struct1.v_float_member
5857 PASS: gdb.base/ptype.exp: ptype v_struct1->v_float_member
5858 PASS: gdb.base/ptype.exp: ptype v_t_struct_p.v_float_member
5859 PASS: gdb.base/ptype.exp: ptype v_t_struct_p->v_float_member
5860 PASS: gdb.base/ptype.exp: ptype linked list structure
5861 PASS: gdb.base/ptype.exp: ptype union
5862 PASS: gdb.base/ptype.exp: ptype linked list union
5863 PASS: gdb.base/ptype.exp: ptype unnamed enumeration
5864 PASS: gdb.base/ptype.exp: ptype named enumeration
5865 PASS: gdb.base/ptype.exp: ptype unnamed typedef'd enumeration
5866 PASS: gdb.base/ptype.exp: list main
5867 PASS: gdb.base/ptype.exp: whatis unnamed typedef'd enum (compiler bug in IBM's xlc)
5868 PASS: gdb.base/ptype.exp: printing typedef'd struct
5869 PASS: gdb.base/ptype.exp: printing typedef'd union
5870 PASS: gdb.base/ptype.exp: ptype named typedef'd enumf'd enum
5871 PASS: gdb.base/ptype.exp: ptype misordered enumeration
5872 PASS: gdb.base/ptype.exp: ptype named enumeration member
5873 PASS: gdb.base/ptype.exp: ptype unnamed enumeration member #2
5874 PASS: gdb.base/ptype.exp: ptype short
5875 PASS: gdb.base/ptype.exp: ptype int
5876 PASS: gdb.base/ptype.exp: ptype t_char_array
5877 PASS: gdb.base/ptype.exp: ptype pv_char_array
5878 PASS: gdb.base/ptype.exp: ptype outer structure
5879 PASS: gdb.base/ptype.exp: ptype inner structure
5880 PASS: gdb.base/ptype.exp: ptype inner union
5881 PASS: gdb.base/ptype.exp: ptype nested structure
5882 PASS: gdb.base/ptype.exp: ptype outer int
5883 PASS: gdb.base/ptype.exp: ptype nested structure #2
5884 PASS: gdb.base/ptype.exp: ptype inner int
5885 PASS: gdb.base/ptype.exp: ptype nested union
5886 PASS: gdb.base/ptype.exp: ptype the_highest
5887 PASS: gdb.base/ptype.exp: ptype the_highest
5888 PASS: gdb.base/ptype.exp: ptype func_type
5889 PASS: gdb.base/ptype.exp: ptype old_fptr
5890 PASS: gdb.base/ptype.exp: ptype new_fptr
5891 PASS: gdb.base/ptype.exp: ptype fptr
5892 PASS: gdb.base/ptype.exp: ptype fptr2
5893 PASS: gdb.base/ptype.exp: ptype xptr
5894 PASS: gdb.base/ptype.exp: ptype ffptr
5895 PASS: gdb.base/ptype.exp: ptype fffptr
5896 PASS: gdb.base/ptype.exp: list intfoo
5897 PASS: gdb.base/ptype.exp: ptype foo typedef after first list of intfoo
5898 PASS: gdb.base/ptype.exp: list charfoo
5899 PASS: gdb.base/ptype.exp: ptype foo typedef after first list of charfoo
5900 PASS: gdb.base/ptype.exp: list intfoo
5901 PASS: gdb.base/ptype.exp: ptype foo typedef after second list of intfoo
5902 PASS: gdb.base/ptype.exp: list charfoo
5903 PASS: gdb.base/ptype.exp: ptype foo typedef after second list of charfoo
5904 PASS: gdb.base/ptype.exp: ptype "abc"
5905 PASS: gdb.base/ptype.exp: ptype {'a','b','c'}
5906 PASS: gdb.base/ptype.exp: ptype {0,1,2}
5907 PASS: gdb.base/ptype.exp: ptype {(long)0,(long)1,(long)2}
5908 PASS: gdb.base/ptype.exp: ptype {(float)0,(float)1,(float)2}
5909 PASS: gdb.base/ptype.exp: ptype {{0,1,2},{3,4,5}}
5910 PASS: gdb.base/ptype.exp: ptype {4,5,6}[2]
5911 PASS: gdb.base/ptype.exp: ptype *&{4,5,6}[1]
5912 PASS: gdb.base/ptype.exp: ptype $pc
5913 Running ./gdb.base/radix.exp ...
5914 PASS: gdb.base/radix.exp: initialize radix, input radix 2
5915 PASS: gdb.base/radix.exp: set input-radix 2
5916 PASS: gdb.base/radix.exp: show radix, input radix 2
5917 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 2
5918 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 2
5919 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 2
5920 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 2
5921 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 2
5922 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 2
5923 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 2
5924 PASS: gdb.base/radix.exp: print 10; expect 2; input radix 2
5925 PASS: gdb.base/radix.exp: print 11; expect 3; input radix 2
5926 PASS: gdb.base/radix.exp: print -10; expect -2; input radix 2
5927 PASS: gdb.base/radix.exp: print -11; expect -3; input radix 2
5928 PASS: gdb.base/radix.exp: print 100; expect 4; input radix 2
5929 PASS: gdb.base/radix.exp: print 101; expect 5; input radix 2
5930 PASS: gdb.base/radix.exp: print -100; expect -4; input radix 2
5931 PASS: gdb.base/radix.exp: print -101; expect -5; input radix 2
5932 PASS: gdb.base/radix.exp: print 10101; expect 21; input radix 2
5933 PASS: gdb.base/radix.exp: print 4; expect Invalid number "4"\.; input radix 2
5934 PASS: gdb.base/radix.exp: print -2; expect Invalid number "2"\.; input radix 2
5935 PASS: gdb.base/radix.exp: initialize radix, input radix 3
5936 PASS: gdb.base/radix.exp: set input-radix 3
5937 PASS: gdb.base/radix.exp: show radix, input radix 3
5938 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 3
5939 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 3
5940 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 3
5941 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 3
5942 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 3
5943 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 3
5944 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 3
5945 PASS: gdb.base/radix.exp: print 10; expect 3; input radix 3
5946 PASS: gdb.base/radix.exp: print 11; expect 4; input radix 3
5947 PASS: gdb.base/radix.exp: print -10; expect -3; input radix 3
5948 PASS: gdb.base/radix.exp: print -11; expect -4; input radix 3
5949 PASS: gdb.base/radix.exp: print 100; expect 9; input radix 3
5950 PASS: gdb.base/radix.exp: print 101; expect 10; input radix 3
5951 PASS: gdb.base/radix.exp: print -100; expect -9; input radix 3
5952 PASS: gdb.base/radix.exp: print -101; expect -10; input radix 3
5953 PASS: gdb.base/radix.exp: print 10101; expect 91; input radix 3
5954 PASS: gdb.base/radix.exp: print 2; expect 2; input radix 3
5955 PASS: gdb.base/radix.exp: print 20; expect 6; input radix 3
5956 PASS: gdb.base/radix.exp: print 3; expect Invalid number "3"\.; input radix 3
5957 PASS: gdb.base/radix.exp: print 30; expect Invalid number "30"\.; input radix 2
5958 PASS: gdb.base/radix.exp: initialize radix, input radix 8
5959 PASS: gdb.base/radix.exp: set input-radix 8
5960 PASS: gdb.base/radix.exp: show radix, input radix 8
5961 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 8
5962 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 8
5963 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 8
5964 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 8
5965 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 8
5966 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 8
5967 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 8
5968 PASS: gdb.base/radix.exp: print 10; expect 8; input radix 8
5969 PASS: gdb.base/radix.exp: print 11; expect 9; input radix 8
5970 PASS: gdb.base/radix.exp: print -10; expect -8; input radix 8
5971 PASS: gdb.base/radix.exp: print -11; expect -9; input radix 8
5972 PASS: gdb.base/radix.exp: print 100; expect 64; input radix 8
5973 PASS: gdb.base/radix.exp: print 101; expect 65; input radix 8
5974 PASS: gdb.base/radix.exp: print -100; expect -64; input radix 8
5975 PASS: gdb.base/radix.exp: print -101; expect -65; input radix 8
5976 PASS: gdb.base/radix.exp: print 10101; expect 4161; input radix 8
5977 PASS: gdb.base/radix.exp: print 20; expect 16; input radix 8
5978 PASS: gdb.base/radix.exp: print -20; expect -16; input radix 8
5979 PASS: gdb.base/radix.exp: print 8; expect Invalid number "8".; input radix 8
5980 PASS: gdb.base/radix.exp: print -9; expect Invalid number "9".; input radix 8
5981 PASS: gdb.base/radix.exp: initialize radix, input radix 10
5982 PASS: gdb.base/radix.exp: set input-radix 10
5983 PASS: gdb.base/radix.exp: show radix, input radix 10
5984 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 10
5985 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 10
5986 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 10
5987 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 10
5988 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 10
5989 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 10
5990 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 10
5991 PASS: gdb.base/radix.exp: print 10; expect 10; input radix 10
5992 PASS: gdb.base/radix.exp: print 11; expect 11; input radix 10
5993 PASS: gdb.base/radix.exp: print -10; expect -10; input radix 10
5994 PASS: gdb.base/radix.exp: print -11; expect -11; input radix 10
5995 PASS: gdb.base/radix.exp: print 100; expect 100; input radix 10
5996 PASS: gdb.base/radix.exp: print 101; expect 101; input radix 10
5997 PASS: gdb.base/radix.exp: print -100; expect -100; input radix 10
5998 PASS: gdb.base/radix.exp: print -101; expect -101; input radix 10
5999 PASS: gdb.base/radix.exp: print 10101; expect 10101; input radix 10
6000 PASS: gdb.base/radix.exp: print -12; expect -12; input radix 10
6001 PASS: gdb.base/radix.exp: initialize radix, input radix 16
6002 PASS: gdb.base/radix.exp: set input-radix 16
6003 PASS: gdb.base/radix.exp: show radix, input radix 16
6004 PASS: gdb.base/radix.exp: print 010; expect 8; input radix 16
6005 PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 16
6006 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 16
6007 PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 16
6008 PASS: gdb.base/radix.exp: print 0; expect 0; input radix 16
6009 PASS: gdb.base/radix.exp: print 1; expect 1; input radix 16
6010 PASS: gdb.base/radix.exp: print -1; expect -1; input radix 16
6011 PASS: gdb.base/radix.exp: print 10; expect 16; input radix 16
6012 PASS: gdb.base/radix.exp: print 11; expect 17; input radix 16
6013 PASS: gdb.base/radix.exp: print -10; expect -16; input radix 16
6014 PASS: gdb.base/radix.exp: print -11; expect -17; input radix 16
6015 PASS: gdb.base/radix.exp: print 100; expect 256; input radix 16
6016 PASS: gdb.base/radix.exp: print 101; expect 257; input radix 16
6017 PASS: gdb.base/radix.exp: print -100; expect -256; input radix 16
6018 PASS: gdb.base/radix.exp: print -101; expect -257; input radix 16
6019 PASS: gdb.base/radix.exp: print 10101; expect 65793; input radix 16
6020 PASS: gdb.base/radix.exp: initialize radix, output radix 8
6021 PASS: gdb.base/radix.exp: set output-radix 8
6022 PASS: gdb.base/radix.exp: show radix, output radix 8
6023 PASS: gdb.base/radix.exp: print 010; expect 010; output radix 8
6024 PASS: gdb.base/radix.exp: print 0xf; expect 17; output radix 8
6025 PASS: gdb.base/radix.exp: print 10; expect 12; output radix 8
6026 PASS: gdb.base/radix.exp: print 100; expect 144; output radix 8
6027 KFAIL: gdb.base/radix.exp: print 20.; expect 24; output radix 8 (PRMS: gdb/1715)
6028 PASS: gdb.base/radix.exp: print (int) 20.; expect 24; output radix 8
6029 PASS: gdb.base/radix.exp: initialize radix, output radix 10
6030 PASS: gdb.base/radix.exp: set output-radix 10
6031 PASS: gdb.base/radix.exp: show radix, output radix 10
6032 PASS: gdb.base/radix.exp: print 010; expect 8; output radix 10
6033 PASS: gdb.base/radix.exp: print 0xf; expect 15; output radix 10
6034 PASS: gdb.base/radix.exp: print 10; expect 10; output radix 10
6035 PASS: gdb.base/radix.exp: print 100; expect 100; output radix 10
6036 PASS: gdb.base/radix.exp: print 20.; expect 20; output radix 10
6037 PASS: gdb.base/radix.exp: print (int) 20.; expect 20; output radix 10
6038 PASS: gdb.base/radix.exp: initialize radix, output radix 16
6039 PASS: gdb.base/radix.exp: set output-radix 16
6040 PASS: gdb.base/radix.exp: show radix, output radix 16
6041 PASS: gdb.base/radix.exp: print 010; expect 8; output radix 16
6042 PASS: gdb.base/radix.exp: print 0xf; expect f; output radix 16
6043 PASS: gdb.base/radix.exp: print 10; expect a; output radix 16
6044 PASS: gdb.base/radix.exp: print 100; expect 64; output radix 16
6045 KFAIL: gdb.base/radix.exp: print 20.; expect 14; output radix 16 (PRMS: gdb/1715)
6046 PASS: gdb.base/radix.exp: print (int) 20.; expect 14; output radix 16
6047 PASS: gdb.base/radix.exp: Reset radices
6048 PASS: gdb.base/radix.exp: Reject input-radix 0
6049 PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 0
6050 PASS: gdb.base/radix.exp: Reject input-radix 1
6051 PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 1
6052 PASS: gdb.base/radix.exp: Reject output-radix 0
6053 PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 0
6054 PASS: gdb.base/radix.exp: Reject output-radix 1
6055 PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 1
6056 PASS: gdb.base/radix.exp: set radix 7 rejected
6057 PASS: gdb.base/radix.exp: Output radix unchanged after rejection through set radix command
6058 Running ./gdb.base/randomize.exp ...
6059 UNTESTED: gdb.base/randomize.exp: Disabling randomization is not supported on this Linux GDB
6060 Running ./gdb.base/random-signal.exp ...
6061 PASS: gdb.base/random-signal.exp: set can-use-hw-watchpoints 0
6062 PASS: gdb.base/random-signal.exp: watch v
6063 PASS: gdb.base/random-signal.exp: continue
6064 FAIL: gdb.base/random-signal.exp: stop with control-c
6065 Running ./gdb.base/readline-ask.exp ...
6066 PASS: gdb.base/readline-ask.exp: set width 50
6067 PASS: gdb.base/readline-ask.exp: set height 3
6068 PASS: gdb.base/readline-ask.exp: bell for more message
6069 FAIL: gdb.base/readline-ask.exp: more message for 01 and 02
6070 FAIL: gdb.base/readline-ask.exp: more message for 03
6071 FAIL: gdb.base/readline-ask.exp: more finish for 04
6073 UNRESOLVED: gdb.base/readline-ask.exp: abort more message
6074 PASS: gdb.base/readline-ask.exp: bell for ask message
6075 FAIL: gdb.base/readline-ask.exp: ask message
6076 Running ./gdb.base/readline.exp ...
6077 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 1
6078 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 2
6079 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 3
6080 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 3
6081 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 2
6082 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 1
6083 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1
6084 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 2
6085 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 3
6086 PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt
6087 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send if 1 > 0
6088 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send p 5
6089 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send end
6090 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to end
6091 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to p 5
6092 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to if 1 > 0
6093 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for if 1 > 0
6094 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for p 5
6095 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for end
6096 PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - final prompt
6097 PASS: gdb.base/readline.exp: print 42
6098 PASS: gdb.base/readline.exp: arrow keys with secondary prompt
6099 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
6100 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 8
6101 PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 9
6102 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 9
6103 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 8
6104 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 7
6105 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 7
6106 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 8
6107 PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 9
6108 PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt
6109 Running ./gdb.base/realname-expand.exp ...
6110 PASS: gdb.base/realname-expand.exp: set basenames-may-differ on
6111 PASS: gdb.base/realname-expand.exp: rbreak realname-expand-real.c:func
6112 PASS: gdb.base/realname-expand.exp: set basenames-may-differ on
6113 PASS: gdb.base/realname-expand.exp: break realname-expand-real.c:func
6114 Running ./gdb.base/recpar.exp ...
6115 PASS: gdb.base/recpar.exp: break recpar.c:26 if n == 3
6116 PASS: gdb.base/recpar.exp: continue
6117 PASS: gdb.base/recpar.exp: backtrace
6118 PASS: gdb.base/recpar.exp: frame 2
6119 PASS: gdb.base/recpar.exp: print foo::val
6120 Running ./gdb.base/recurse.exp ...
6121 PASS: gdb.base/recurse.exp: next over b = 0 in first instance
6122 PASS: gdb.base/recurse.exp: set first instance watchpoint
6123 PASS: gdb.base/recurse.exp: continue to first instance watchpoint, first time
6124 PASS: gdb.base/recurse.exp: continue to recurse (a = 9)
6125 PASS: gdb.base/recurse.exp: continue to recurse (a = 8)
6126 PASS: gdb.base/recurse.exp: continue to recurse (a = 7)
6127 PASS: gdb.base/recurse.exp: continue to recurse (a = 6)
6128 PASS: gdb.base/recurse.exp: continue to recurse (a = 5)
6129 PASS: gdb.base/recurse.exp: next over b = 0 in second instance
6130 PASS: gdb.base/recurse.exp: set second instance watchpoint
6131 PASS: gdb.base/recurse.exp: continue to second instance watchpoint, first time
6132 PASS: gdb.base/recurse.exp: continue to recurse (a = 4)
6133 PASS: gdb.base/recurse.exp: continue to recurse (a = 3)
6134 PASS: gdb.base/recurse.exp: continue to recurse (a = 2)
6135 PASS: gdb.base/recurse.exp: continue to recurse (a = 1)
6136 PASS: gdb.base/recurse.exp: continue to second instance watchpoint, second time
6137 PASS: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
6138 PASS: gdb.base/recurse.exp: continue to first instance watchpoint, second time
6139 PASS: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
6140 Running ./gdb.base/relational.exp ...
6141 PASS: gdb.base/relational.exp: set variable x=14
6142 PASS: gdb.base/relational.exp: set variable y=2
6143 PASS: gdb.base/relational.exp: set variable z=2
6144 PASS: gdb.base/relational.exp: set variable w=3
6145 PASS: gdb.base/relational.exp: print value of x
6146 PASS: gdb.base/relational.exp: print value of y
6147 PASS: gdb.base/relational.exp: print value of z
6148 PASS: gdb.base/relational.exp: print value of w
6149 PASS: gdb.base/relational.exp: print value of x<y
6150 PASS: gdb.base/relational.exp: print value of x<=y
6151 PASS: gdb.base/relational.exp: print value of x>y
6152 PASS: gdb.base/relational.exp: print value of x>=y
6153 PASS: gdb.base/relational.exp: print value of x==y
6154 PASS: gdb.base/relational.exp: print value of x!=y
6155 PASS: gdb.base/relational.exp: set variable x
6156 PASS: gdb.base/relational.exp: set variable y
6157 PASS: gdb.base/relational.exp: set variable z
6158 PASS: gdb.base/relational.exp: print value of x<y<z
6159 PASS: gdb.base/relational.exp: print value of x<=y<=z
6160 PASS: gdb.base/relational.exp: print value of x>y>z
6161 PASS: gdb.base/relational.exp: print value of x>=y>=z
6162 PASS: gdb.base/relational.exp: set variable x
6163 PASS: gdb.base/relational.exp: set variable y
6164 PASS: gdb.base/relational.exp: set variable z
6165 PASS: gdb.base/relational.exp: print value of x==y==z
6166 PASS: gdb.base/relational.exp: set variable z
6167 PASS: gdb.base/relational.exp: print value of x!=y!=z
6168 PASS: gdb.base/relational.exp: set variable x
6169 PASS: gdb.base/relational.exp: set variable y
6170 PASS: gdb.base/relational.exp: set variable z
6171 PASS: gdb.base/relational.exp: print value of x<y==z
6172 PASS: gdb.base/relational.exp: print value of x<y!=z
6173 PASS: gdb.base/relational.exp: set variable x
6174 PASS: gdb.base/relational.exp: set variable y
6175 PASS: gdb.base/relational.exp: set variable z
6176 PASS: gdb.base/relational.exp: print value of x<y<=z
6177 PASS: gdb.base/relational.exp: print value of x<y>=z
6178 PASS: gdb.base/relational.exp: set variable z
6179 PASS: gdb.base/relational.exp: print value of x<y>z
6180 PASS: gdb.base/relational.exp: set variable x
6181 PASS: gdb.base/relational.exp: print value of x>y>=z
6182 PASS: gdb.base/relational.exp: set variable z
6183 PASS: gdb.base/relational.exp: print value of x>y==z
6184 PASS: gdb.base/relational.exp: set variable x
6185 PASS: gdb.base/relational.exp: set variable z
6186 PASS: gdb.base/relational.exp: print value of x>y!=z
6187 PASS: gdb.base/relational.exp: set x to 4
6188 PASS: gdb.base/relational.exp: print value of x>y<=z
6189 PASS: gdb.base/relational.exp: print value of x>=y==z
6190 PASS: gdb.base/relational.exp: set variable x
6191 PASS: gdb.base/relational.exp: print value of x>=y!=z
6192 PASS: gdb.base/relational.exp: set variable x
6193 PASS: gdb.base/relational.exp: set variable z
6194 PASS: gdb.base/relational.exp: print value of x>=y<=z
6195 PASS: gdb.base/relational.exp: print value of x<=y==z
6196 PASS: gdb.base/relational.exp: set variable x
6197 PASS: gdb.base/relational.exp: print value of x<=y!=z
6198 PASS: gdb.base/relational.exp: print value of x==y!=z
6199 PASS: gdb.base/relational.exp: set variable z
6200 PASS: gdb.base/relational.exp: print value of x>=(y<z)
6201 PASS: gdb.base/relational.exp: print value of x>=(y!=z)
6202 PASS: gdb.base/relational.exp: print value of x==(y==z)
6203 PASS: gdb.base/relational.exp: set variable x
6204 PASS: gdb.base/relational.exp: set variable z
6205 PASS: gdb.base/relational.exp: print value of (x==y)<z
6206 Running ./gdb.base/relativedebug.exp ...
6207 PASS: gdb.base/relativedebug.exp: continue
6208 PASS: gdb.base/relativedebug.exp: pause found in backtrace
6209 Running ./gdb.base/relocate.exp ...
6210 PASS: gdb.base/relocate.exp: add-symbol-file relocate.o 0
6211 PASS: gdb.base/relocate.exp: get address of static_foo
6212 PASS: gdb.base/relocate.exp: get address of static_bar
6213 PASS: gdb.base/relocate.exp: static variables have different addresses
6214 PASS: gdb.base/relocate.exp: get address of global_foo
6215 PASS: gdb.base/relocate.exp: get address of global_bar
6216 PASS: gdb.base/relocate.exp: global variables have different addresses
6217 PASS: gdb.base/relocate.exp: get address of function_foo
6218 PASS: gdb.base/relocate.exp: get address of function_bar
6219 PASS: gdb.base/relocate.exp: functions have different addresses
6220 PASS: gdb.base/relocate.exp: set $offset = 0x10000
6221 PASS: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
6222 PASS: gdb.base/relocate.exp: get address of function_foo
6223 PASS: gdb.base/relocate.exp: function foo has a different address
6224 PASS: gdb.base/relocate.exp: print static_foo
6225 PASS: gdb.base/relocate.exp: print static_bar
6226 PASS: gdb.base/relocate.exp: print global_foo
6227 PASS: gdb.base/relocate.exp: print global_bar
6228 Running ./gdb.base/remote.exp ...
6229 PASS: gdb.base/remote.exp: write-packet default
6230 PASS: gdb.base/remote.exp: set write-packet - NULL
6231 PASS: gdb.base/remote.exp: set remote memory-write-packet-size 20
6232 PASS: gdb.base/remote.exp: set write-packet - small
6233 PASS: gdb.base/remote.exp: set remote memory-write-packet-size 1
6234 PASS: gdb.base/remote.exp: set write-packet - very-small
6235 PASS: gdb.base/remote.exp: timed download `remote' - limit, 398 - set packet size
6236 PASS: gdb.base/remote.exp: timed download `remote' - limit, 398
6237 PASS: gdb.base/remote.exp: timed download `remote' - limit, 400 - set packet size
6238 PASS: gdb.base/remote.exp: timed download `remote' - limit, 400
6239 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 0 - set packet size
6240 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 0 - set write size class
6241 PASS: gdb.base/remote.exp: timed download `remote' - fixed, 16385 - set packet size
6242 PASS: gdb.base/remote.exp: timed download `remote' - limit, 0 - set packet size
6243 PASS: gdb.base/remote.exp: timed download `remote' - limit, 0
6244 PASS: gdb.base/remote.exp: get integer valueof "sizeof (random_data)" (49152)
6245 PASS: gdb.base/remote.exp: x/8ub random_data
6246 PASS: gdb.base/remote.exp: x/8ub random_data + 400 - 4
6247 PASS: gdb.base/remote.exp: x/8ub random_data + 16384 - 4
6248 PASS: gdb.base/remote.exp: set remote memory-read-packet-size 16
6249 PASS: gdb.base/remote.exp: show remote memory-read-packet-size
6250 PASS: gdb.base/remote.exp: x/17ub random_data
6251 PASS: gdb.base/remote.exp: set remote hardware-watchpoint-limit -1
6252 PASS: gdb.base/remote.exp: set remote hardware-breakpoint-limit -1
6253 PASS: gdb.base/remote.exp: set remote hardware-watchpoint-limit 2147483647
6254 PASS: gdb.base/remote.exp: set remote hardware-breakpoint-limit 2147483647
6255 Running ./gdb.base/remotetimeout.exp ...
6256 Running ./gdb.base/reread.exp ...
6257 PASS: gdb.base/reread.exp: breakpoint foo in first file
6258 PASS: gdb.base/reread.exp: run to foo()
6259 UNSUPPORTED: gdb.base/reread.exp: run to foo() second time
6260 UNSUPPORTED: gdb.base/reread.exp: second pass: GDB should check for changes before running
6261 Running ./gdb.base/restore.exp ...
6262 PASS: gdb.base/restore.exp: tbreak caller1
6263 PASS: gdb.base/restore.exp: run to caller1
6264 PASS: gdb.base/restore.exp: caller1 calls callee1; tbreak callee
6265 PASS: gdb.base/restore.exp: caller1 calls callee1; continue to callee
6266 PASS: gdb.base/restore.exp: caller1 calls callee1; return callee now
6267 PASS: gdb.base/restore.exp: caller1 calls callee1; return restored l1 to 32492
6268 PASS: gdb.base/restore.exp: caller1 calls callee2; tbreak callee
6269 PASS: gdb.base/restore.exp: caller1 calls callee2; continue to callee
6270 PASS: gdb.base/restore.exp: caller1 calls callee2; return callee now
6271 PASS: gdb.base/restore.exp: caller1 calls callee2; return restored l1 to 32492
6272 PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee
6273 PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee
6274 PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now
6275 PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492
6276 PASS: gdb.base/restore.exp: caller1 calls callee4; tbreak callee
6277 PASS: gdb.base/restore.exp: caller1 calls callee4; continue to callee
6278 PASS: gdb.base/restore.exp: caller1 calls callee4; return callee now
6279 PASS: gdb.base/restore.exp: caller1 calls callee4; return restored l1 to 32492
6280 PASS: gdb.base/restore.exp: caller1 calls callee5; tbreak callee
6281 PASS: gdb.base/restore.exp: caller1 calls callee5; continue to callee
6282 PASS: gdb.base/restore.exp: caller1 calls callee5; return callee now
6283 PASS: gdb.base/restore.exp: caller1 calls callee5; return restored l1 to 32492
6284 PASS: gdb.base/restore.exp: tbreak caller2
6285 PASS: gdb.base/restore.exp: run to caller2
6286 PASS: gdb.base/restore.exp: caller2 calls callee1; tbreak callee
6287 PASS: gdb.base/restore.exp: caller2 calls callee1; continue to callee
6288 PASS: gdb.base/restore.exp: caller2 calls callee1; return callee now
6289 FAIL: gdb.base/restore.exp: caller2 calls callee1; return restored l1 to 32492
6290 PASS: gdb.base/restore.exp: caller2 calls callee1; return restored l2 to 32493
6291 PASS: gdb.base/restore.exp: caller2 calls callee2; tbreak callee
6292 PASS: gdb.base/restore.exp: caller2 calls callee2; continue to callee
6293 PASS: gdb.base/restore.exp: caller2 calls callee2; return callee now
6294 FAIL: gdb.base/restore.exp: caller2 calls callee2; return restored l1 to 32492
6295 PASS: gdb.base/restore.exp: caller2 calls callee2; return restored l2 to 32493
6296 PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee
6297 PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee
6298 PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now
6299 FAIL: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492
6300 PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493
6301 PASS: gdb.base/restore.exp: caller2 calls callee4; tbreak callee
6302 PASS: gdb.base/restore.exp: caller2 calls callee4; continue to callee
6303 PASS: gdb.base/restore.exp: caller2 calls callee4; return callee now
6304 FAIL: gdb.base/restore.exp: caller2 calls callee4; return restored l1 to 32492
6305 PASS: gdb.base/restore.exp: caller2 calls callee4; return restored l2 to 32493
6306 PASS: gdb.base/restore.exp: caller2 calls callee5; tbreak callee
6307 PASS: gdb.base/restore.exp: caller2 calls callee5; continue to callee
6308 PASS: gdb.base/restore.exp: caller2 calls callee5; return callee now
6309 FAIL: gdb.base/restore.exp: caller2 calls callee5; return restored l1 to 32492
6310 PASS: gdb.base/restore.exp: caller2 calls callee5; return restored l2 to 32493
6311 PASS: gdb.base/restore.exp: tbreak caller3
6312 PASS: gdb.base/restore.exp: run to caller3
6313 PASS: gdb.base/restore.exp: caller3 calls callee1; tbreak callee
6314 PASS: gdb.base/restore.exp: caller3 calls callee1; continue to callee
6315 PASS: gdb.base/restore.exp: caller3 calls callee1; return callee now
6316 FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492
6317 FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l2 to 32493
6318 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l3 to 32494
6319 PASS: gdb.base/restore.exp: caller3 calls callee2; tbreak callee
6320 PASS: gdb.base/restore.exp: caller3 calls callee2; continue to callee
6321 PASS: gdb.base/restore.exp: caller3 calls callee2; return callee now
6322 FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492
6323 FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l2 to 32493
6324 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l3 to 32494
6325 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee
6326 PASS: gdb.base/restore.exp: caller3 calls callee3; continue to callee
6327 PASS: gdb.base/restore.exp: caller3 calls callee3; return callee now
6328 FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492
6329 FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l2 to 32493
6330 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l3 to 32494
6331 PASS: gdb.base/restore.exp: caller3 calls callee4; tbreak callee
6332 PASS: gdb.base/restore.exp: caller3 calls callee4; continue to callee
6333 PASS: gdb.base/restore.exp: caller3 calls callee4; return callee now
6334 FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492
6335 FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l2 to 32493
6336 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l3 to 32494
6337 PASS: gdb.base/restore.exp: caller3 calls callee5; tbreak callee
6338 PASS: gdb.base/restore.exp: caller3 calls callee5; continue to callee
6339 PASS: gdb.base/restore.exp: caller3 calls callee5; return callee now
6340 FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492
6341 FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l2 to 32493
6342 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l3 to 32494
6343 PASS: gdb.base/restore.exp: tbreak caller4
6344 PASS: gdb.base/restore.exp: run to caller4
6345 PASS: gdb.base/restore.exp: caller4 calls callee1; tbreak callee
6346 PASS: gdb.base/restore.exp: caller4 calls callee1; continue to callee
6347 PASS: gdb.base/restore.exp: caller4 calls callee1; return callee now
6348 FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492
6349 FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493
6350 FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l3 to 32494
6351 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l4 to 32495
6352 PASS: gdb.base/restore.exp: caller4 calls callee2; tbreak callee
6353 PASS: gdb.base/restore.exp: caller4 calls callee2; continue to callee
6354 PASS: gdb.base/restore.exp: caller4 calls callee2; return callee now
6355 FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492
6356 FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493
6357 FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l3 to 32494
6358 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l4 to 32495
6359 PASS: gdb.base/restore.exp: caller4 calls callee3; tbreak callee
6360 PASS: gdb.base/restore.exp: caller4 calls callee3; continue to callee
6361 PASS: gdb.base/restore.exp: caller4 calls callee3; return callee now
6362 FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492
6363 FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493
6364 FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l3 to 32494
6365 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l4 to 32495
6366 PASS: gdb.base/restore.exp: caller4 calls callee4; tbreak callee
6367 PASS: gdb.base/restore.exp: caller4 calls callee4; continue to callee
6368 PASS: gdb.base/restore.exp: caller4 calls callee4; return callee now
6369 FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492
6370 FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493
6371 FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l3 to 32494
6372 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l4 to 32495
6373 PASS: gdb.base/restore.exp: caller4 calls callee5; tbreak callee
6374 PASS: gdb.base/restore.exp: caller4 calls callee5; continue to callee
6375 PASS: gdb.base/restore.exp: caller4 calls callee5; return callee now
6376 FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492
6377 FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493
6378 FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l3 to 32494
6379 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l4 to 32495
6380 PASS: gdb.base/restore.exp: tbreak caller5
6381 PASS: gdb.base/restore.exp: run to caller5
6382 PASS: gdb.base/restore.exp: caller5 calls callee1; tbreak callee
6383 PASS: gdb.base/restore.exp: caller5 calls callee1; continue to callee
6384 PASS: gdb.base/restore.exp: caller5 calls callee1; return callee now
6385 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492
6386 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493
6387 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494
6388 FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l4 to 32495
6389 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l5 to 32496
6390 PASS: gdb.base/restore.exp: caller5 calls callee2; tbreak callee
6391 PASS: gdb.base/restore.exp: caller5 calls callee2; continue to callee
6392 PASS: gdb.base/restore.exp: caller5 calls callee2; return callee now
6393 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492
6394 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493
6395 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494
6396 FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l4 to 32495
6397 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l5 to 32496
6398 PASS: gdb.base/restore.exp: caller5 calls callee3; tbreak callee
6399 PASS: gdb.base/restore.exp: caller5 calls callee3; continue to callee
6400 PASS: gdb.base/restore.exp: caller5 calls callee3; return callee now
6401 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492
6402 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493
6403 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494
6404 FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l4 to 32495
6405 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l5 to 32496
6406 PASS: gdb.base/restore.exp: caller5 calls callee4; tbreak callee
6407 PASS: gdb.base/restore.exp: caller5 calls callee4; continue to callee
6408 PASS: gdb.base/restore.exp: caller5 calls callee4; return callee now
6409 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492
6410 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493
6411 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494
6412 FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l4 to 32495
6413 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l5 to 32496
6414 PASS: gdb.base/restore.exp: caller5 calls callee5; tbreak callee
6415 PASS: gdb.base/restore.exp: caller5 calls callee5; continue to callee
6416 PASS: gdb.base/restore.exp: caller5 calls callee5; return callee now
6417 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492
6418 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493
6419 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494
6420 FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l4 to 32495
6421 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l5 to 32496
6422 Running ./gdb.base/return2.exp ...
6423 PASS: gdb.base/return2.exp: set break on void_func
6424 PASS: gdb.base/return2.exp: continue to void_func
6425 PASS: gdb.base/return2.exp: return from void_func
6426 PASS: gdb.base/return2.exp: void function returned successfully
6427 PASS: gdb.base/return2.exp: set break on char_func
6428 PASS: gdb.base/return2.exp: continue to char_func
6429 PASS: gdb.base/return2.exp: return from char_func
6430 PASS: gdb.base/return2.exp: char value returned successfully
6431 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6432 PASS: gdb.base/return2.exp: set break on short_func
6433 PASS: gdb.base/return2.exp: continue to short_func
6434 PASS: gdb.base/return2.exp: return from short_func
6435 PASS: gdb.base/return2.exp: short value returned successfully
6436 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6437 PASS: gdb.base/return2.exp: set break on int_func
6438 PASS: gdb.base/return2.exp: continue to int_func
6439 PASS: gdb.base/return2.exp: return from int_func
6440 PASS: gdb.base/return2.exp: int value returned successfully
6441 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6442 PASS: gdb.base/return2.exp: set break on long_func
6443 PASS: gdb.base/return2.exp: continue to long_func
6444 PASS: gdb.base/return2.exp: return from long_func
6445 PASS: gdb.base/return2.exp: long value returned successfully
6446 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6447 PASS: gdb.base/return2.exp: set break on long_long_func
6448 PASS: gdb.base/return2.exp: continue to long_long_func
6449 PASS: gdb.base/return2.exp: return from long_long_func
6450 PASS: gdb.base/return2.exp: long_long value returned successfully
6451 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6452 PASS: gdb.base/return2.exp: set break on float_func
6453 PASS: gdb.base/return2.exp: continue to float_func
6454 PASS: gdb.base/return2.exp: return from float_func
6455 PASS: gdb.base/return2.exp: float value returned successfully
6456 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6457 PASS: gdb.base/return2.exp: set break on double_func
6458 PASS: gdb.base/return2.exp: continue to double_func
6459 PASS: gdb.base/return2.exp: return from double_func
6460 PASS: gdb.base/return2.exp: double value returned successfully
6461 PASS: gdb.base/return2.exp: validate result value not equal to program return value
6462 Running ./gdb.base/return.exp ...
6463 PASS: gdb.base/return.exp: simple return
6464 PASS: gdb.base/return.exp: break func2
6465 PASS: gdb.base/return.exp: break func3
6466 PASS: gdb.base/return.exp: continue to return of -5
6467 PASS: gdb.base/return.exp: next over call to func2
6468 PASS: gdb.base/return.exp: correct value returned (integer test)
6469 PASS: gdb.base/return.exp: continue to return of -5.0
6470 PASS: gdb.base/return.exp: next over call to func3
6471 PASS: gdb.base/return.exp: correct value returned double test (known problem with sparc solaris)
6472 Running ./gdb.base/return-nodebug.exp ...
6473 PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info without a c…
6474 PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info with a cast
6475 PASS: gdb.base/return-nodebug.exp: signed-char: advance to marker
6476 PASS: gdb.base/return-nodebug.exp: signed-char: full width of the returned result
6477 PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info without a cast
6478 PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info with a cast
6479 PASS: gdb.base/return-nodebug.exp: short: advance to marker
6480 PASS: gdb.base/return-nodebug.exp: short: full width of the returned result
6481 PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info without a cast
6482 PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info with a cast
6483 PASS: gdb.base/return-nodebug.exp: int: advance to marker
6484 PASS: gdb.base/return-nodebug.exp: int: full width of the returned result
6485 PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info without a cast
6486 PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info with a cast
6487 PASS: gdb.base/return-nodebug.exp: long: advance to marker
6488 PASS: gdb.base/return-nodebug.exp: long: full width of the returned result
6489 PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info without a cast
6490 PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info with a cast
6491 PASS: gdb.base/return-nodebug.exp: long-long: advance to marker
6492 PASS: gdb.base/return-nodebug.exp: long-long: full width of the returned result
6493 PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info without a cast
6494 PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info with a cast
6495 PASS: gdb.base/return-nodebug.exp: float: advance to marker
6496 PASS: gdb.base/return-nodebug.exp: float: full width of the returned result
6497 PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info without a cast
6498 PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info with a cast
6499 PASS: gdb.base/return-nodebug.exp: double: advance to marker
6500 PASS: gdb.base/return-nodebug.exp: double: full width of the returned result
6501 Running ./gdb.base/save-bp.exp ...
6502 PASS: gdb.base/save-bp.exp: add breakpoint commands
6503 PASS: gdb.base/save-bp.exp: dprintf save-bp.c:33,"At foo entry\n"
6504 PASS: gdb.base/save-bp.exp: save breakpoint bps
6505 PASS: gdb.base/save-bp.exp: source bps
6506 PASS: gdb.base/save-bp.exp: info break
6507 Running ./gdb.base/savedregs.exp ...
6508 PASS: gdb.base/savedregs.exp: advance thrower
6509 PASS: gdb.base/savedregs.exp: Get main info frame
6510 PASS: gdb.base/savedregs.exp: handle SIGSEGV pass print nostop
6511 PASS: gdb.base/savedregs.exp: handle SIGILL pass print nostop
6512 PASS: gdb.base/savedregs.exp: advance catcher
6513 PASS: gdb.base/savedregs.exp: Get sigtramp info frame
6514 PASS: gdb.base/savedregs.exp: Get thrower info frame
6515 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
6516 PASS: gdb.base/savedregs.exp: break caller
6517 PASS: gdb.base/savedregs.exp: call caller (1,2,3,4,5,6,7,8)
6518 PASS: gdb.base/savedregs.exp: Get dummy info frame
6519 PASS: gdb.base/savedregs.exp: Get catcher info frame
6520 PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtra…
6521 PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains caller dummy catcher sigtram…
6522 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains caller dummy catcher sigtramp t…
6523 PASS: gdb.base/savedregs.exp: advance callee
6524 PASS: gdb.base/savedregs.exp: Get caller info frame
6525 PASS: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher si…
6526 PASS: gdb.base/savedregs.exp: Check catcher info frame; stack contains callee caller dummy catcher …
6527 PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains callee caller dummy catcher…
6528 PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains callee caller dummy catcher …
6529 PASS: gdb.base/savedregs.exp: Check main info frame; stack contains callee caller dummy catcher sig…
6530 Running ./gdb.base/scope.exp ...
6531 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6532 UNSUPPORTED: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss before run
6533 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal before run
6534 PASS: gdb.base/scope.exp: next over init0() in main
6535 PASS: gdb.base/scope.exp: print filelocal
6536 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at main
6537 PASS: gdb.base/scope.exp: print filelocal_bss
6538 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_main
6539 PASS: gdb.base/scope.exp: print filelocal_ro in test_at_main
6540 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6541 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal
6542 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss
6543 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro
6544 PASS: gdb.base/scope.exp: print foo::funclocal
6545 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal
6546 PASS: gdb.base/scope.exp: print foo::funclocal_ro
6547 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro
6548 PASS: gdb.base/scope.exp: print bar::funclocal
6549 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal
6550 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at foo
6551 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_foo
6552 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
6553 PASS: gdb.base/scope.exp: print filelocal at foo
6554 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at foo
6555 PASS: gdb.base/scope.exp: print filelocal_bss at foo
6556 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at foo
6557 PASS: gdb.base/scope.exp: print filelocal_ro at foo
6558 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at foo
6559 PASS: gdb.base/scope.exp: print funclocal at foo
6560 PASS: gdb.base/scope.exp: print foo::funclocal at foo
6561 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at foo
6562 PASS: gdb.base/scope.exp: print funclocal_bss at foo
6563 PASS: gdb.base/scope.exp: print foo::funclocal_bss at foo
6564 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at foo
6565 PASS: gdb.base/scope.exp: print funclocal_ro at foo
6566 PASS: gdb.base/scope.exp: print foo::funclocal_ro at foo
6567 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at foo
6568 PASS: gdb.base/scope.exp: print bar::funclocal at foo
6569 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at foo
6570 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at bar
6571 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_bar
6572 PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro at bar
6573 PASS: gdb.base/scope.exp: print filelocal at bar
6574 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at bar
6575 PASS: gdb.base/scope.exp: print filelocal_bss at bar
6576 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at bar
6577 PASS: gdb.base/scope.exp: print filelocal_ro in test_at_bar
6578 PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at bar
6579 PASS: gdb.base/scope.exp: print foo::funclocal at bar
6580 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at bar
6581 PASS: gdb.base/scope.exp: print foo::funclocal_bss at bar
6582 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at bar
6583 PASS: gdb.base/scope.exp: print foo::funclocal_ro at bar
6584 PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at bar
6585 PASS: gdb.base/scope.exp: print funclocal at bar
6586 PASS: gdb.base/scope.exp: print bar::funclocal at bar
6587 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at bar
6588 PASS: gdb.base/scope.exp: print funclocal_bss at bar
6589 PASS: gdb.base/scope.exp: print bar::funclocal_bss at bar
6590 PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal_bss at bar
6591 PASS: gdb.base/scope.exp: continue to marker2
6592 PASS: gdb.base/scope.exp: up from marker2 in scopes.exp
6593 PASS: gdb.base/scope.exp: print localval, outer scope
6594 PASS: gdb.base/scope.exp: print localval1, outer scope
6595 PASS: gdb.base/scope.exp: print localval2, outer scope
6596 PASS: gdb.base/scope.exp: print localval3, outer scope
6597 PASS: gdb.base/scope.exp: continue to marker3 in scope.exp
6598 PASS: gdb.base/scope.exp: up from marker3 in scope.exp
6599 PASS: gdb.base/scope.exp: print localval, first nested scope
6600 PASS: gdb.base/scope.exp: print localval1, first nested scope
6601 PASS: gdb.base/scope.exp: print localval2, first nested scope
6602 PASS: gdb.base/scope.exp: print localval3, first nested scope
6603 PASS: gdb.base/scope.exp: continue to marker4 in scope.exp
6604 PASS: gdb.base/scope.exp: up from marker4 in scope.exp
6605 PASS: gdb.base/scope.exp: print localval, innermost scope
6606 PASS: gdb.base/scope.exp: print localval1, innermost scope
6607 PASS: gdb.base/scope.exp: print localval2, innermost scope
6608 PASS: gdb.base/scope.exp: print localval3, innermost scope
6609 PASS: gdb.base/scope.exp: continue to marker1
6610 PASS: gdb.base/scope.exp: up from marker1 in scope.exp
6611 PASS: gdb.base/scope.exp: 100 auto variables correctly initialized
6612 PASS: gdb.base/scope.exp: args in correct order
6613 Running ./gdb.base/sect-cmd.exp ...
6614 Running ./gdb.base/sepdebug.exp ...
6615 PASS: gdb.base/sepdebug.exp: breakpoint function
6616 PASS: gdb.base/sepdebug.exp: breakpoint quoted function
6617 PASS: gdb.base/sepdebug.exp: breakpoint function in file
6618 PASS: gdb.base/sepdebug.exp: use `list' to establish default source file
6619 PASS: gdb.base/sepdebug.exp: breakpoint line number
6620 PASS: gdb.base/sepdebug.exp: breakpoint duplicate
6621 PASS: gdb.base/sepdebug.exp: breakpoint line number in file
6622 PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line if conditional
6623 PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line while conditional
6624 PASS: gdb.base/sepdebug.exp: breakpoint info
6625 PASS: gdb.base/sepdebug.exp: run until function breakpoint
6626 PASS: gdb.base/sepdebug.exp: run until breakpoint set at a line number
6627 PASS: gdb.base/sepdebug.exp: run until file:function(6) breakpoint
6628 PASS: gdb.base/sepdebug.exp: run until file:function(5) breakpoint
6629 PASS: gdb.base/sepdebug.exp: run until file:function(4) breakpoint
6630 PASS: gdb.base/sepdebug.exp: run until file:function(3) breakpoint
6631 PASS: gdb.base/sepdebug.exp: run until file:function(2) breakpoint
6632 PASS: gdb.base/sepdebug.exp: run until file:function(1) breakpoint
6633 PASS: gdb.base/sepdebug.exp: run until quoted breakpoint
6634 PASS: gdb.base/sepdebug.exp: run until file:linenum breakpoint
6635 PASS: gdb.base/sepdebug.exp: breakpoint offset +1
6636 PASS: gdb.base/sepdebug.exp: step onto breakpoint
6637 PASS: gdb.base/sepdebug.exp: Temporary breakpoint function
6638 PASS: gdb.base/sepdebug.exp: Temporary breakpoint function in file
6639 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #1
6640 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #2
6641 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #1
6642 PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #2
6643 PASS: gdb.base/sepdebug.exp: Temporary breakpoint info
6644 PASS: gdb.base/sepdebug.exp: catch requires an event name
6645 PASS: gdb.base/sepdebug.exp: set catch fork, never expected to trigger
6646 PASS: gdb.base/sepdebug.exp: set catch vfork, never expected to trigger
6647 PASS: gdb.base/sepdebug.exp: set catch exec, never expected to trigger
6648 PASS: gdb.base/sepdebug.exp: set breakpoint pending off
6649 PASS: gdb.base/sepdebug.exp: break on non-existent source line
6650 PASS: gdb.base/sepdebug.exp: until bp_location1
6651 PASS: gdb.base/sepdebug.exp: break on default location, 1st time
6652 PASS: gdb.base/sepdebug.exp: break on default location, 2nd time
6653 PASS: gdb.base/sepdebug.exp: break on default location, 3rd time
6654 PASS: gdb.base/sepdebug.exp: break on default location, 4th time
6655 PASS: gdb.base/sepdebug.exp: set to-be-silent break bp_location1
6656 PASS: gdb.base/sepdebug.exp: set silent break bp_location1
6657 PASS: gdb.base/sepdebug.exp: info silent break bp_location1
6658 PASS: gdb.base/sepdebug.exp: hit silent break bp_location1
6659 PASS: gdb.base/sepdebug.exp: stopped for silent break bp_location1
6660 PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on non-existent thread disallowed
6661 PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on bogus thread ID disallowed
6662 PASS: gdb.base/sepdebug.exp: breakpoint with trailing garbage disallowed
6663 PASS: gdb.base/sepdebug.exp: step over breakpoint
6664 PASS: gdb.base/sepdebug.exp: clear line has no breakpoint disallowed
6665 PASS: gdb.base/sepdebug.exp: clear current line has no breakpoint disallowed
6666 PASS: gdb.base/sepdebug.exp: break marker3 #1
6667 PASS: gdb.base/sepdebug.exp: break marker3 #2
6668 PASS: gdb.base/sepdebug.exp: clear marker3
6669 PASS: gdb.base/sepdebug.exp: set convenience variable $foo to bp_location11
6670 PASS: gdb.base/sepdebug.exp: set breakpoint via convenience variable
6671 PASS: gdb.base/sepdebug.exp: set convenience variable $foo to 81.5
6672 PASS: gdb.base/sepdebug.exp: set breakpoint via non-integer convenience variable disallowed
6673 PASS: gdb.base/sepdebug.exp: set breakpoint on to-be-called function
6674 PASS: gdb.base/sepdebug.exp: hit breakpoint on called function
6675 PASS: gdb.base/sepdebug.exp: backtrace while in called function
6676 PASS: gdb.base/sepdebug.exp: finish from called function
6677 PASS: gdb.base/sepdebug.exp: finish with arguments disallowed
6678 PASS: gdb.base/sepdebug.exp: finish from outermost frame disallowed
6679 PASS: gdb.base/sepdebug.exp: kill program
6680 PASS: gdb.base/sepdebug.exp: break at factorial
6681 PASS: gdb.base/sepdebug.exp: continue to factorial(5)
6682 PASS: gdb.base/sepdebug.exp: backtrace from factorial(5)
6683 PASS: gdb.base/sepdebug.exp: next to recursive call
6684 PASS: gdb.base/sepdebug.exp: next over recursive call
6685 PASS: gdb.base/sepdebug.exp: backtrace from factorial(5.1)
6686 PASS: gdb.base/sepdebug.exp: continue until exit at recursive next test
6687 PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location
6688 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file
6689 PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file
6690 PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file
6691 PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
6692 PASS: gdb.base/sepdebug.exp: CRC mismatch is reported
6693 PASS: gdb.base/sepdebug.exp: build-id support by binutils
6694 PASS: gdb.base/sepdebug.exp: build-id: set separate debug location
6695 PASS: gdb.base/sepdebug.exp: build-id: breakpoint function, optimized file
6696 PASS: gdb.base/sepdebug.exp: build-id: breakpoint small function, optimized file
6697 PASS: gdb.base/sepdebug.exp: build-id: run until function breakpoint, optimized file
6698 PASS: gdb.base/sepdebug.exp: build-id: run until breakpoint set at small function, optimized file
6699 PASS: gdb.base/sepdebug.exp: multiple-dirs: set separate debug location
6700 PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint function, optimized file
6701 PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint small function, optimized file
6702 PASS: gdb.base/sepdebug.exp: multiple-dirs: run until function breakpoint, optimized file
6703 PASS: gdb.base/sepdebug.exp: multiple-dirs: run until breakpoint set at small function, optimized f…
6704 Running ./gdb.base/sep.exp ...
6705 PASS: gdb.base/sep.exp: list using location inside included file
6706 PASS: gdb.base/sep.exp: breakpoint inside included file
6707 Running ./gdb.base/sepsymtab.exp ...
6708 PASS: gdb.base/sepsymtab.exp: info sym main
6709 Running ./gdb.base/set-lang-auto.exp ...
6710 PASS: gdb.base/set-lang-auto.exp: show lang after loading binary
6711 PASS: gdb.base/set-lang-auto.exp: forcing the language to ada
6712 PASS: gdb.base/set-lang-auto.exp: show lang after switching language to ada
6713 PASS: gdb.base/set-lang-auto.exp: switching the language back to auto
6714 PASS: gdb.base/set-lang-auto.exp: show lang after having switched back to auto
6715 Running ./gdb.base/set-noassign.exp ...
6716 PASS: gdb.base/set-noassign.exp: set language ada
6717 PASS: gdb.base/set-noassign.exp: warning for set without assignment
6718 Running ./gdb.base/setshow.exp ...
6719 PASS: gdb.base/setshow.exp: default annotation_level is zero
6720 PASS: gdb.base/setshow.exp: set annotate 2
6721 PASS: gdb.base/setshow.exp: show annotate 2
6722 PASS: gdb.base/setshow.exp: annotation_level 2
6723 PASS: gdb.base/setshow.exp: set annotate 1
6724 PASS: gdb.base/setshow.exp: show annotate (1)
6725 PASS: gdb.base/setshow.exp: annotation_level 1
6726 PASS: gdb.base/setshow.exp: set annotate 0
6727 PASS: gdb.base/setshow.exp: show annotate (0)
6728 PASS: gdb.base/setshow.exp: annotation_level 0
6729 PASS: gdb.base/setshow.exp: set args ~
6730 PASS: gdb.base/setshow.exp: show args ~
6731 PASS: gdb.base/setshow.exp: set args
6732 PASS: gdb.base/setshow.exp: show args
6733 PASS: gdb.base/setshow.exp: set check range on
6734 PASS: gdb.base/setshow.exp: show check range (on)
6735 PASS: gdb.base/setshow.exp: set check range off
6736 PASS: gdb.base/setshow.exp: show check range (off)
6737 PASS: gdb.base/setshow.exp: set check range auto
6738 PASS: gdb.base/setshow.exp: show check range (auto)
6739 PASS: gdb.base/setshow.exp: set check type on
6740 PASS: gdb.base/setshow.exp: show check type (on)
6741 PASS: gdb.base/setshow.exp: set check type off
6742 PASS: gdb.base/setshow.exp: show check type (off)
6743 PASS: gdb.base/setshow.exp: set complaints 100
6744 PASS: gdb.base/setshow.exp: show complaints (100)
6745 PASS: gdb.base/setshow.exp: set complaints 0
6746 PASS: gdb.base/setshow.exp: show complaints (0)
6747 PASS: gdb.base/setshow.exp: set confirm off
6748 PASS: gdb.base/setshow.exp: show confirm (off)
6749 PASS: gdb.base/setshow.exp: set confirm on
6750 PASS: gdb.base/setshow.exp: show confirm (on)
6751 PASS: gdb.base/setshow.exp: set editing off
6752 PASS: gdb.base/setshow.exp: show editing (off)
6753 PASS: gdb.base/setshow.exp: set environment FOOBARBAZ
6754 PASS: gdb.base/setshow.exp: show environment FOOBARBAZ
6755 PASS: gdb.base/setshow.exp: set height 100
6756 PASS: gdb.base/setshow.exp: show height
6757 PASS: gdb.base/setshow.exp: set history expansion on
6758 PASS: gdb.base/setshow.exp: show history expansion
6759 PASS: gdb.base/setshow.exp: set history filename foobar.baz
6760 PASS: gdb.base/setshow.exp: show history filename (foobar.baz)
6761 PASS: gdb.base/setshow.exp: set history save on
6762 PASS: gdb.base/setshow.exp: show history save (on)
6763 PASS: gdb.base/setshow.exp: set history size 100
6764 PASS: gdb.base/setshow.exp: show history size (100)
6765 PASS: gdb.base/setshow.exp: set language asm
6766 PASS: gdb.base/setshow.exp: show language (asm)
6767 PASS: gdb.base/setshow.exp: set language java
6768 PASS: gdb.base/setshow.exp: show language (java)
6769 PASS: gdb.base/setshow.exp: complete set language minimal
6770 PASS: gdb.base/setshow.exp: set language auto
6771 PASS: gdb.base/setshow.exp: show language (auto)
6772 PASS: gdb.base/setshow.exp: set listsize 100
6773 PASS: gdb.base/setshow.exp: show listsize (100)
6774 PASS: gdb.base/setshow.exp: set prompt FooBarBaz
6775 PASS: gdb.base/setshow.exp: show prompt FooBarBaz
6776 PASS: gdb.base/setshow.exp: set prompt gdb
6777 PASS: gdb.base/setshow.exp: set radix 11
6778 PASS: gdb.base/setshow.exp: set radix 16
6779 PASS: gdb.base/setshow.exp: show radix (16)
6780 PASS: gdb.base/setshow.exp: set radix 10
6781 PASS: gdb.base/setshow.exp: show radix (10)
6782 PASS: gdb.base/setshow.exp: set width 90
6783 PASS: gdb.base/setshow.exp: show width (90)
6784 PASS: gdb.base/setshow.exp: set write on
6785 PASS: gdb.base/setshow.exp: show write (on)
6786 PASS: gdb.base/setshow.exp: show user
6787 PASS: gdb.base/setshow.exp: set verbose on
6788 PASS: gdb.base/setshow.exp: show verbose (on)
6789 PASS: gdb.base/setshow.exp: set verbose off
6790 PASS: gdb.base/setshow.exp: show verbose (off)
6791 Running ./gdb.base/setvar.exp ...
6792 PASS: gdb.base/setvar.exp: set print sevenbit-strings
6793 PASS: gdb.base/setvar.exp: set variable char=0
6794 PASS: gdb.base/setvar.exp: set variable char=1
6795 PASS: gdb.base/setvar.exp: set variable char=7 (Bel)
6796 PASS: gdb.base/setvar.exp: set variable char=32 (SPC)
6797 PASS: gdb.base/setvar.exp: set variable char=65 ('A')
6798 PASS: gdb.base/setvar.exp: set variable char=97 ('a')
6799 PASS: gdb.base/setvar.exp: set variable char=126 ('~')
6800 PASS: gdb.base/setvar.exp: set variable char=127 (8-bit)
6801 PASS: gdb.base/setvar.exp: set variable signed char=0
6802 PASS: gdb.base/setvar.exp: set variable signed char=1
6803 PASS: gdb.base/setvar.exp: set variable signed char=7 (Bel)
6804 PASS: gdb.base/setvar.exp: set variable signed char=32 (SPC)
6805 PASS: gdb.base/setvar.exp: set variable signed char=65 ('A')
6806 PASS: gdb.base/setvar.exp: set variable signed char=97 ('a')
6807 PASS: gdb.base/setvar.exp: set variable signed char=126 ('~')
6808 PASS: gdb.base/setvar.exp: set variable signed char=127 (8-bit)
6809 PASS: gdb.base/setvar.exp: set variable v_signed_char=-1
6810 PASS: gdb.base/setvar.exp: set variable signed char=-1 (-1)
6811 PASS: gdb.base/setvar.exp: set variable v_signed_char=0xFF
6812 PASS: gdb.base/setvar.exp: set variable signed char=0xFF (0xFF)
6813 PASS: gdb.base/setvar.exp: set variable unsigned char=0
6814 PASS: gdb.base/setvar.exp: set variable unsigned char=1
6815 PASS: gdb.base/setvar.exp: set variable unsigned char=7 (Bel)
6816 PASS: gdb.base/setvar.exp: set variable unsigned char=32 (SPC)
6817 PASS: gdb.base/setvar.exp: set variable unsigned char=65 ('A')
6818 PASS: gdb.base/setvar.exp: set variable unsigned char=97 ('a')
6819 PASS: gdb.base/setvar.exp: set variable unsigned char=126 ('~')
6820 PASS: gdb.base/setvar.exp: set variable unsigned char=255 (8-bit)
6821 PASS: gdb.base/setvar.exp: set variable short=0
6822 PASS: gdb.base/setvar.exp: set variable short=1
6823 PASS: gdb.base/setvar.exp: set variable short=-1 (minus)
6824 PASS: gdb.base/setvar.exp: set variable signed short=0
6825 PASS: gdb.base/setvar.exp: set variable signed short=1
6826 PASS: gdb.base/setvar.exp: set variable signed short=-1 (minus)
6827 PASS: gdb.base/setvar.exp: set variable unsigned short=0
6828 PASS: gdb.base/setvar.exp: set variable unsigned short=1
6829 PASS: gdb.base/setvar.exp: set variable unsigned short=~0 (minus)
6830 PASS: gdb.base/setvar.exp: set variable int=0
6831 PASS: gdb.base/setvar.exp: set variable int=1
6832 PASS: gdb.base/setvar.exp: set variable int=-1 (minus)
6833 PASS: gdb.base/setvar.exp: set variable signed int=0
6834 PASS: gdb.base/setvar.exp: set variable signed int=1
6835 PASS: gdb.base/setvar.exp: set variable signed int=-1 (minus)
6836 PASS: gdb.base/setvar.exp: set variable unsigned int=0
6837 PASS: gdb.base/setvar.exp: set variable unsigned int=1
6838 PASS: gdb.base/setvar.exp: set variable unsigned int=~0 (minus)
6839 PASS: gdb.base/setvar.exp: set variable long=0
6840 PASS: gdb.base/setvar.exp: set variable long=1
6841 PASS: gdb.base/setvar.exp: set variable long=-1 (minus)
6842 PASS: gdb.base/setvar.exp: set variable signed long=0
6843 PASS: gdb.base/setvar.exp: set variable signed long=1
6844 PASS: gdb.base/setvar.exp: set variable signed long=-1 (minus)
6845 PASS: gdb.base/setvar.exp: set variable unsigned long=0
6846 PASS: gdb.base/setvar.exp: set variable unsigned long=1
6847 PASS: gdb.base/setvar.exp: set variable unsigned long=~0 (minus)
6848 PASS: gdb.base/setvar.exp: set variable float=0
6849 PASS: gdb.base/setvar.exp: set variable float=1
6850 PASS: gdb.base/setvar.exp: set variable float=-1 (minus)
6851 PASS: gdb.base/setvar.exp: set variable double=0
6852 PASS: gdb.base/setvar.exp: set variable double=1
6853 PASS: gdb.base/setvar.exp: set variable double=-1 (minus)
6854 PASS: gdb.base/setvar.exp: set variable char array="hi" (string)
6855 PASS: gdb.base/setvar.exp: set variable signed char array="hi" (string)
6856 PASS: gdb.base/setvar.exp: set variable unsigned char array="hi" (string)
6857 PASS: gdb.base/setvar.exp: set variable short array
6858 PASS: gdb.base/setvar.exp: set variable signed short array
6859 PASS: gdb.base/setvar.exp: set variable unsigned short array
6860 PASS: gdb.base/setvar.exp: set variable int array
6861 PASS: gdb.base/setvar.exp: set variable signed int array
6862 PASS: gdb.base/setvar.exp: set variable unsigned int array
6863 PASS: gdb.base/setvar.exp: set variable long array
6864 PASS: gdb.base/setvar.exp: set variable signed long array
6865 PASS: gdb.base/setvar.exp: set variable unsigned long array
6866 PASS: gdb.base/setvar.exp: set variable float array
6867 PASS: gdb.base/setvar.exp: set variable double array
6868 PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string)
6869 PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string) (#2)
6870 PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string)
6871 PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string) (#2)
6872 PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string)
6873 PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string) (#2)
6874 PASS: gdb.base/setvar.exp: set variable short pointer
6875 PASS: gdb.base/setvar.exp: set variable short pointer (#2)
6876 PASS: gdb.base/setvar.exp: set v_signed_short_pointer=v_signed_short_array
6877 PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer)=123
6878 PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer+1)=-456
6879 PASS: gdb.base/setvar.exp: set variable signed short pointer
6880 PASS: gdb.base/setvar.exp: print *(v_signed_short_pointer+1)
6881 PASS: gdb.base/setvar.exp: set v_unsigned_short_pointer=v_unsigned_short_array
6882 PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer)=123
6883 PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer+1)=-456
6884 PASS: gdb.base/setvar.exp: set variable unsigned short pointer
6885 PASS: gdb.base/setvar.exp: print *(v_unsigned_short_pointer+1)
6886 PASS: gdb.base/setvar.exp: set variable int pointer
6887 PASS: gdb.base/setvar.exp: set variable int pointer (#2)
6888 PASS: gdb.base/setvar.exp: set variable signed int pointer
6889 PASS: gdb.base/setvar.exp: set variable signed int pointer (#2)
6890 PASS: gdb.base/setvar.exp: set variable unsigned int pointer
6891 PASS: gdb.base/setvar.exp: print variable unsigned int pointer+1
6892 PASS: gdb.base/setvar.exp: set variable long pointer
6893 PASS: gdb.base/setvar.exp: set variable long pointer (#2)
6894 PASS: gdb.base/setvar.exp: set variable signed long pointer
6895 PASS: gdb.base/setvar.exp: set variable signed long pointer (#2)
6896 PASS: gdb.base/setvar.exp: set variable unsigned long pointer
6897 PASS: gdb.base/setvar.exp: set variable unsigned long pointer (#2)
6898 PASS: gdb.base/setvar.exp: set variable float pointer
6899 PASS: gdb.base/setvar.exp: set variable float pointer (#2)
6900 PASS: gdb.base/setvar.exp: set variable double pointer
6901 PASS: gdb.base/setvar.exp: set variable double pointer (#2)
6902 PASS: gdb.base/setvar.exp: set variable structure char member
6903 PASS: gdb.base/setvar.exp: set variable structure short member
6904 PASS: gdb.base/setvar.exp: set variable structure int member
6905 PASS: gdb.base/setvar.exp: set variable structure long member
6906 PASS: gdb.base/setvar.exp: set variable structure float member
6907 PASS: gdb.base/setvar.exp: set variable structure double member
6908 PASS: gdb.base/setvar.exp: set print structure #1
6909 PASS: gdb.base/setvar.exp: set print structure #2
6910 PASS: gdb.base/setvar.exp: set print structure #3
6911 PASS: gdb.base/setvar.exp: set print structure #4
6912 PASS: gdb.base/setvar.exp: print sef.field=sm1
6913 PASS: gdb.base/setvar.exp: print sef.field (sm1)
6914 PASS: gdb.base/setvar.exp: print sef.field=s1
6915 PASS: gdb.base/setvar.exp: print sef.field (s1)
6916 PASS: gdb.base/setvar.exp: print uef.field=u2
6917 PASS: gdb.base/setvar.exp: print uef.field (u2)
6918 PASS: gdb.base/setvar.exp: print uef.field=u1
6919 PASS: gdb.base/setvar.exp: print uef.field (u1)
6920 PASS: gdb.base/setvar.exp: print sef.field=7
6921 PASS: gdb.base/setvar.exp: print uef.field=6
6922 Running ./gdb.base/shell.exp ...
6923 PASS: gdb.base/shell.exp: shell echo foo
6924 PASS: gdb.base/shell.exp: ! echo foo
6925 PASS: gdb.base/shell.exp: !echo foo
6926 Running ./gdb.base/shlib-call.exp ...
6927 PASS: gdb.base/shlib-call.exp: set print sevenbit-strings
6928 PASS: gdb.base/shlib-call.exp: set print address off
6929 PASS: gdb.base/shlib-call.exp: set width 0
6930 PASS: gdb.base/shlib-call.exp: next to shr1
6931 PASS: gdb.base/shlib-call.exp: print g
6932 PASS: gdb.base/shlib-call.exp: print g
6933 PASS: gdb.base/shlib-call.exp: breakpoint function shr2
6934 PASS: gdb.base/shlib-call.exp: run until breakpoint set at a function
6935 PASS: gdb.base/shlib-call.exp: print mainshr1(1) from shlib func
6936 PASS: gdb.base/shlib-call.exp: step out of shr2 to main (stopped in shr2 epilogue)
6937 PASS: gdb.base/shlib-call.exp: step out of shr2 epilogue to main
6938 PASS: gdb.base/shlib-call.exp: print mainshr1(1)
6939 PASS: gdb.base/shlib-call.exp: step into mainshr1
6940 PASS: gdb.base/shlib-call.exp: set print sevenbit-strings
6941 PASS: gdb.base/shlib-call.exp: set print address off
6942 PASS: gdb.base/shlib-call.exp: set width 0
6943 Running ./gdb.base/shreloc.exp ...
6944 PASS: gdb.base/shreloc.exp: get address of fn_1
6945 PASS: gdb.base/shreloc.exp: get address of fn_2
6946 PASS: gdb.base/shreloc.exp: relocated extern functions have different addresses
6947 PASS: gdb.base/shreloc.exp: get address of extern_var_1
6948 PASS: gdb.base/shreloc.exp: get address of extern_var_2
6949 PASS: gdb.base/shreloc.exp: relocated extern variables have different addresses
6950 PASS: gdb.base/shreloc.exp: get address of static_var_1
6951 PASS: gdb.base/shreloc.exp: get address of static_var_2
6952 PASS: gdb.base/shreloc.exp: relocated static variables have different addresses
6953 PASS: gdb.base/shreloc.exp: get_msym_addrs static_var_[12]
6954 PASS: gdb.base/shreloc.exp: (msymbol) relocated static vars have different addresses
6955 PASS: gdb.base/shreloc.exp: get_msym_addrs extern_var_[12]
6956 PASS: gdb.base/shreloc.exp: (msymbol) relocated extern vars have different addresses
6957 PASS: gdb.base/shreloc.exp: get_msym_addrs fn_[12]
6958 PASS: gdb.base/shreloc.exp: (msymbol) relocated functions have different addresses
6959 Running ./gdb.base/sigall.exp ...
6960 PASS: gdb.base/sigall.exp: handle SIGABRT stop print
6961 PASS: gdb.base/sigall.exp: b handle_ABRT
6962 PASS: gdb.base/sigall.exp: b gen_HUP
6963 PASS: gdb.base/sigall.exp: get signal ABRT
6964 PASS: gdb.base/sigall.exp: send signal ABRT
6965 PASS: gdb.base/sigall.exp: advance to HUP
6966 PASS: gdb.base/sigall.exp: handle SIGHUP stop print
6967 PASS: gdb.base/sigall.exp: b handle_HUP
6968 PASS: gdb.base/sigall.exp: b gen_QUIT
6969 PASS: gdb.base/sigall.exp: get signal HUP
6970 PASS: gdb.base/sigall.exp: send signal HUP
6971 PASS: gdb.base/sigall.exp: advance to QUIT
6972 PASS: gdb.base/sigall.exp: handle SIGQUIT stop print
6973 PASS: gdb.base/sigall.exp: b handle_QUIT
6974 PASS: gdb.base/sigall.exp: b gen_ILL
6975 PASS: gdb.base/sigall.exp: get signal QUIT
6976 PASS: gdb.base/sigall.exp: send signal QUIT
6977 PASS: gdb.base/sigall.exp: advance to ILL
6978 PASS: gdb.base/sigall.exp: handle SIGILL stop print
6979 PASS: gdb.base/sigall.exp: b handle_ILL
6980 PASS: gdb.base/sigall.exp: b gen_EMT
6981 PASS: gdb.base/sigall.exp: get signal ILL
6982 PASS: gdb.base/sigall.exp: send signal ILL
6983 PASS: gdb.base/sigall.exp: advance to EMT
6984 PASS: gdb.base/sigall.exp: handle SIGEMT stop print
6985 PASS: gdb.base/sigall.exp: b handle_EMT
6986 PASS: gdb.base/sigall.exp: b gen_FPE
6987 PASS: gdb.base/sigall.exp: send signal EMT
6988 PASS: gdb.base/sigall.exp: advance to FPE
6989 PASS: gdb.base/sigall.exp: handle SIGFPE stop print
6990 PASS: gdb.base/sigall.exp: b handle_FPE
6991 PASS: gdb.base/sigall.exp: b gen_BUS
6992 PASS: gdb.base/sigall.exp: get signal FPE
6993 PASS: gdb.base/sigall.exp: send signal FPE
6994 PASS: gdb.base/sigall.exp: advance to BUS
6995 PASS: gdb.base/sigall.exp: handle SIGBUS stop print
6996 PASS: gdb.base/sigall.exp: b handle_BUS
6997 PASS: gdb.base/sigall.exp: b gen_SEGV
6998 PASS: gdb.base/sigall.exp: get signal BUS
6999 PASS: gdb.base/sigall.exp: send signal BUS
7000 PASS: gdb.base/sigall.exp: advance to SEGV
7001 PASS: gdb.base/sigall.exp: handle SIGSEGV stop print
7002 PASS: gdb.base/sigall.exp: b handle_SEGV
7003 PASS: gdb.base/sigall.exp: b gen_SYS
7004 PASS: gdb.base/sigall.exp: get signal SEGV
7005 PASS: gdb.base/sigall.exp: send signal SEGV
7006 PASS: gdb.base/sigall.exp: advance to SYS
7007 PASS: gdb.base/sigall.exp: handle SIGSYS stop print
7008 PASS: gdb.base/sigall.exp: b handle_SYS
7009 PASS: gdb.base/sigall.exp: b gen_PIPE
7010 PASS: gdb.base/sigall.exp: get signal SYS
7011 PASS: gdb.base/sigall.exp: send signal SYS
7012 PASS: gdb.base/sigall.exp: advance to PIPE
7013 PASS: gdb.base/sigall.exp: handle SIGPIPE stop print
7014 PASS: gdb.base/sigall.exp: b handle_PIPE
7015 PASS: gdb.base/sigall.exp: b gen_ALRM
7016 PASS: gdb.base/sigall.exp: get signal PIPE
7017 PASS: gdb.base/sigall.exp: send signal PIPE
7018 PASS: gdb.base/sigall.exp: advance to ALRM
7019 PASS: gdb.base/sigall.exp: handle SIGALRM stop print
7020 PASS: gdb.base/sigall.exp: b handle_ALRM
7021 PASS: gdb.base/sigall.exp: b gen_URG
7022 PASS: gdb.base/sigall.exp: get signal ALRM
7023 PASS: gdb.base/sigall.exp: send signal ALRM
7024 PASS: gdb.base/sigall.exp: advance to URG
7025 PASS: gdb.base/sigall.exp: handle SIGURG stop print
7026 PASS: gdb.base/sigall.exp: b handle_URG
7027 PASS: gdb.base/sigall.exp: b gen_TSTP
7028 PASS: gdb.base/sigall.exp: get signal URG
7029 PASS: gdb.base/sigall.exp: send signal URG
7030 PASS: gdb.base/sigall.exp: advance to TSTP
7031 PASS: gdb.base/sigall.exp: handle SIGTSTP stop print
7032 PASS: gdb.base/sigall.exp: b handle_TSTP
7033 PASS: gdb.base/sigall.exp: b gen_CONT
7034 PASS: gdb.base/sigall.exp: get signal TSTP
7035 PASS: gdb.base/sigall.exp: send signal TSTP
7036 PASS: gdb.base/sigall.exp: advance to CONT
7037 PASS: gdb.base/sigall.exp: handle SIGCONT stop print
7038 PASS: gdb.base/sigall.exp: b handle_CONT
7039 PASS: gdb.base/sigall.exp: b gen_CHLD
7040 PASS: gdb.base/sigall.exp: get signal CONT
7041 PASS: gdb.base/sigall.exp: send signal CONT
7042 PASS: gdb.base/sigall.exp: advance to CHLD
7043 PASS: gdb.base/sigall.exp: handle SIGCHLD stop print
7044 PASS: gdb.base/sigall.exp: b handle_CHLD
7045 PASS: gdb.base/sigall.exp: b gen_TTIN
7046 PASS: gdb.base/sigall.exp: get signal CHLD
7047 PASS: gdb.base/sigall.exp: send signal CHLD
7048 PASS: gdb.base/sigall.exp: advance to TTIN
7049 PASS: gdb.base/sigall.exp: handle SIGTTIN stop print
7050 PASS: gdb.base/sigall.exp: b handle_TTIN
7051 PASS: gdb.base/sigall.exp: b gen_TTOU
7052 PASS: gdb.base/sigall.exp: get signal TTIN
7053 PASS: gdb.base/sigall.exp: send signal TTIN
7054 PASS: gdb.base/sigall.exp: advance to TTOU
7055 PASS: gdb.base/sigall.exp: handle SIGTTOU stop print
7056 PASS: gdb.base/sigall.exp: b handle_TTOU
7057 PASS: gdb.base/sigall.exp: b gen_IO
7058 PASS: gdb.base/sigall.exp: get signal TTOU
7059 PASS: gdb.base/sigall.exp: send signal TTOU
7060 PASS: gdb.base/sigall.exp: advance to IO
7061 PASS: gdb.base/sigall.exp: handle SIGIO stop print
7062 PASS: gdb.base/sigall.exp: b handle_IO
7063 PASS: gdb.base/sigall.exp: b gen_XCPU
7064 PASS: gdb.base/sigall.exp: get signal IO
7065 PASS: gdb.base/sigall.exp: send signal IO
7066 PASS: gdb.base/sigall.exp: advance to XCPU
7067 PASS: gdb.base/sigall.exp: handle SIGXCPU stop print
7068 PASS: gdb.base/sigall.exp: b handle_XCPU
7069 PASS: gdb.base/sigall.exp: b gen_XFSZ
7070 PASS: gdb.base/sigall.exp: get signal XCPU
7071 PASS: gdb.base/sigall.exp: send signal XCPU
7072 PASS: gdb.base/sigall.exp: advance to XFSZ
7073 PASS: gdb.base/sigall.exp: handle SIGXFSZ stop print
7074 PASS: gdb.base/sigall.exp: b handle_XFSZ
7075 PASS: gdb.base/sigall.exp: b gen_VTALRM
7076 PASS: gdb.base/sigall.exp: get signal XFSZ
7077 PASS: gdb.base/sigall.exp: send signal XFSZ
7078 PASS: gdb.base/sigall.exp: advance to VTALRM
7079 PASS: gdb.base/sigall.exp: handle SIGVTALRM stop print
7080 PASS: gdb.base/sigall.exp: b handle_VTALRM
7081 PASS: gdb.base/sigall.exp: b gen_PROF
7082 PASS: gdb.base/sigall.exp: get signal VTALRM
7083 PASS: gdb.base/sigall.exp: send signal VTALRM
7084 PASS: gdb.base/sigall.exp: advance to PROF
7085 PASS: gdb.base/sigall.exp: handle SIGPROF stop print
7086 PASS: gdb.base/sigall.exp: b handle_PROF
7087 PASS: gdb.base/sigall.exp: b gen_WINCH
7088 PASS: gdb.base/sigall.exp: get signal PROF
7089 PASS: gdb.base/sigall.exp: send signal PROF
7090 PASS: gdb.base/sigall.exp: advance to WINCH
7091 PASS: gdb.base/sigall.exp: handle SIGWINCH stop print
7092 PASS: gdb.base/sigall.exp: b handle_WINCH
7093 PASS: gdb.base/sigall.exp: b gen_LOST
7094 PASS: gdb.base/sigall.exp: get signal WINCH
7095 PASS: gdb.base/sigall.exp: send signal WINCH
7096 PASS: gdb.base/sigall.exp: advance to LOST
7097 PASS: gdb.base/sigall.exp: handle SIGLOST stop print
7098 PASS: gdb.base/sigall.exp: b handle_LOST
7099 PASS: gdb.base/sigall.exp: b gen_USR1
7100 PASS: gdb.base/sigall.exp: send signal LOST
7101 PASS: gdb.base/sigall.exp: advance to USR1
7102 PASS: gdb.base/sigall.exp: handle SIGUSR1 stop print
7103 PASS: gdb.base/sigall.exp: b handle_USR1
7104 PASS: gdb.base/sigall.exp: b gen_USR2
7105 PASS: gdb.base/sigall.exp: get signal USR1
7106 PASS: gdb.base/sigall.exp: send signal USR1
7107 PASS: gdb.base/sigall.exp: advance to USR2
7108 PASS: gdb.base/sigall.exp: handle SIGUSR2 stop print
7109 PASS: gdb.base/sigall.exp: b handle_USR2
7110 PASS: gdb.base/sigall.exp: b gen_PWR
7111 PASS: gdb.base/sigall.exp: get signal USR2
7112 PASS: gdb.base/sigall.exp: send signal USR2
7113 PASS: gdb.base/sigall.exp: advance to PWR
7114 PASS: gdb.base/sigall.exp: handle SIGPWR stop print
7115 PASS: gdb.base/sigall.exp: b handle_PWR
7116 PASS: gdb.base/sigall.exp: b gen_POLL
7117 PASS: gdb.base/sigall.exp: get signal PWR
7118 PASS: gdb.base/sigall.exp: send signal PWR
7119 PASS: gdb.base/sigall.exp: advance to POLL
7120 PASS: gdb.base/sigall.exp: handle SIGPOLL stop print
7121 PASS: gdb.base/sigall.exp: b handle_POLL
7122 PASS: gdb.base/sigall.exp: b gen_WIND
7123 PASS: gdb.base/sigall.exp: send signal POLL
7124 PASS: gdb.base/sigall.exp: advance to WIND
7125 PASS: gdb.base/sigall.exp: handle SIGWIND stop print
7126 PASS: gdb.base/sigall.exp: b handle_WIND
7127 PASS: gdb.base/sigall.exp: b gen_PHONE
7128 PASS: gdb.base/sigall.exp: send signal WIND
7129 PASS: gdb.base/sigall.exp: advance to PHONE
7130 PASS: gdb.base/sigall.exp: handle SIGPHONE stop print
7131 PASS: gdb.base/sigall.exp: b handle_PHONE
7132 PASS: gdb.base/sigall.exp: b gen_WAITING
7133 PASS: gdb.base/sigall.exp: send signal PHONE
7134 PASS: gdb.base/sigall.exp: advance to WAITING
7135 PASS: gdb.base/sigall.exp: handle SIGWAITING stop print
7136 PASS: gdb.base/sigall.exp: b handle_WAITING
7137 PASS: gdb.base/sigall.exp: b gen_LWP
7138 PASS: gdb.base/sigall.exp: send signal WAITING
7139 PASS: gdb.base/sigall.exp: advance to LWP
7140 PASS: gdb.base/sigall.exp: handle SIGLWP stop print
7141 PASS: gdb.base/sigall.exp: b handle_LWP
7142 PASS: gdb.base/sigall.exp: b gen_DANGER
7143 PASS: gdb.base/sigall.exp: send signal LWP
7144 PASS: gdb.base/sigall.exp: advance to DANGER
7145 PASS: gdb.base/sigall.exp: handle SIGDANGER stop print
7146 PASS: gdb.base/sigall.exp: b handle_DANGER
7147 PASS: gdb.base/sigall.exp: b gen_GRANT
7148 PASS: gdb.base/sigall.exp: send signal DANGER
7149 PASS: gdb.base/sigall.exp: advance to GRANT
7150 PASS: gdb.base/sigall.exp: handle SIGGRANT stop print
7151 PASS: gdb.base/sigall.exp: b handle_GRANT
7152 PASS: gdb.base/sigall.exp: b gen_RETRACT
7153 PASS: gdb.base/sigall.exp: send signal GRANT
7154 PASS: gdb.base/sigall.exp: advance to RETRACT
7155 PASS: gdb.base/sigall.exp: handle SIGRETRACT stop print
7156 PASS: gdb.base/sigall.exp: b handle_RETRACT
7157 PASS: gdb.base/sigall.exp: b gen_MSG
7158 PASS: gdb.base/sigall.exp: send signal RETRACT
7159 PASS: gdb.base/sigall.exp: advance to MSG
7160 PASS: gdb.base/sigall.exp: handle SIGMSG stop print
7161 PASS: gdb.base/sigall.exp: b handle_MSG
7162 PASS: gdb.base/sigall.exp: b gen_SOUND
7163 PASS: gdb.base/sigall.exp: send signal MSG
7164 PASS: gdb.base/sigall.exp: advance to SOUND
7165 PASS: gdb.base/sigall.exp: handle SIGSOUND stop print
7166 PASS: gdb.base/sigall.exp: b handle_SOUND
7167 PASS: gdb.base/sigall.exp: b gen_SAK
7168 PASS: gdb.base/sigall.exp: send signal SOUND
7169 PASS: gdb.base/sigall.exp: advance to SAK
7170 PASS: gdb.base/sigall.exp: handle SIGSAK stop print
7171 PASS: gdb.base/sigall.exp: b handle_SAK
7172 PASS: gdb.base/sigall.exp: b gen_PRIO
7173 PASS: gdb.base/sigall.exp: send signal SAK
7174 PASS: gdb.base/sigall.exp: advance to PRIO
7175 PASS: gdb.base/sigall.exp: handle SIGPRIO stop print
7176 PASS: gdb.base/sigall.exp: b handle_PRIO
7177 PASS: gdb.base/sigall.exp: b gen_33
7178 PASS: gdb.base/sigall.exp: send signal PRIO
7179 PASS: gdb.base/sigall.exp: advance to 33
7180 PASS: gdb.base/sigall.exp: handle SIG33 stop print
7181 PASS: gdb.base/sigall.exp: b handle_33
7182 PASS: gdb.base/sigall.exp: b gen_34
7183 PASS: gdb.base/sigall.exp: send signal 33
7184 PASS: gdb.base/sigall.exp: advance to 34
7185 PASS: gdb.base/sigall.exp: handle SIG34 stop print
7186 PASS: gdb.base/sigall.exp: b handle_34
7187 PASS: gdb.base/sigall.exp: b gen_35
7188 PASS: gdb.base/sigall.exp: send signal 34
7189 PASS: gdb.base/sigall.exp: advance to 35
7190 PASS: gdb.base/sigall.exp: handle SIG35 stop print
7191 PASS: gdb.base/sigall.exp: b handle_35
7192 PASS: gdb.base/sigall.exp: b gen_36
7193 PASS: gdb.base/sigall.exp: send signal 35
7194 PASS: gdb.base/sigall.exp: advance to 36
7195 PASS: gdb.base/sigall.exp: handle SIG36 stop print
7196 PASS: gdb.base/sigall.exp: b handle_36
7197 PASS: gdb.base/sigall.exp: b gen_37
7198 PASS: gdb.base/sigall.exp: send signal 36
7199 PASS: gdb.base/sigall.exp: advance to 37
7200 PASS: gdb.base/sigall.exp: handle SIG37 stop print
7201 PASS: gdb.base/sigall.exp: b handle_37
7202 PASS: gdb.base/sigall.exp: b gen_38
7203 PASS: gdb.base/sigall.exp: send signal 37
7204 PASS: gdb.base/sigall.exp: advance to 38
7205 PASS: gdb.base/sigall.exp: handle SIG38 stop print
7206 PASS: gdb.base/sigall.exp: b handle_38
7207 PASS: gdb.base/sigall.exp: b gen_39
7208 PASS: gdb.base/sigall.exp: send signal 38
7209 PASS: gdb.base/sigall.exp: advance to 39
7210 PASS: gdb.base/sigall.exp: handle SIG39 stop print
7211 PASS: gdb.base/sigall.exp: b handle_39
7212 PASS: gdb.base/sigall.exp: b gen_40
7213 PASS: gdb.base/sigall.exp: send signal 39
7214 PASS: gdb.base/sigall.exp: advance to 40
7215 PASS: gdb.base/sigall.exp: handle SIG40 stop print
7216 PASS: gdb.base/sigall.exp: b handle_40
7217 PASS: gdb.base/sigall.exp: b gen_41
7218 PASS: gdb.base/sigall.exp: send signal 40
7219 PASS: gdb.base/sigall.exp: advance to 41
7220 PASS: gdb.base/sigall.exp: handle SIG41 stop print
7221 PASS: gdb.base/sigall.exp: b handle_41
7222 PASS: gdb.base/sigall.exp: b gen_42
7223 PASS: gdb.base/sigall.exp: send signal 41
7224 PASS: gdb.base/sigall.exp: advance to 42
7225 PASS: gdb.base/sigall.exp: handle SIG42 stop print
7226 PASS: gdb.base/sigall.exp: b handle_42
7227 PASS: gdb.base/sigall.exp: b gen_43
7228 PASS: gdb.base/sigall.exp: send signal 42
7229 PASS: gdb.base/sigall.exp: advance to 43
7230 PASS: gdb.base/sigall.exp: handle SIG43 stop print
7231 PASS: gdb.base/sigall.exp: b handle_43
7232 PASS: gdb.base/sigall.exp: b gen_44
7233 PASS: gdb.base/sigall.exp: send signal 43
7234 PASS: gdb.base/sigall.exp: advance to 44
7235 PASS: gdb.base/sigall.exp: handle SIG44 stop print
7236 PASS: gdb.base/sigall.exp: b handle_44
7237 PASS: gdb.base/sigall.exp: b gen_45
7238 PASS: gdb.base/sigall.exp: send signal 44
7239 PASS: gdb.base/sigall.exp: advance to 45
7240 PASS: gdb.base/sigall.exp: handle SIG45 stop print
7241 PASS: gdb.base/sigall.exp: b handle_45
7242 PASS: gdb.base/sigall.exp: b gen_46
7243 PASS: gdb.base/sigall.exp: send signal 45
7244 PASS: gdb.base/sigall.exp: advance to 46
7245 PASS: gdb.base/sigall.exp: handle SIG46 stop print
7246 PASS: gdb.base/sigall.exp: b handle_46
7247 PASS: gdb.base/sigall.exp: b gen_47
7248 PASS: gdb.base/sigall.exp: send signal 46
7249 PASS: gdb.base/sigall.exp: advance to 47
7250 PASS: gdb.base/sigall.exp: handle SIG47 stop print
7251 PASS: gdb.base/sigall.exp: b handle_47
7252 PASS: gdb.base/sigall.exp: b gen_48
7253 PASS: gdb.base/sigall.exp: send signal 47
7254 PASS: gdb.base/sigall.exp: advance to 48
7255 PASS: gdb.base/sigall.exp: handle SIG48 stop print
7256 PASS: gdb.base/sigall.exp: b handle_48
7257 PASS: gdb.base/sigall.exp: b gen_49
7258 PASS: gdb.base/sigall.exp: send signal 48
7259 PASS: gdb.base/sigall.exp: advance to 49
7260 PASS: gdb.base/sigall.exp: handle SIG49 stop print
7261 PASS: gdb.base/sigall.exp: b handle_49
7262 PASS: gdb.base/sigall.exp: b gen_50
7263 PASS: gdb.base/sigall.exp: send signal 49
7264 PASS: gdb.base/sigall.exp: advance to 50
7265 PASS: gdb.base/sigall.exp: handle SIG50 stop print
7266 PASS: gdb.base/sigall.exp: b handle_50
7267 PASS: gdb.base/sigall.exp: b gen_51
7268 PASS: gdb.base/sigall.exp: send signal 50
7269 PASS: gdb.base/sigall.exp: advance to 51
7270 PASS: gdb.base/sigall.exp: handle SIG51 stop print
7271 PASS: gdb.base/sigall.exp: b handle_51
7272 PASS: gdb.base/sigall.exp: b gen_52
7273 PASS: gdb.base/sigall.exp: send signal 51
7274 PASS: gdb.base/sigall.exp: advance to 52
7275 PASS: gdb.base/sigall.exp: handle SIG52 stop print
7276 PASS: gdb.base/sigall.exp: b handle_52
7277 PASS: gdb.base/sigall.exp: b gen_53
7278 PASS: gdb.base/sigall.exp: send signal 52
7279 PASS: gdb.base/sigall.exp: advance to 53
7280 PASS: gdb.base/sigall.exp: handle SIG53 stop print
7281 PASS: gdb.base/sigall.exp: b handle_53
7282 PASS: gdb.base/sigall.exp: b gen_54
7283 PASS: gdb.base/sigall.exp: send signal 53
7284 PASS: gdb.base/sigall.exp: advance to 54
7285 PASS: gdb.base/sigall.exp: handle SIG54 stop print
7286 PASS: gdb.base/sigall.exp: b handle_54
7287 PASS: gdb.base/sigall.exp: b gen_55
7288 PASS: gdb.base/sigall.exp: send signal 54
7289 PASS: gdb.base/sigall.exp: advance to 55
7290 PASS: gdb.base/sigall.exp: handle SIG55 stop print
7291 PASS: gdb.base/sigall.exp: b handle_55
7292 PASS: gdb.base/sigall.exp: b gen_56
7293 PASS: gdb.base/sigall.exp: send signal 55
7294 PASS: gdb.base/sigall.exp: advance to 56
7295 PASS: gdb.base/sigall.exp: handle SIG56 stop print
7296 PASS: gdb.base/sigall.exp: b handle_56
7297 PASS: gdb.base/sigall.exp: b gen_57
7298 PASS: gdb.base/sigall.exp: send signal 56
7299 PASS: gdb.base/sigall.exp: advance to 57
7300 PASS: gdb.base/sigall.exp: handle SIG57 stop print
7301 PASS: gdb.base/sigall.exp: b handle_57
7302 PASS: gdb.base/sigall.exp: b gen_58
7303 PASS: gdb.base/sigall.exp: send signal 57
7304 PASS: gdb.base/sigall.exp: advance to 58
7305 PASS: gdb.base/sigall.exp: handle SIG58 stop print
7306 PASS: gdb.base/sigall.exp: b handle_58
7307 PASS: gdb.base/sigall.exp: b gen_59
7308 PASS: gdb.base/sigall.exp: send signal 58
7309 PASS: gdb.base/sigall.exp: advance to 59
7310 PASS: gdb.base/sigall.exp: handle SIG59 stop print
7311 PASS: gdb.base/sigall.exp: b handle_59
7312 PASS: gdb.base/sigall.exp: b gen_60
7313 PASS: gdb.base/sigall.exp: send signal 59
7314 PASS: gdb.base/sigall.exp: advance to 60
7315 PASS: gdb.base/sigall.exp: handle SIG60 stop print
7316 PASS: gdb.base/sigall.exp: b handle_60
7317 PASS: gdb.base/sigall.exp: b gen_61
7318 PASS: gdb.base/sigall.exp: send signal 60
7319 PASS: gdb.base/sigall.exp: advance to 61
7320 PASS: gdb.base/sigall.exp: handle SIG61 stop print
7321 PASS: gdb.base/sigall.exp: b handle_61
7322 PASS: gdb.base/sigall.exp: b gen_62
7323 PASS: gdb.base/sigall.exp: send signal 61
7324 PASS: gdb.base/sigall.exp: advance to 62
7325 PASS: gdb.base/sigall.exp: handle SIG62 stop print
7326 PASS: gdb.base/sigall.exp: b handle_62
7327 PASS: gdb.base/sigall.exp: b gen_63
7328 PASS: gdb.base/sigall.exp: send signal 62
7329 PASS: gdb.base/sigall.exp: advance to 63
7330 PASS: gdb.base/sigall.exp: handle SIG63 stop print
7331 PASS: gdb.base/sigall.exp: b handle_63
7332 PASS: gdb.base/sigall.exp: b gen_TERM
7333 PASS: gdb.base/sigall.exp: send signal 63
7334 PASS: gdb.base/sigall.exp: advance to TERM
7335 PASS: gdb.base/sigall.exp: handle SIGTERM stop print
7336 PASS: gdb.base/sigall.exp: b handle_TERM
7337 PASS: gdb.base/sigall.exp: get signal TERM
7338 PASS: gdb.base/sigall.exp: send signal TERM
7339 PASS: gdb.base/sigall.exp: continue until exit at continue to sigall exit
7340 Running ./gdb.base/sigaltstack.exp ...
7341 PASS: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop
7342 PASS: gdb.base/sigaltstack.exp: handle SIGVTALRM print pass nostop
7343 PASS: gdb.base/sigaltstack.exp: handle SIGPROF print pass nostop
7344 PASS: gdb.base/sigaltstack.exp: break catcher if level == INNER
7345 PASS: gdb.base/sigaltstack.exp: continue to catch
7346 PASS: gdb.base/sigaltstack.exp: next
7347 PASS: gdb.base/sigaltstack.exp: backtrace
7348 PASS: gdb.base/sigaltstack.exp: finish from catch LEAF
7349 PASS: gdb.base/sigaltstack.exp: finish to throw INNER
7350 PASS: gdb.base/sigaltstack.exp: finish to catch INNER
7351 PASS: gdb.base/sigaltstack.exp: finish from catch INNER
7352 PASS: gdb.base/sigaltstack.exp: finish to OUTER
7353 PASS: gdb.base/sigaltstack.exp: finish to catch MAIN
7354 PASS: gdb.base/sigaltstack.exp: finish to MAIN
7355 Running ./gdb.base/sigbpt.exp ...
7356 PASS: gdb.base/sigbpt.exp: break keeper
7357 PASS: gdb.base/sigbpt.exp: display/i $pc
7358 PASS: gdb.base/sigbpt.exp: advance to the bowler
7359 FAIL: gdb.base/sigbpt.exp: stepping to fault
7360 FAIL: gdb.base/sigbpt.exp: get insn after fault
7361 FAIL: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn (none 0x55555626)
7362 PASS: gdb.base/sigbpt.exp: rerun to main
7363 PASS: gdb.base/sigbpt.exp: stepi; pass SIGSEGV
7364 PASS: gdb.base/sigbpt.exp: stepi; continue to keeper
7365 PASS: gdb.base/sigbpt.exp: stepi; nopass SIGSEGV
7366 KFAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7367 PASS: gdb.base/sigbpt.exp: rerun to main
7368 PASS: gdb.base/sigbpt.exp: stepi bp before segv; pass SIGSEGV
7369 PASS: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
7370 PASS: gdb.base/sigbpt.exp: stepi bp before segv; nopass SIGSEGV
7371 PASS: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
7372 KFAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7373 PASS: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
7374 PASS: gdb.base/sigbpt.exp: rerun to main
7375 PASS: gdb.base/sigbpt.exp: stepi bp at segv; pass SIGSEGV
7376 PASS: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
7377 PASS: gdb.base/sigbpt.exp: stepi bp at segv; nopass SIGSEGV
7378 PASS: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
7379 KFAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702)
7380 PASS: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
7381 PASS: gdb.base/sigbpt.exp: rerun to main
7382 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; pass SIGSEGV
7383 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
7384 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; nopass SIGSEGV
7385 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
7386 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
7387 KFAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler (corrupt pc) (PRMS: g…
7388 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
7389 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
7390 PASS: gdb.base/sigbpt.exp: rerun to main
7391 PASS: gdb.base/sigbpt.exp: cont; pass SIGSEGV
7392 PASS: gdb.base/sigbpt.exp: cont; continue to keeper
7393 PASS: gdb.base/sigbpt.exp: cont; nopass SIGSEGV
7394 PASS: gdb.base/sigbpt.exp: cont; set breakpoint 0 of 1
7395 FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
7396 FAIL: gdb.base/sigbpt.exp: cont; stepi fault
7397 PASS: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
7398 PASS: gdb.base/sigbpt.exp: rerun to main
7399 PASS: gdb.base/sigbpt.exp: cont bp after segv; pass SIGSEGV
7400 PASS: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
7401 PASS: gdb.base/sigbpt.exp: cont bp after segv; nopass SIGSEGV
7402 PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0 of 2
7403 PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1 of 2
7404 FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
7405 FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
7406 PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
7407 PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
7408 PASS: gdb.base/sigbpt.exp: rerun to main
7409 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; pass SIGSEGV
7410 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
7411 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; nopass SIGSEGV
7412 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0 of 3
7413 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1 of 3
7414 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2 of 3
7415 FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
7416 FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
7417 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
7418 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3
7419 PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
7420 Running ./gdb.base/sigchld.exp ...
7421 PASS: gdb.base/sigchld.exp: set breakpoint at success exit
7422 PASS: gdb.base/sigchld.exp: set breakpoint at failure exit
7423 PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
7424 Running ./gdb.base/siginfo-addr.exp ...
7425 Running ./gdb.base/siginfo.exp ...
7426 PASS: gdb.base/siginfo.exp: display/i $pc
7427 PASS: gdb.base/siginfo.exp: break handler
7428 PASS: gdb.base/siginfo.exp: continue to stepi handler
7429 PASS: gdb.base/siginfo.exp: backtrace for nexti
7430 PASS: gdb.base/siginfo.exp: step out of handler
7431 Running ./gdb.base/siginfo-infcall.exp ...
7432 PASS: gdb.base/siginfo-infcall.exp: continue to SIGUSR1
7433 PASS: gdb.base/siginfo-infcall.exp: p callme ()
7434 PASS: gdb.base/siginfo-infcall.exp: continue to the handler
7435 Running ./gdb.base/siginfo-obj.exp ...
7436 PASS: gdb.base/siginfo-obj.exp: continue to signal
7437 PASS: gdb.base/siginfo-obj.exp: save a core file
7438 PASS: gdb.base/siginfo-obj.exp: Extract si_addr
7439 PASS: gdb.base/siginfo-obj.exp: Extract si_errno
7440 PASS: gdb.base/siginfo-obj.exp: Extract si_code
7441 PASS: gdb.base/siginfo-obj.exp: Extract si_signo
7442 PASS: gdb.base/siginfo-obj.exp: break 38
7443 PASS: gdb.base/siginfo-obj.exp: continue to handler
7444 PASS: gdb.base/siginfo-obj.exp: p ssi_addr
7445 PASS: gdb.base/siginfo-obj.exp: p ssi_errno
7446 PASS: gdb.base/siginfo-obj.exp: p ssi_code
7447 PASS: gdb.base/siginfo-obj.exp: p ssi_signo
7448 PASS: gdb.base/siginfo-obj.exp: continue to signal
7449 PASS: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr = 0x666
7450 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno = 666
7451 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_code = 999
7452 PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo = 11
7453 PASS: gdb.base/siginfo-obj.exp: break 38
7454 PASS: gdb.base/siginfo-obj.exp: continue to handler
7455 PASS: gdb.base/siginfo-obj.exp: p ssi_addr
7456 PASS: gdb.base/siginfo-obj.exp: p ssi_errno
7457 PASS: gdb.base/siginfo-obj.exp: p ssi_code
7458 PASS: gdb.base/siginfo-obj.exp: p ssi_signo
7459 FAIL: gdb.base/siginfo-obj.exp: core siginfo-obj.gcore
7460 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo from core file
7461 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno from core file
7462 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo.si_code from core file
7463 FAIL: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr from core file
7464 Running ./gdb.base/siginfo-thread.exp ...
7465 PASS: gdb.base/siginfo-thread.exp: successfully compiled posix threads test case
7466 PASS: gdb.base/siginfo-thread.exp: continue to signal
7467 PASS: gdb.base/siginfo-thread.exp: save a core file
7468 PASS: gdb.base/siginfo-thread.exp: Extract si_addr
7469 PASS: gdb.base/siginfo-thread.exp: Extract si_errno
7470 PASS: gdb.base/siginfo-thread.exp: Extract si_code
7471 PASS: gdb.base/siginfo-thread.exp: Extract si_signo
7472 PASS: gdb.base/siginfo-thread.exp: break 39
7473 PASS: gdb.base/siginfo-thread.exp: continue to handler
7474 PASS: gdb.base/siginfo-thread.exp: p ssi_addr
7475 PASS: gdb.base/siginfo-thread.exp: p ssi_errno
7476 PASS: gdb.base/siginfo-thread.exp: p ssi_code
7477 PASS: gdb.base/siginfo-thread.exp: p ssi_signo
7478 PASS: gdb.base/siginfo-thread.exp: thread 1
7479 PASS: gdb.base/siginfo-thread.exp: test signal in main thread
7480 FAIL: gdb.base/siginfo-thread.exp: core siginfo-thread.gcore
7481 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_signo from core file
7482 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_errno from core file
7483 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo.si_code from core file
7484 FAIL: gdb.base/siginfo-thread.exp: p $_siginfo._sifields._sigfault.si_addr from core file
7485 PASS: gdb.base/siginfo-thread.exp: set variable $count = 0
7486 PASS: gdb.base/siginfo-thread.exp: select thread 1 with core file
7487 FAIL: gdb.base/siginfo-thread.exp: update counter in thread 1
7488 PASS: gdb.base/siginfo-thread.exp: select thread 2 with core file
7489 FAIL: gdb.base/siginfo-thread.exp: update counter in thread 2
7490 FAIL: gdb.base/siginfo-thread.exp: print $count
7491 Running ./gdb.base/signals.exp ...
7492 PASS: gdb.base/signals.exp: handle all print
7493 PASS: gdb.base/signals.exp: set variable count = 0
7494 PASS: gdb.base/signals.exp: break handler if 0
7495 PASS: gdb.base/signals.exp: set $handler_breakpoint_number = $bpnum
7496 PASS: gdb.base/signals.exp: next to signal
7497 PASS: gdb.base/signals.exp: next to alarm #1
7498 PASS: gdb.base/signals.exp: next to ++count #1
7499 PASS: gdb.base/signals.exp: p func1 () #1
7500 PASS: gdb.base/signals.exp: p count #1
7501 PASS: gdb.base/signals.exp: condition $handler_breakpoint_number
7502 PASS: gdb.base/signals.exp: next to alarm #2
7503 PASS: gdb.base/signals.exp: next to ++count #2
7504 PASS: gdb.base/signals.exp: p func1 () #2
7505 PASS: gdb.base/signals.exp: backtrace from handler when calling func1
7506 PASS: gdb.base/signals.exp: continue
7507 PASS: gdb.base/signals.exp: p count #2
7508 PASS: gdb.base/signals.exp: info signals
7509 PASS: gdb.base/signals.exp: info signal SIGTRAP
7510 PASS: gdb.base/signals.exp: info signal 5
7511 PASS: gdb.base/signals.exp: handle without arguments
7512 PASS: gdb.base/signals.exp: handle with bogus SIG
7513 PASS: gdb.base/signals.exp: handle SIG with bogus action
7514 PASS: gdb.base/signals.exp: handle SIG with multiple conflicting actions
7515 PASS: gdb.base/signals.exp: handle SIG parses all legal actions
7516 PASS: gdb.base/signals.exp: handle multiple SIGs
7517 PASS: gdb.base/signals.exp: override SIGTRAP
7518 PASS: gdb.base/signals.exp: invalid signal number rejected
7519 PASS: gdb.base/signals.exp: handle multiple SIGs via integer range
7520 PASS: gdb.base/signals.exp: handle multiple SIGs via reverse integer range
7521 PASS: gdb.base/signals.exp: override SIGINT
7522 PASS: gdb.base/signals.exp: signal without arguments disallowed
7523 PASS: gdb.base/signals.exp: signal SIGUSR1
7524 PASS: gdb.base/signals.exp: backtrace for SIGUSR1
7525 Running ./gdb.base/signest.exp ...
7526 PASS: gdb.base/signest.exp: continue to fault
7527 PASS: gdb.base/signest.exp: set conditional breakpoint
7528 PASS: gdb.base/signest.exp: pass SIGSEGV
7529 PASS: gdb.base/signest.exp: pass SIGBUS
7530 PASS: gdb.base/signest.exp: run through nested faults
7531 Running ./gdb.base/signull.exp ...
7532 PASS: gdb.base/signull.exp: set for function pointer probe
7533 PASS: gdb.base/signull.exp: probe function pointer (function entry-point)
7534 PASS: gdb.base/signull.exp: rerun to main
7535 PASS: gdb.base/signull.exp: break bowler
7536 PASS: gdb.base/signull.exp: break keeper
7537 PASS: gdb.base/signull.exp: handle SIGSEGV
7538 PASS: gdb.base/signull.exp: handle SIGBUS
7539 PASS: gdb.base/signull.exp: data read; start with the bowler
7540 PASS: gdb.base/signull.exp: data read; select the pointer type
7541 PASS: gdb.base/signull.exp: data read; take the SIGSEGV
7542 PASS: gdb.base/signull.exp: data read; backtrace from SIGSEGV
7543 PASS: gdb.base/signull.exp: data read; continue to the keeper
7544 PASS: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
7545 PASS: gdb.base/signull.exp: data write; start with the bowler
7546 PASS: gdb.base/signull.exp: data write; select the pointer type
7547 PASS: gdb.base/signull.exp: data write; take the SIGSEGV
7548 PASS: gdb.base/signull.exp: data write; backtrace from SIGSEGV
7549 PASS: gdb.base/signull.exp: data write; continue to the keeper
7550 PASS: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
7551 PASS: gdb.base/signull.exp: code; start with the bowler
7552 PASS: gdb.base/signull.exp: code; select the pointer type
7553 PASS: gdb.base/signull.exp: code; take the SIGSEGV
7554 PASS: gdb.base/signull.exp: code; backtrace from SIGSEGV
7555 PASS: gdb.base/signull.exp: code; continue to the keeper
7556 PASS: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
7557 Running ./gdb.base/sigrepeat.exp ...
7558 PASS: gdb.base/sigrepeat.exp: advance to infinite loop
7559 PASS: gdb.base/sigrepeat.exp: next
7560 Running ./gdb.base/sigstep.exp ...
7561 PASS: gdb.base/sigstep.exp: display/i $pc
7562 PASS: gdb.base/sigstep.exp: break handler
7563 PASS: gdb.base/sigstep.exp: continue to stepi handler
7564 PASS: gdb.base/sigstep.exp: backtrace for nexti
7565 PASS: gdb.base/sigstep.exp: step from handler; continue to handler
7566 PASS: gdb.base/sigstep.exp: step from handler; leave handler
7567 PASS: gdb.base/sigstep.exp: stepi from handleri; continue to handler
7568 PASS: gdb.base/sigstep.exp: stepi from handleri; leave handler
7569 PASS: gdb.base/sigstep.exp: stepi from handleri; leave signal trampoline (in main)
7570 PASS: gdb.base/sigstep.exp: next from handler; continue to handler
7571 PASS: gdb.base/sigstep.exp: next from handler; leave handler
7572 PASS: gdb.base/sigstep.exp: nexti from handleri; continue to handler
7573 PASS: gdb.base/sigstep.exp: nexti from handleri; leave handler
7574 PASS: gdb.base/sigstep.exp: nexti from handleri; leave signal trampoline (in main)
7575 PASS: gdb.base/sigstep.exp: finish from handleri; continue to handler
7576 PASS: gdb.base/sigstep.exp: finish from handleri; leave handler
7577 PASS: gdb.base/sigstep.exp: finish from handleri; leave signal trampoline (in main)
7578 PASS: gdb.base/sigstep.exp: return from handleri; continue to handler
7579 PASS: gdb.base/sigstep.exp: return from handleri; leave handler
7580 PASS: gdb.base/sigstep.exp: return from handleri; leave signal trampoline (in main)
7581 PASS: gdb.base/sigstep.exp: Set done as return will have skipped it
7582 PASS: gdb.base/sigstep.exp: set itimer = itimer_real
7583 PASS: gdb.base/sigstep.exp: break 79
7584 PASS: gdb.base/sigstep.exp: step to handler; resync
7585 PASS: gdb.base/sigstep.exp: step to handler; advance to infinite loop
7586 PASS: gdb.base/sigstep.exp: step to handler; break handler
7587 PASS: gdb.base/sigstep.exp: step to handler; performing step
7588 PASS: gdb.base/sigstep.exp: step to handler; clear handler
7589 PASS: gdb.base/sigstep.exp: next to handler; resync
7590 PASS: gdb.base/sigstep.exp: next to handler; advance to infinite loop
7591 PASS: gdb.base/sigstep.exp: next to handler; break handler
7592 PASS: gdb.base/sigstep.exp: next to handler; performing next
7593 PASS: gdb.base/sigstep.exp: next to handler; clear handler
7594 PASS: gdb.base/sigstep.exp: continue to handler; resync
7595 PASS: gdb.base/sigstep.exp: continue to handler; advance to infinite loop
7596 PASS: gdb.base/sigstep.exp: continue to handler; break handler
7597 PASS: gdb.base/sigstep.exp: continue to handler; performing continue
7598 PASS: gdb.base/sigstep.exp: continue to handler; clear handler
7599 PASS: gdb.base/sigstep.exp: step to handler entry; resync
7600 PASS: gdb.base/sigstep.exp: step to handler entry; advance to infinite loop
7601 PASS: gdb.base/sigstep.exp: step to handler entry; break handler
7602 PASS: gdb.base/sigstep.exp: step to handler entry; performing step
7603 PASS: gdb.base/sigstep.exp: step to handler entry; clear handler
7604 PASS: gdb.base/sigstep.exp: next to handler entry; resync
7605 PASS: gdb.base/sigstep.exp: next to handler entry; advance to infinite loop
7606 PASS: gdb.base/sigstep.exp: next to handler entry; break handler
7607 PASS: gdb.base/sigstep.exp: next to handler entry; performing next
7608 PASS: gdb.base/sigstep.exp: next to handler entry; clear handler
7609 PASS: gdb.base/sigstep.exp: continue to handler entry; resync
7610 PASS: gdb.base/sigstep.exp: continue to handler entry; advance to infinite loop
7611 PASS: gdb.base/sigstep.exp: continue to handler entry; break handler
7612 PASS: gdb.base/sigstep.exp: continue to handler entry; performing continue
7613 PASS: gdb.base/sigstep.exp: continue to handler entry; clear handler
7614 PASS: gdb.base/sigstep.exp: step over handler; resync
7615 PASS: gdb.base/sigstep.exp: step over handler; advance to infinite loop
7616 PASS: gdb.base/sigstep.exp: step over handler; performing step
7617 PASS: gdb.base/sigstep.exp: next over handler; resync
7618 PASS: gdb.base/sigstep.exp: next over handler; advance to infinite loop
7619 PASS: gdb.base/sigstep.exp: next over handler; performing next
7620 PASS: gdb.base/sigstep.exp: continue over handler; resync
7621 PASS: gdb.base/sigstep.exp: continue over handler; advance to infinite loop
7622 PASS: gdb.base/sigstep.exp: continue over handler; performing continue
7623 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; resync
7624 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break infinite loop
7625 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break handler
7626 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; continue to infinite loop
7627 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; performing step
7628 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear infinite loop
7629 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear handler
7630 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; resync
7631 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break infinite loop
7632 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break handler
7633 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; continue to infinite loop
7634 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; performing next
7635 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear infinite loop
7636 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear handler
7637 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; resync
7638 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break infinite loop
7639 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break handler
7640 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; continue to infinite loop
7641 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; performing continue
7642 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear infinite loop
7643 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear handler
7644 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; resync
7645 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break infinite loop
7646 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break handler
7647 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; continue to infinite loop
7648 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; performing step
7649 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear infinite loop
7650 PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear handler
7651 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; resync
7652 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break infinite loop
7653 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break handler
7654 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; continue to infinite loop
7655 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; performing next
7656 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear infinite loop
7657 PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear handler
7658 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; resync
7659 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break infinite loop
7660 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break handler
7661 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; continue to infinite loop
7662 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; performing continue
7663 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear infinite loop
7664 PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear handler
7665 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; resync
7666 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; break infinite loop
7667 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; continue to infinite loop
7668 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; performing step
7669 PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; clear infinite loop
7670 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; resync
7671 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; break infinite loop
7672 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; continue to infinite loop
7673 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; performing next
7674 PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; clear infinite loop
7675 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; resync
7676 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; break infinite loop
7677 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; continue to infinite loop
7678 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; performing continue
7679 PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; clear infinite loop
7680 Running ./gdb.base/sizeof.exp ...
7681 Running ./gdb.base/skip.exp ...
7682 PASS: gdb.base/skip.exp: skip file (no default file)
7683 PASS: gdb.base/skip.exp: skip function
7684 PASS: gdb.base/skip.exp: skip (no default function)
7685 PASS: gdb.base/skip.exp: info skip empty
7686 PASS: gdb.base/skip.exp: skip file (skip.c)
7687 PASS: gdb.base/skip.exp: skip (main)
7688 PASS: gdb.base/skip.exp: skip file skip1.c
7689 PASS: gdb.base/skip.exp: skip function baz
7690 PASS: gdb.base/skip.exp: skip enable 999
7691 PASS: gdb.base/skip.exp: skip disable 999
7692 PASS: gdb.base/skip.exp: skip delete 999
7693 PASS: gdb.base/skip.exp: skip enable a
7694 PASS: gdb.base/skip.exp: skip disable a
7695 PASS: gdb.base/skip.exp: skip delete a
7696 PASS: gdb.base/skip.exp: info skip 999
7697 PASS: gdb.base/skip.exp: info skip
7698 PASS: gdb.base/skip.exp: step in the main
7699 PASS: gdb.base/skip.exp: step after all ignored
7700 PASS: gdb.base/skip.exp: skip delete 1
7701 PASS: gdb.base/skip.exp: info skip (delete 1)
7702 PASS: gdb.base/skip.exp: step after deleting 1 (1)
7703 PASS: gdb.base/skip.exp: step after deleting 1 (2)
7704 PASS: gdb.base/skip.exp: step after deleting 1 (3)
7705 PASS: gdb.base/skip.exp: skip disable 3
7706 PASS: gdb.base/skip.exp: info skip shows entry as disabled
7707 PASS: gdb.base/skip.exp: step after disabling 3 (1)
7708 PASS: gdb.base/skip.exp: step after disabling 3 (2)
7709 PASS: gdb.base/skip.exp: step after disabling 3 (3)
7710 PASS: gdb.base/skip.exp: step after disabling 3 (4)
7711 PASS: gdb.base/skip.exp: step after disabling 3 (5)
7712 PASS: gdb.base/skip.exp: skip enable 3
7713 PASS: gdb.base/skip.exp: info skip shows entry as enabled
7714 PASS: gdb.base/skip.exp: step after enable 3 (1)
7715 PASS: gdb.base/skip.exp: step after enable 3 (2)
7716 PASS: gdb.base/skip.exp: step after enable 3 (3)
7717 PASS: gdb.base/skip.exp: skip disable
7718 PASS: gdb.base/skip.exp: info skip after disabling all
7719 PASS: gdb.base/skip.exp: skip enable
7720 PASS: gdb.base/skip.exp: info skip after enabling all
7721 PASS: gdb.base/skip.exp: skip disable 4 2-3
7722 PASS: gdb.base/skip.exp: info skip after disabling 4 2-3
7723 PASS: gdb.base/skip.exp: skip enable 2-3
7724 PASS: gdb.base/skip.exp: info skip after enabling 2-3
7725 PASS: gdb.base/skip.exp: info skip 2-3
7726 PASS: gdb.base/skip.exp: skip delete 2 3
7727 PASS: gdb.base/skip.exp: info skip after deleting 2 3
7728 PASS: gdb.base/skip.exp: skip delete
7729 PASS: gdb.base/skip.exp: info skip after deleting all
7730 Running ./gdb.base/skip-solib.exp ...
7731 Running ./gdb.base/so-impl-ld.exp ...
7732 PASS: gdb.base/so-impl-ld.exp: step over solib call
7733 PASS: gdb.base/so-impl-ld.exp: step into solib call
7734 PASS: gdb.base/so-impl-ld.exp: step in solib call
7735 PASS: gdb.base/so-impl-ld.exp: step out of solib call
7736 Running ./gdb.base/so-indr-cl.exp ...
7737 Running ./gdb.base/solib-corrupted.exp ...
7738 Running ./gdb.base/solib-disc.exp ...
7739 PASS: gdb.base/solib-disc.exp: set stop-on-solib-events 1
7740 PASS: gdb.base/solib-disc.exp: continue to load
7741 PASS: gdb.base/solib-disc.exp: save $pc after load
7742 PASS: gdb.base/solib-disc.exp: disconnect after load
7743 PASS: gdb.base/solib-disc.exp: reconnect after load
7744 PASS: gdb.base/solib-disc.exp: check $pc after load
7745 PASS: gdb.base/solib-disc.exp: continue to unload
7746 PASS: gdb.base/solib-disc.exp: save $pc after unload
7747 PASS: gdb.base/solib-disc.exp: disconnect after unload
7748 PASS: gdb.base/solib-disc.exp: reconnect after unload
7749 PASS: gdb.base/solib-disc.exp: check $pc after unload
7750 Running ./gdb.base/solib-display.exp ...
7751 Running ./gdb.base/solib.exp ...
7752 Running ./gdb.base/solib-nodir.exp ...
7753 Running ./gdb.base/solib-overlap.exp ...
7754 Running ./gdb.base/solib-symbol.exp ...
7755 PASS: gdb.base/solib-symbol.exp: foo2 in main
7756 PASS: gdb.base/solib-symbol.exp: foo in libmd
7757 PASS: gdb.base/solib-symbol.exp: continue
7758 PASS: gdb.base/solib-symbol.exp: foo2 in mdlib
7759 Running ./gdb.base/solib-weak.exp ...
7760 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
7761 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
7762 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
7763 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
7764 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
7765 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
7766 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
7767 PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
7768 Running ./gdb.base/source.exp ...
7769 PASS: gdb.base/source.exp: script contains error
7770 PASS: gdb.base/source.exp: source -v
7771 PASS: gdb.base/source.exp: source after -v
7772 PASS: gdb.base/source.exp: set search directories
7773 PASS: gdb.base/source.exp: source -s
7774 PASS: gdb.base/source.exp: source -s -v
7775 PASS: gdb.base/source.exp: source -v -s
7776 Running ./gdb.base/stack-checking.exp ...
7777 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for small frame
7778 PASS: gdb.base/stack-checking.exp: bt
7779 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for medium frame
7780 PASS: gdb.base/stack-checking.exp: bt
7781 PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for big frame
7782 PASS: gdb.base/stack-checking.exp: bt
7783 Running ./gdb.base/stale-infcall.exp ...
7784 PASS: gdb.base/stale-infcall.exp: continue to breakpoint: test-next
7785 PASS: gdb.base/stale-infcall.exp: set $test_fail_bpnum=$bpnum
7786 XFAIL: gdb.base/stale-infcall.exp: test system longjmp tracking support
7787 UNTESTED: gdb.base/stale-infcall.exp: System lacks support for tracking longjmps
7788 Running ./gdb.base/stap-probe.exp ...
7789 gdb compile failed, ./gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory
7793 UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
7794 UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
7795 Running ./gdb.base/start.exp ...
7796 UNTESTED: gdb.base/start.exp: start
7797 Running ./gdb.base/step-break.exp ...
7798 PASS: gdb.base/step-break.exp: breakpoint line number
7799 PASS: gdb.base/step-break.exp: run until breakpoint set at a line number
7800 PASS: gdb.base/step-break.exp: next 2 (1)
7801 PASS: gdb.base/step-break.exp: next 2 (2)
7802 PASS: gdb.base/step-break.exp: next 2 (3)
7803 PASS: gdb.base/step-break.exp: next 2 (4)
7804 PASS: gdb.base/step-break.exp: next 2 (5)
7805 PASS: gdb.base/step-break.exp: next 2 (6)
7806 Running ./gdb.base/step-bt.exp ...
7807 PASS: gdb.base/step-bt.exp: breakpoint at first instruction of hello()
7808 PASS: gdb.base/step-bt.exp: run to hello()
7809 PASS: gdb.base/step-bt.exp: step first instruction
7810 PASS: gdb.base/step-bt.exp: backtrace after first instruction step
7811 PASS: gdb.base/step-bt.exp: step second instruction
7812 PASS: gdb.base/step-bt.exp: backtrace after second instruction step
7813 Running ./gdb.base/step-line.exp ...
7814 PASS: gdb.base/step-line.exp: break f1
7815 PASS: gdb.base/step-line.exp: continue to f1
7816 PASS: gdb.base/step-line.exp: next over dummy 1
7817 PASS: gdb.base/step-line.exp: next to dummy 2
7818 PASS: gdb.base/step-line.exp: next over dummy 2
7819 PASS: gdb.base/step-line.exp: step into f2
7820 PASS: gdb.base/step-line.exp: next over dummy 4
7821 PASS: gdb.base/step-line.exp: next to dummy 5
7822 PASS: gdb.base/step-line.exp: next to dummy 6
7823 PASS: gdb.base/step-line.exp: next over dummy 6
7824 PASS: gdb.base/step-line.exp: next to dummy 7
7825 PASS: gdb.base/step-line.exp: next to dummy 8
7826 PASS: gdb.base/step-line.exp: next over dummy 8
7827 PASS: gdb.base/step-line.exp: next to dummy 9
7828 PASS: gdb.base/step-line.exp: next to dummy 10
7829 PASS: gdb.base/step-line.exp: next over dummy 10
7830 Running ./gdb.base/step-resume-infcall.exp ...
7831 PASS: gdb.base/step-resume-infcall.exp: step
7832 PASS: gdb.base/step-resume-infcall.exp: up
7833 PASS: gdb.base/step-resume-infcall.exp: set $b=$pc
7834 PASS: gdb.base/step-resume-infcall.exp: print $bpnum
7835 PASS: gdb.base/step-resume-infcall.exp: disass/m
7836 PASS: gdb.base/step-resume-infcall.exp: info breakpoints
7837 PASS: gdb.base/step-resume-infcall.exp: next
7838 PASS: gdb.base/step-resume-infcall.exp: p cond_hit
7839 Running ./gdb.base/step-symless.exp ...
7840 PASS: gdb.base/step-symless.exp: strip stub symbols
7841 PASS: gdb.base/step-symless.exp: step
7842 Running ./gdb.base/step-test.exp ...
7843 PASS: gdb.base/step-test.exp: next 1
7844 PASS: gdb.base/step-test.exp: step 1
7845 PASS: gdb.base/step-test.exp: next 2
7846 PASS: gdb.base/step-test.exp: step 3
7847 PASS: gdb.base/step-test.exp: next 3
7848 PASS: gdb.base/step-test.exp: next over
7849 PASS: gdb.base/step-test.exp: step into
7850 PASS: gdb.base/step-test.exp: step out
7851 PASS: gdb.base/step-test.exp: stepi to next line
7852 PASS: gdb.base/step-test.exp: stepi into function
7853 FAIL: gdb.base/step-test.exp: stepi into function's first source line
7854 FAIL: gdb.base/step-test.exp: stepi: finish call
7855 FAIL: gdb.base/step-test.exp: nexti over function
7856 PASS: gdb.base/step-test.exp: set breakpoint at call to large_struct_by_value
7857 PASS: gdb.base/step-test.exp: run to pass large struct
7858 PASS: gdb.base/step-test.exp: large struct by value
7859 PASS: gdb.base/step-test.exp: continue until exit at step-test.exp
7860 Running ./gdb.base/store.exp ...
7861 PASS: gdb.base/store.exp: tbreak wack_charest
7862 PASS: gdb.base/store.exp: continue to wack_charest
7863 PASS: gdb.base/store.exp: var charest l; print old l, expecting -1 .*
7864 PASS: gdb.base/store.exp: var charest l; print old r, expecting -2 .*
7865 PASS: gdb.base/store.exp: var charest l; setting l to 4
7866 PASS: gdb.base/store.exp: var charest l; print new l, expecting 4 ..004.
7867 PASS: gdb.base/store.exp: var charest l; next over add call
7868 PASS: gdb.base/store.exp: var charest l; print incremented l, expecting 2 ..002.
7869 PASS: gdb.base/store.exp: tbreak wack_short
7870 PASS: gdb.base/store.exp: continue to wack_short
7871 PASS: gdb.base/store.exp: var short l; print old l, expecting -1
7872 PASS: gdb.base/store.exp: var short l; print old r, expecting -2
7873 PASS: gdb.base/store.exp: var short l; setting l to 4
7874 PASS: gdb.base/store.exp: var short l; print new l, expecting 4
7875 PASS: gdb.base/store.exp: var short l; next over add call
7876 PASS: gdb.base/store.exp: var short l; print incremented l, expecting 2
7877 PASS: gdb.base/store.exp: tbreak wack_int
7878 PASS: gdb.base/store.exp: continue to wack_int
7879 PASS: gdb.base/store.exp: var int l; print old l, expecting -1
7880 PASS: gdb.base/store.exp: var int l; print old r, expecting -2
7881 PASS: gdb.base/store.exp: var int l; setting l to 4
7882 PASS: gdb.base/store.exp: var int l; print new l, expecting 4
7883 PASS: gdb.base/store.exp: var int l; next over add call
7884 PASS: gdb.base/store.exp: var int l; print incremented l, expecting 2
7885 PASS: gdb.base/store.exp: tbreak wack_long
7886 PASS: gdb.base/store.exp: continue to wack_long
7887 PASS: gdb.base/store.exp: var long l; print old l, expecting -1
7888 PASS: gdb.base/store.exp: var long l; print old r, expecting -2
7889 PASS: gdb.base/store.exp: var long l; setting l to 4
7890 PASS: gdb.base/store.exp: var long l; print new l, expecting 4
7891 PASS: gdb.base/store.exp: var long l; next over add call
7892 PASS: gdb.base/store.exp: var long l; print incremented l, expecting 2
7893 PASS: gdb.base/store.exp: tbreak wack_longest
7894 PASS: gdb.base/store.exp: continue to wack_longest
7895 PASS: gdb.base/store.exp: var longest l; print old l, expecting -1
7896 FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2
7897 PASS: gdb.base/store.exp: var longest l; setting l to 4
7898 PASS: gdb.base/store.exp: var longest l; print new l, expecting 4
7899 PASS: gdb.base/store.exp: var longest l; next over add call
7900 PASS: gdb.base/store.exp: var longest l; print incremented l, expecting 2
7901 PASS: gdb.base/store.exp: tbreak wack_float
7902 PASS: gdb.base/store.exp: continue to wack_float
7903 FAIL: gdb.base/store.exp: var float l; print old l, expecting -1
7904 PASS: gdb.base/store.exp: var float l; print old r, expecting -2
7905 PASS: gdb.base/store.exp: var float l; setting l to 4
7906 FAIL: gdb.base/store.exp: var float l; print new l, expecting 4
7907 PASS: gdb.base/store.exp: var float l; next over add call
7908 FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2
7909 PASS: gdb.base/store.exp: tbreak wack_double
7910 PASS: gdb.base/store.exp: continue to wack_double
7911 FAIL: gdb.base/store.exp: var double l; print old l, expecting -1
7912 FAIL: gdb.base/store.exp: var double l; print old r, expecting -2
7913 PASS: gdb.base/store.exp: var double l; setting l to 4
7914 FAIL: gdb.base/store.exp: var double l; print new l, expecting 4
7915 PASS: gdb.base/store.exp: var double l; next over add call
7916 FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2
7917 PASS: gdb.base/store.exp: tbreak wack_doublest
7918 PASS: gdb.base/store.exp: continue to wack_doublest
7919 FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
7920 FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
7921 FAIL: gdb.base/store.exp: var doublest l; setting l to 4
7922 FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
7923 PASS: gdb.base/store.exp: var doublest l; next over add call
7924 FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
7925 PASS: gdb.base/store.exp: tbreak add_charest
7926 PASS: gdb.base/store.exp: continue to add_charest
7927 PASS: gdb.base/store.exp: upvar charest l; up
7928 PASS: gdb.base/store.exp: upvar charest l; print old l, expecting -1 .*
7929 PASS: gdb.base/store.exp: upvar charest l; print old r, expecting -2 .*
7930 PASS: gdb.base/store.exp: upvar charest l; set l to 4
7931 PASS: gdb.base/store.exp: upvar charest l; print new l, expecting 4 ..004.
7932 PASS: gdb.base/store.exp: tbreak add_short
7933 PASS: gdb.base/store.exp: continue to add_short
7934 PASS: gdb.base/store.exp: upvar short l; up
7935 PASS: gdb.base/store.exp: upvar short l; print old l, expecting -1
7936 PASS: gdb.base/store.exp: upvar short l; print old r, expecting -2
7937 PASS: gdb.base/store.exp: upvar short l; set l to 4
7938 PASS: gdb.base/store.exp: upvar short l; print new l, expecting 4
7939 PASS: gdb.base/store.exp: tbreak add_int
7940 PASS: gdb.base/store.exp: continue to add_int
7941 PASS: gdb.base/store.exp: upvar int l; up
7942 PASS: gdb.base/store.exp: upvar int l; print old l, expecting -1
7943 PASS: gdb.base/store.exp: upvar int l; print old r, expecting -2
7944 PASS: gdb.base/store.exp: upvar int l; set l to 4
7945 PASS: gdb.base/store.exp: upvar int l; print new l, expecting 4
7946 PASS: gdb.base/store.exp: tbreak add_long
7947 PASS: gdb.base/store.exp: continue to add_long
7948 PASS: gdb.base/store.exp: upvar long l; up
7949 PASS: gdb.base/store.exp: upvar long l; print old l, expecting -1
7950 PASS: gdb.base/store.exp: upvar long l; print old r, expecting -2
7951 PASS: gdb.base/store.exp: upvar long l; set l to 4
7952 PASS: gdb.base/store.exp: upvar long l; print new l, expecting 4
7953 PASS: gdb.base/store.exp: tbreak add_longest
7954 PASS: gdb.base/store.exp: continue to add_longest
7955 PASS: gdb.base/store.exp: upvar longest l; up
7956 PASS: gdb.base/store.exp: upvar longest l; print old l, expecting -1
7957 FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2
7958 PASS: gdb.base/store.exp: upvar longest l; set l to 4
7959 PASS: gdb.base/store.exp: upvar longest l; print new l, expecting 4
7960 PASS: gdb.base/store.exp: tbreak add_float
7961 PASS: gdb.base/store.exp: continue to add_float
7962 PASS: gdb.base/store.exp: upvar float l; up
7963 FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1
7964 PASS: gdb.base/store.exp: upvar float l; print old r, expecting -2
7965 PASS: gdb.base/store.exp: upvar float l; set l to 4
7966 FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4
7967 PASS: gdb.base/store.exp: tbreak add_double
7968 PASS: gdb.base/store.exp: continue to add_double
7969 PASS: gdb.base/store.exp: upvar double l; up
7970 FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1
7971 FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2
7972 PASS: gdb.base/store.exp: upvar double l; set l to 4
7973 FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4
7974 PASS: gdb.base/store.exp: tbreak add_doublest
7975 PASS: gdb.base/store.exp: continue to add_doublest
7976 PASS: gdb.base/store.exp: upvar doublest l; up
7977 FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
7978 FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
7979 FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
7980 FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
7981 PASS: gdb.base/store.exp: tbreak wack_struct_1
7982 PASS: gdb.base/store.exp: continue to wack_struct_1
7983 PASS: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call
7984 PASS: gdb.base/store.exp: var struct 1 u; print old u, expecting {s = \{0}}
7985 PASS: gdb.base/store.exp: var struct 1 u; set u to s_1
7986 PASS: gdb.base/store.exp: var struct 1 u; print new u, expecting {s = \{1}}
7987 PASS: gdb.base/store.exp: tbreak wack_struct_2
7988 PASS: gdb.base/store.exp: continue to wack_struct_2
7989 PASS: gdb.base/store.exp: var struct 2 u; next to add_struct_2 call
7990 PASS: gdb.base/store.exp: var struct 2 u; print old u, expecting {s = \{0, 0}}
7991 PASS: gdb.base/store.exp: var struct 2 u; set u to s_2
7992 PASS: gdb.base/store.exp: var struct 2 u; print new u, expecting {s = \{1, 2}}
7993 PASS: gdb.base/store.exp: tbreak wack_struct_3
7994 PASS: gdb.base/store.exp: continue to wack_struct_3
7995 PASS: gdb.base/store.exp: var struct 3 u; next to add_struct_3 call
7996 PASS: gdb.base/store.exp: var struct 3 u; print old u, expecting {s = \{0, 0, 0}}
7997 PASS: gdb.base/store.exp: var struct 3 u; set u to s_3
7998 PASS: gdb.base/store.exp: var struct 3 u; print new u, expecting {s = \{1, 2, 3}}
7999 PASS: gdb.base/store.exp: tbreak wack_struct_4
8000 PASS: gdb.base/store.exp: continue to wack_struct_4
8001 PASS: gdb.base/store.exp: var struct 4 u; next to add_struct_4 call
8002 PASS: gdb.base/store.exp: var struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}}
8003 PASS: gdb.base/store.exp: var struct 4 u; set u to s_4
8004 PASS: gdb.base/store.exp: var struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
8005 PASS: gdb.base/store.exp: tbreak add_struct_1
8006 PASS: gdb.base/store.exp: continue to add_struct_1
8007 PASS: gdb.base/store.exp: up struct 1 u; up
8008 PASS: gdb.base/store.exp: up struct 1 u; print old u, expecting {s = \{0}}
8009 PASS: gdb.base/store.exp: up struct 1 u; set u to s_1
8010 PASS: gdb.base/store.exp: up struct 1 u; print new u, expecting {s = \{1}}
8011 PASS: gdb.base/store.exp: tbreak add_struct_2
8012 PASS: gdb.base/store.exp: continue to add_struct_2
8013 PASS: gdb.base/store.exp: up struct 2 u; up
8014 PASS: gdb.base/store.exp: up struct 2 u; print old u, expecting {s = \{0, 0}}
8015 PASS: gdb.base/store.exp: up struct 2 u; set u to s_2
8016 PASS: gdb.base/store.exp: up struct 2 u; print new u, expecting {s = \{1, 2}}
8017 PASS: gdb.base/store.exp: tbreak add_struct_3
8018 PASS: gdb.base/store.exp: continue to add_struct_3
8019 PASS: gdb.base/store.exp: up struct 3 u; up
8020 PASS: gdb.base/store.exp: up struct 3 u; print old u, expecting {s = \{0, 0, 0}}
8021 PASS: gdb.base/store.exp: up struct 3 u; set u to s_3
8022 PASS: gdb.base/store.exp: up struct 3 u; print new u, expecting {s = \{1, 2, 3}}
8023 PASS: gdb.base/store.exp: tbreak add_struct_4
8024 PASS: gdb.base/store.exp: continue to add_struct_4
8025 PASS: gdb.base/store.exp: up struct 4 u; up
8026 PASS: gdb.base/store.exp: up struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}}
8027 PASS: gdb.base/store.exp: up struct 4 u; set u to s_4
8028 PASS: gdb.base/store.exp: up struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
8029 PASS: gdb.base/store.exp: tbreak wack_field_1
8030 PASS: gdb.base/store.exp: continue field 1
8031 PASS: gdb.base/store.exp: next field 1
8032 PASS: gdb.base/store.exp: old field 1
8033 PASS: gdb.base/store.exp: set variable u = F_1
8034 PASS: gdb.base/store.exp: new field 1
8035 PASS: gdb.base/store.exp: set variable u = F_1, u.i = f_1.i
8036 PASS: gdb.base/store.exp: f_1.i
8037 PASS: gdb.base/store.exp: set variable u = F_1, u.j = f_1.j
8038 PASS: gdb.base/store.exp: f_1.j
8039 PASS: gdb.base/store.exp: set variable u = F_1, u.k = f_1.k
8040 PASS: gdb.base/store.exp: f_1.k
8041 PASS: gdb.base/store.exp: set variable u = f_1, u.i = F_1.i
8042 PASS: gdb.base/store.exp: F_1.i
8043 PASS: gdb.base/store.exp: set variable u = f_1, u.j = F_1.j
8044 PASS: gdb.base/store.exp: F_1.j
8045 PASS: gdb.base/store.exp: set variable u = f_1, u.k = F_1.k
8046 PASS: gdb.base/store.exp: F_1.k
8047 PASS: gdb.base/store.exp: tbreak wack_field_2
8048 PASS: gdb.base/store.exp: continue field 2
8049 PASS: gdb.base/store.exp: next field 2
8050 PASS: gdb.base/store.exp: old field 2
8051 PASS: gdb.base/store.exp: set variable u = F_2
8052 PASS: gdb.base/store.exp: new field 2
8053 PASS: gdb.base/store.exp: set variable u = F_2, u.i = f_2.i
8054 PASS: gdb.base/store.exp: f_2.i
8055 PASS: gdb.base/store.exp: set variable u = F_2, u.j = f_2.j
8056 PASS: gdb.base/store.exp: f_2.j
8057 PASS: gdb.base/store.exp: set variable u = F_2, u.k = f_2.k
8058 PASS: gdb.base/store.exp: f_2.k
8059 PASS: gdb.base/store.exp: set variable u = f_2, u.i = F_2.i
8060 PASS: gdb.base/store.exp: F_2.i
8061 PASS: gdb.base/store.exp: set variable u = f_2, u.j = F_2.j
8062 PASS: gdb.base/store.exp: F_2.j
8063 PASS: gdb.base/store.exp: set variable u = f_2, u.k = F_2.k
8064 PASS: gdb.base/store.exp: F_2.k
8065 PASS: gdb.base/store.exp: tbreak wack_field_3
8066 PASS: gdb.base/store.exp: continue field 3
8067 PASS: gdb.base/store.exp: next field 3
8068 PASS: gdb.base/store.exp: old field 3
8069 PASS: gdb.base/store.exp: set variable u = F_3
8070 PASS: gdb.base/store.exp: new field 3
8071 PASS: gdb.base/store.exp: set variable u = F_3, u.i = f_3.i
8072 PASS: gdb.base/store.exp: f_3.i
8073 PASS: gdb.base/store.exp: set variable u = F_3, u.j = f_3.j
8074 PASS: gdb.base/store.exp: f_3.j
8075 PASS: gdb.base/store.exp: set variable u = F_3, u.k = f_3.k
8076 PASS: gdb.base/store.exp: f_3.k
8077 PASS: gdb.base/store.exp: set variable u = f_3, u.i = F_3.i
8078 PASS: gdb.base/store.exp: F_3.i
8079 PASS: gdb.base/store.exp: set variable u = f_3, u.j = F_3.j
8080 PASS: gdb.base/store.exp: F_3.j
8081 PASS: gdb.base/store.exp: set variable u = f_3, u.k = F_3.k
8082 PASS: gdb.base/store.exp: F_3.k
8083 PASS: gdb.base/store.exp: tbreak wack_field_4
8084 PASS: gdb.base/store.exp: continue field 4
8085 PASS: gdb.base/store.exp: next field 4
8086 PASS: gdb.base/store.exp: old field 4
8087 PASS: gdb.base/store.exp: set variable u = F_4
8088 PASS: gdb.base/store.exp: new field 4
8089 PASS: gdb.base/store.exp: set variable u = F_4, u.i = f_4.i
8090 PASS: gdb.base/store.exp: f_4.i
8091 PASS: gdb.base/store.exp: set variable u = F_4, u.j = f_4.j
8092 PASS: gdb.base/store.exp: f_4.j
8093 PASS: gdb.base/store.exp: set variable u = F_4, u.k = f_4.k
8094 PASS: gdb.base/store.exp: f_4.k
8095 PASS: gdb.base/store.exp: set variable u = f_4, u.i = F_4.i
8096 PASS: gdb.base/store.exp: F_4.i
8097 PASS: gdb.base/store.exp: set variable u = f_4, u.j = F_4.j
8098 PASS: gdb.base/store.exp: F_4.j
8099 PASS: gdb.base/store.exp: set variable u = f_4, u.k = F_4.k
8100 PASS: gdb.base/store.exp: F_4.k
8101 Running ./gdb.base/structs2.exp ...
8102 PASS: gdb.base/structs2.exp: set width 0
8103 PASS: gdb.base/structs2.exp: structs2 sanity check
8104 PASS: gdb.base/structs2.exp: structs2 breakpoint set
8105 PASS: gdb.base/structs2.exp: structs2 continue1
8106 PASS: gdb.base/structs2.exp: structs2 continue2
8107 Running ./gdb.base/structs3.exp ...
8108 PASS: gdb.base/structs3.exp: print two
8109 PASS: gdb.base/structs3.exp: print *twop
8110 PASS: gdb.base/structs3.exp: print *(struct Two *)onep
8111 PASS: gdb.base/structs3.exp: print *(tTwo *)onep
8112 Running ./gdb.base/structs.exp ...
8113 PASS: gdb.base/structs.exp: set print sevenbit-strings
8114 PASS: gdb.base/structs.exp: set print address off
8115 PASS: gdb.base/structs.exp: set width 0
8116 PASS: gdb.base/structs.exp: set print elements 300
8117 PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done
8118 PASS: gdb.base/structs.exp: p chartest
8119 PASS: gdb.base/structs.exp: ptype foo1; structs-tc
8120 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tc
8121 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tc
8122 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tc
8123 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc
8124 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc
8125 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc
8126 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc
8127 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc
8128 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc
8129 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc
8130 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc
8131 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc
8132 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc
8133 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc
8134 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc
8135 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc
8136 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc
8137 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc
8138 PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-tc
8139 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-tc
8140 PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-tc
8141 PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-tc
8142 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-tc
8143 PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-tc
8144 PASS: gdb.base/structs.exp: p/c fun<n>(); call 9 structs-tc
8145 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 9 structs-tc
8146 PASS: gdb.base/structs.exp: p/c L<n>; call 9 structs-tc
8147 PASS: gdb.base/structs.exp: p/c fun<n>(); call 10 structs-tc
8148 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 10 structs-tc
8149 PASS: gdb.base/structs.exp: p/c L<n>; call 10 structs-tc
8150 PASS: gdb.base/structs.exp: p/c fun<n>(); call 11 structs-tc
8151 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 11 structs-tc
8152 PASS: gdb.base/structs.exp: p/c L<n>; call 11 structs-tc
8153 PASS: gdb.base/structs.exp: p/c fun<n>(); call 12 structs-tc
8154 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 12 structs-tc
8155 PASS: gdb.base/structs.exp: p/c L<n>; call 12 structs-tc
8156 PASS: gdb.base/structs.exp: p/c fun<n>(); call 13 structs-tc
8157 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 13 structs-tc
8158 PASS: gdb.base/structs.exp: p/c L<n>; call 13 structs-tc
8159 PASS: gdb.base/structs.exp: p/c fun<n>(); call 14 structs-tc
8160 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 14 structs-tc
8161 PASS: gdb.base/structs.exp: p/c L<n>; call 14 structs-tc
8162 PASS: gdb.base/structs.exp: p/c fun<n>(); call 15 structs-tc
8163 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 15 structs-tc
8164 PASS: gdb.base/structs.exp: p/c L<n>; call 15 structs-tc
8165 PASS: gdb.base/structs.exp: p/c fun<n>(); call 16 structs-tc
8166 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 16 structs-tc
8167 PASS: gdb.base/structs.exp: p/c L<n>; call 16 structs-tc
8168 PASS: gdb.base/structs.exp: p/c fun<n>(); call 17 structs-tc
8169 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 17 structs-tc
8170 PASS: gdb.base/structs.exp: p/c L<n>; call 17 structs-tc
8171 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tc
8172 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tc
8173 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tc
8174 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tc
8175 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tc
8176 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tc
8177 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tc
8178 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tc
8179 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tc
8180 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc
8181 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc
8182 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc
8183 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc
8184 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc
8185 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc
8186 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc
8187 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc
8188 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc
8189 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-tc
8190 PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-tc
8191 PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-tc
8192 PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-tc
8193 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-tc
8194 PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-tc
8195 PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-tc
8196 PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-tc
8197 PASS: gdb.base/structs.exp: return value known implies finish value known; return 3 structs-tc
8198 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-tc
8199 PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-tc
8200 PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-tc
8201 PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-tc
8202 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-tc
8203 PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-tc
8204 PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-tc
8205 PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-tc
8206 PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-tc
8207 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 5 structs-tc
8208 PASS: gdb.base/structs.exp: zed L<n> for return; return 5 structs-tc
8209 PASS: gdb.base/structs.exp: return foo<n>; return 5 structs-tc
8210 PASS: gdb.base/structs.exp: value foo<n> returned; return 5 structs-tc
8211 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 5 structs-tc
8212 PASS: gdb.base/structs.exp: zed L<n> for finish; return 5 structs-tc
8213 PASS: gdb.base/structs.exp: finish foo<n>; return 5 structs-tc
8214 PASS: gdb.base/structs.exp: value foo<n> finished; return 5 structs-tc
8215 PASS: gdb.base/structs.exp: return value known implies finish value known; return 5 structs-tc
8216 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 6 structs-tc
8217 PASS: gdb.base/structs.exp: zed L<n> for return; return 6 structs-tc
8218 PASS: gdb.base/structs.exp: return foo<n>; return 6 structs-tc
8219 PASS: gdb.base/structs.exp: value foo<n> returned; return 6 structs-tc
8220 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 6 structs-tc
8221 PASS: gdb.base/structs.exp: zed L<n> for finish; return 6 structs-tc
8222 PASS: gdb.base/structs.exp: finish foo<n>; return 6 structs-tc
8223 PASS: gdb.base/structs.exp: value foo<n> finished; return 6 structs-tc
8224 PASS: gdb.base/structs.exp: return value known implies finish value known; return 6 structs-tc
8225 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 7 structs-tc
8226 PASS: gdb.base/structs.exp: zed L<n> for return; return 7 structs-tc
8227 PASS: gdb.base/structs.exp: return foo<n>; return 7 structs-tc
8228 PASS: gdb.base/structs.exp: value foo<n> returned; return 7 structs-tc
8229 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 7 structs-tc
8230 PASS: gdb.base/structs.exp: zed L<n> for finish; return 7 structs-tc
8231 PASS: gdb.base/structs.exp: finish foo<n>; return 7 structs-tc
8232 PASS: gdb.base/structs.exp: value foo<n> finished; return 7 structs-tc
8233 PASS: gdb.base/structs.exp: return value known implies finish value known; return 7 structs-tc
8234 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 8 structs-tc
8235 PASS: gdb.base/structs.exp: zed L<n> for return; return 8 structs-tc
8236 PASS: gdb.base/structs.exp: return foo<n>; return 8 structs-tc
8237 PASS: gdb.base/structs.exp: value foo<n> returned; return 8 structs-tc
8238 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 8 structs-tc
8239 PASS: gdb.base/structs.exp: zed L<n> for finish; return 8 structs-tc
8240 PASS: gdb.base/structs.exp: finish foo<n>; return 8 structs-tc
8241 PASS: gdb.base/structs.exp: value foo<n> finished; return 8 structs-tc
8242 PASS: gdb.base/structs.exp: return value known implies finish value known; return 8 structs-tc
8243 PASS: gdb.base/structs.exp: set print sevenbit-strings
8244 PASS: gdb.base/structs.exp: set print address off
8245 PASS: gdb.base/structs.exp: set width 0
8246 PASS: gdb.base/structs.exp: set print elements 300
8247 PASS: gdb.base/structs.exp: ptype foo1; structs-ts
8248 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ts
8249 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ts
8250 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ts
8251 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts
8252 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts
8253 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts
8254 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts
8255 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts
8256 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts
8257 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts
8258 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts
8259 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts
8260 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts
8261 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts
8262 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts
8263 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ts
8264 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ts
8265 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ts
8266 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ts
8267 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ts
8268 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ts
8269 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ts
8270 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ts
8271 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ts
8272 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts
8273 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts
8274 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts
8275 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts
8276 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts
8277 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts
8278 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts
8279 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts
8280 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts
8281 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-ts
8282 PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-ts
8283 PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-ts
8284 PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-ts
8285 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-ts
8286 PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-ts
8287 PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-ts
8288 PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-ts
8289 PASS: gdb.base/structs.exp: return value known implies finish value known; return 3 structs-ts
8290 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-ts
8291 PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-ts
8292 PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-ts
8293 PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-ts
8294 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-ts
8295 PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-ts
8296 PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-ts
8297 PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-ts
8298 PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-ts
8299 PASS: gdb.base/structs.exp: set print sevenbit-strings
8300 PASS: gdb.base/structs.exp: set print address off
8301 PASS: gdb.base/structs.exp: set width 0
8302 PASS: gdb.base/structs.exp: set print elements 300
8303 PASS: gdb.base/structs.exp: ptype foo1; structs-ti
8304 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ti
8305 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ti
8306 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ti
8307 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti
8308 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti
8309 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti
8310 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti
8311 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti
8312 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti
8313 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ti
8314 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ti
8315 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ti
8316 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ti
8317 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ti
8318 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ti
8319 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ti
8320 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ti
8321 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ti
8322 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti
8323 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti
8324 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti
8325 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti
8326 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti
8327 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti
8328 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti
8329 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti
8330 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti
8331 PASS: gdb.base/structs.exp: set print sevenbit-strings
8332 PASS: gdb.base/structs.exp: set print address off
8333 PASS: gdb.base/structs.exp: set width 0
8334 PASS: gdb.base/structs.exp: set print elements 300
8335 PASS: gdb.base/structs.exp: ptype foo1; structs-tl
8336 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tl
8337 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tl
8338 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tl
8339 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl
8340 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl
8341 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl
8342 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl
8343 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl
8344 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl
8345 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tl
8346 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tl
8347 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tl
8348 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tl
8349 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tl
8350 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tl
8351 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tl
8352 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tl
8353 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tl
8354 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl
8355 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl
8356 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl
8357 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl
8358 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl
8359 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl
8360 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl
8361 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl
8362 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl
8363 PASS: gdb.base/structs.exp: set print sevenbit-strings
8364 PASS: gdb.base/structs.exp: set print address off
8365 PASS: gdb.base/structs.exp: set width 0
8366 PASS: gdb.base/structs.exp: set print elements 300
8367 PASS: gdb.base/structs.exp: ptype foo1; structs-tll
8368 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tll
8369 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tll
8370 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tll
8371 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll
8372 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll
8373 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll
8374 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tll
8375 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tll
8376 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tll
8377 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tll
8378 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tll
8379 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tll
8380 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tll
8381 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tll
8382 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tll
8383 PASS: gdb.base/structs.exp: set print sevenbit-strings
8384 PASS: gdb.base/structs.exp: set print address off
8385 PASS: gdb.base/structs.exp: set width 0
8386 PASS: gdb.base/structs.exp: set print elements 300
8387 PASS: gdb.base/structs.exp: ptype foo1; structs-tf
8388 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tf
8389 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tf
8390 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tf
8391 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf
8392 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf
8393 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf
8394 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf
8395 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf
8396 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf
8397 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tf
8398 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tf
8399 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tf
8400 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tf
8401 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tf
8402 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tf
8403 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tf
8404 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tf
8405 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tf
8406 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf
8407 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf
8408 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf
8409 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf
8410 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf
8411 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf
8412 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf
8413 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf
8414 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf
8415 PASS: gdb.base/structs.exp: set print sevenbit-strings
8416 PASS: gdb.base/structs.exp: set print address off
8417 PASS: gdb.base/structs.exp: set width 0
8418 PASS: gdb.base/structs.exp: set print elements 300
8419 PASS: gdb.base/structs.exp: ptype foo1; structs-td
8420 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-td
8421 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-td
8422 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-td
8423 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td
8424 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td
8425 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td
8426 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-td
8427 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-td
8428 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-td
8429 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-td
8430 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-td
8431 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-td
8432 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-td
8433 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-td
8434 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-td
8435 PASS: gdb.base/structs.exp: set print sevenbit-strings
8436 PASS: gdb.base/structs.exp: set print address off
8437 PASS: gdb.base/structs.exp: set width 0
8438 PASS: gdb.base/structs.exp: set print elements 300
8439 PASS: gdb.base/structs.exp: ptype foo1; structs-tld
8440 PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tld
8441 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tld
8442 PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tld
8443 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld
8444 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld
8445 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld
8446 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tld
8447 PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tld
8448 PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tld
8449 PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tld
8450 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tld
8451 PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tld
8452 PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tld
8453 PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tld
8454 PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tld
8455 PASS: gdb.base/structs.exp: set print sevenbit-strings
8456 PASS: gdb.base/structs.exp: set print address off
8457 PASS: gdb.base/structs.exp: set width 0
8458 PASS: gdb.base/structs.exp: set print elements 300
8459 PASS: gdb.base/structs.exp: ptype foo2; structs-ts-tc
8460 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts-tc
8461 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts-tc
8462 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts-tc
8463 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts-tc
8464 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts-tc
8465 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts-tc
8466 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts-tc
8467 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts-tc
8468 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts-tc
8469 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts-tc
8470 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts-tc
8471 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts-tc
8472 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ts-tc
8473 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ts-tc
8474 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ts-tc
8475 PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-ts-tc
8476 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-ts-tc
8477 PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-ts-tc
8478 PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-ts-tc
8479 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-ts-tc
8480 PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-ts-tc
8481 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts-tc
8482 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts-tc
8483 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts-tc
8484 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts-tc
8485 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts-tc
8486 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts-tc
8487 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts-tc
8488 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts-tc
8489 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts-tc
8490 PASS: gdb.base/structs.exp: set print sevenbit-strings
8491 PASS: gdb.base/structs.exp: set print address off
8492 PASS: gdb.base/structs.exp: set width 0
8493 PASS: gdb.base/structs.exp: set print elements 300
8494 PASS: gdb.base/structs.exp: ptype foo2; structs-ti-tc
8495 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti-tc
8496 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti-tc
8497 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti-tc
8498 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti-tc
8499 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti-tc
8500 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti-tc
8501 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ti-tc
8502 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ti-tc
8503 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ti-tc
8504 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ti-tc
8505 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ti-tc
8506 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ti-tc
8507 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ti-tc
8508 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ti-tc
8509 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ti-tc
8510 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti-tc
8511 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti-tc
8512 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti-tc
8513 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti-tc
8514 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti-tc
8515 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti-tc
8516 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti-tc
8517 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti-tc
8518 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti-tc
8519 PASS: gdb.base/structs.exp: set print sevenbit-strings
8520 PASS: gdb.base/structs.exp: set print address off
8521 PASS: gdb.base/structs.exp: set width 0
8522 PASS: gdb.base/structs.exp: set print elements 300
8523 PASS: gdb.base/structs.exp: ptype foo2; structs-tl-tc
8524 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl-tc
8525 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl-tc
8526 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl-tc
8527 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl-tc
8528 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl-tc
8529 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl-tc
8530 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tl-tc
8531 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tl-tc
8532 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tl-tc
8533 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tl-tc
8534 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tl-tc
8535 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tl-tc
8536 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tl-tc
8537 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tl-tc
8538 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tl-tc
8539 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl-tc
8540 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl-tc
8541 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl-tc
8542 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl-tc
8543 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl-tc
8544 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl-tc
8545 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl-tc
8546 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl-tc
8547 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl-tc
8548 PASS: gdb.base/structs.exp: set print sevenbit-strings
8549 PASS: gdb.base/structs.exp: set print address off
8550 PASS: gdb.base/structs.exp: set width 0
8551 PASS: gdb.base/structs.exp: set print elements 300
8552 PASS: gdb.base/structs.exp: ptype foo2; structs-tll-tc
8553 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll-tc
8554 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll-tc
8555 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll-tc
8556 PASS: gdb.base/structs.exp: set print sevenbit-strings
8557 PASS: gdb.base/structs.exp: set print address off
8558 PASS: gdb.base/structs.exp: set width 0
8559 PASS: gdb.base/structs.exp: set print elements 300
8560 PASS: gdb.base/structs.exp: ptype foo2; structs-tf-tc
8561 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-tc
8562 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-tc
8563 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-tc
8564 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf-tc
8565 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf-tc
8566 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf-tc
8567 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tf-tc
8568 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tf-tc
8569 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tf-tc
8570 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tf-tc
8571 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tf-tc
8572 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tf-tc
8573 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tf-tc
8574 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tf-tc
8575 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tf-tc
8576 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-tc
8577 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-tc
8578 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-tc
8579 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-tc
8580 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-tc
8581 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-tc
8582 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-tc
8583 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-tc
8584 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-tc
8585 PASS: gdb.base/structs.exp: set print sevenbit-strings
8586 PASS: gdb.base/structs.exp: set print address off
8587 PASS: gdb.base/structs.exp: set width 0
8588 PASS: gdb.base/structs.exp: set print elements 300
8589 PASS: gdb.base/structs.exp: ptype foo2; structs-td-tc
8590 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tc
8591 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tc
8592 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tc
8593 PASS: gdb.base/structs.exp: set print sevenbit-strings
8594 PASS: gdb.base/structs.exp: set print address off
8595 PASS: gdb.base/structs.exp: set width 0
8596 PASS: gdb.base/structs.exp: set print elements 300
8597 PASS: gdb.base/structs.exp: ptype foo2; structs-tld-tc
8598 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld-tc
8599 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld-tc
8600 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld-tc
8601 PASS: gdb.base/structs.exp: set print sevenbit-strings
8602 PASS: gdb.base/structs.exp: set print address off
8603 PASS: gdb.base/structs.exp: set width 0
8604 PASS: gdb.base/structs.exp: set print elements 300
8605 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ts
8606 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ts
8607 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ts
8608 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ts
8609 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ts
8610 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ts
8611 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ts
8612 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ts
8613 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ts
8614 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ts
8615 PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc-ts
8616 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc-ts
8617 PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc-ts
8618 PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc-ts
8619 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc-ts
8620 PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc-ts
8621 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ts
8622 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ts
8623 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ts
8624 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ts
8625 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ts
8626 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ts
8627 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ts
8628 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ts
8629 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ts
8630 PASS: gdb.base/structs.exp: set print sevenbit-strings
8631 PASS: gdb.base/structs.exp: set print address off
8632 PASS: gdb.base/structs.exp: set width 0
8633 PASS: gdb.base/structs.exp: set print elements 300
8634 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ti
8635 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ti
8636 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ti
8637 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ti
8638 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ti
8639 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ti
8640 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ti
8641 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ti
8642 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ti
8643 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ti
8644 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ti
8645 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ti
8646 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ti
8647 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ti
8648 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ti
8649 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ti
8650 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ti
8651 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ti
8652 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ti
8653 PASS: gdb.base/structs.exp: set print sevenbit-strings
8654 PASS: gdb.base/structs.exp: set print address off
8655 PASS: gdb.base/structs.exp: set width 0
8656 PASS: gdb.base/structs.exp: set print elements 300
8657 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tl
8658 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tl
8659 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tl
8660 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tl
8661 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tl
8662 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tl
8663 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tl
8664 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tl
8665 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tl
8666 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tl
8667 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-tl
8668 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-tl
8669 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-tl
8670 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-tl
8671 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-tl
8672 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-tl
8673 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-tl
8674 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-tl
8675 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-tl
8676 PASS: gdb.base/structs.exp: set print sevenbit-strings
8677 PASS: gdb.base/structs.exp: set print address off
8678 PASS: gdb.base/structs.exp: set width 0
8679 PASS: gdb.base/structs.exp: set print elements 300
8680 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tll
8681 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tll
8682 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tll
8683 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tll
8684 PASS: gdb.base/structs.exp: set print sevenbit-strings
8685 PASS: gdb.base/structs.exp: set print address off
8686 PASS: gdb.base/structs.exp: set width 0
8687 PASS: gdb.base/structs.exp: set print elements 300
8688 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tf
8689 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tf
8690 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tf
8691 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tf
8692 PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tf
8693 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tf
8694 PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tf
8695 PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tf
8696 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tf
8697 PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tf
8698 PASS: gdb.base/structs.exp: set print sevenbit-strings
8699 PASS: gdb.base/structs.exp: set print address off
8700 PASS: gdb.base/structs.exp: set width 0
8701 PASS: gdb.base/structs.exp: set print elements 300
8702 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-td
8703 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-td
8704 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-td
8705 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-td
8706 PASS: gdb.base/structs.exp: set print sevenbit-strings
8707 PASS: gdb.base/structs.exp: set print address off
8708 PASS: gdb.base/structs.exp: set width 0
8709 PASS: gdb.base/structs.exp: set print elements 300
8710 PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tld
8711 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tld
8712 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tld
8713 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tld
8714 PASS: gdb.base/structs.exp: set print sevenbit-strings
8715 PASS: gdb.base/structs.exp: set print address off
8716 PASS: gdb.base/structs.exp: set width 0
8717 PASS: gdb.base/structs.exp: set print elements 300
8718 PASS: gdb.base/structs.exp: ptype foo2; structs-td-tf
8719 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tf
8720 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tf
8721 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tf
8722 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-td-tf
8723 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-td-tf
8724 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-td-tf
8725 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-td-tf
8726 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-td-tf
8727 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-td-tf
8728 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-td-tf
8729 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-td-tf
8730 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-td-tf
8731 PASS: gdb.base/structs.exp: set print sevenbit-strings
8732 PASS: gdb.base/structs.exp: set print address off
8733 PASS: gdb.base/structs.exp: set width 0
8734 PASS: gdb.base/structs.exp: set print elements 300
8735 PASS: gdb.base/structs.exp: ptype foo2; structs-tf-td
8736 PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-td
8737 PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-td
8738 PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-td
8739 PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-td
8740 PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-td
8741 PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-td
8742 PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-td
8743 PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-td
8744 PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-td
8745 PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-td
8746 PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td
8747 PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-td
8748 Running ./gdb.base/subst.exp ...
8749 PASS: gdb.base/subst.exp: deactivate GDB's confirmation interface
8750 PASS: gdb.base/subst.exp: show substitute-path, no rule entered yet
8751 PASS: gdb.base/subst.exp: show substitute-path from, no rule entered yet
8752 PASS: gdb.base/subst.exp: show substitute-path, too many arguments
8753 PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet
8754 PASS: gdb.base/subst.exp: unset substitute-path, no rule entered yet
8755 PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet
8756 PASS: gdb.base/subst.exp: unset substitute-path, too many arguments
8757 PASS: gdb.base/subst.exp: set substitute-path, too many arguments
8758 PASS: gdb.base/subst.exp: set substitute-path, too few arguments
8759 PASS: gdb.base/subst.exp: set substitute-path, first argument is empty string
8760 PASS: gdb.base/subst.exp: add from -> to substitution rule
8761 PASS: gdb.base/subst.exp: add from1 -> to1 substitution rule
8762 PASS: gdb.base/subst.exp: add source -> destination substitution rule
8763 PASS: gdb.base/subst.exp: add depuis -> vers substitution rule
8764 PASS: gdb.base/subst.exp: add substitution rule to empty string
8765 PASS: gdb.base/subst.exp: show substitute-path after all paths added
8766 PASS: gdb.base/subst.exp: show substitute-path from, after all paths added
8767 PASS: gdb.base/subst.exp: show substitute-path depuis, after all paths added
8768 PASS: gdb.base/subst.exp: show substitute-path garbage, after all paths added
8769 PASS: gdb.base/subst.exp: unset substitute-path from
8770 PASS: gdb.base/subst.exp: show substitute-path from, after unsetting it
8771 PASS: gdb.base/subst.exp: show substitute-path after from rule removed
8772 PASS: gdb.base/subst.exp: unset substitute-path from after the rule was removed
8773 PASS: gdb.base/subst.exp: unset substitute-path depuis (middle of list)
8774 PASS: gdb.base/subst.exp: show substitute-path after depuis rule removed
8775 PASS: gdb.base/subst.exp: unset substitute-path empty (end of list)
8776 PASS: gdb.base/subst.exp: show substitute-path after empty rule removed
8777 PASS: gdb.base/subst.exp: remove all remaining substitution rules
8778 PASS: gdb.base/subst.exp: show substitute-path after all remaining rules removed
8779 Running ./gdb.base/symbol-without-target_section.exp ...
8780 PASS: gdb.base/symbol-without-target_section.exp: add-symbol-file
8781 PASS: gdb.base/symbol-without-target_section.exp: list main
8782 PASS: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
8783 Running ./gdb.base/term.exp ...
8784 Running ./gdb.base/testenv.exp ...
8785 Running ./gdb.base/trace-commands.exp ...
8786 PASS: gdb.base/trace-commands.exp: show trace-commands says off
8787 PASS: gdb.base/trace-commands.exp: source -v
8788 PASS: gdb.base/trace-commands.exp: set trace-commands
8789 PASS: gdb.base/trace-commands.exp: show trace-commands says on
8790 PASS: gdb.base/trace-commands.exp: simple trace-commands test
8791 PASS: gdb.base/trace-commands.exp: nested trace-commands test
8792 PASS: gdb.base/trace-commands.exp: define user command
8793 PASS: gdb.base/trace-commands.exp: nested trace-commands test with source
8794 PASS: gdb.base/trace-commands.exp: depth resets on error part 1
8795 PASS: gdb.base/trace-commands.exp: depth resets on error part 2
8796 Running ./gdb.base/tui-layout.exp ...
8797 PASS: gdb.base/tui-layout.exp: layout asm
8798 Running ./gdb.base/twice.exp ...
8799 PASS: gdb.base/twice.exp: step
8800 Running ./gdb.base/type-opaque.exp ...
8801 PASS: gdb.base/type-opaque.exp: opaque struct type resolving
8802 PASS: gdb.base/type-opaque.exp: empty struct type resolving
8803 PASS: gdb.base/type-opaque.exp: filled struct type resolving
8804 PASS: gdb.base/type-opaque.exp: opaque union type resolving
8805 PASS: gdb.base/type-opaque.exp: empty union type resolving
8806 PASS: gdb.base/type-opaque.exp: filled union type resolving
8807 Running ./gdb.base/ui-redirect.exp ...
8808 PASS: gdb.base/ui-redirect.exp: commands
8809 PASS: gdb.base/ui-redirect.exp: print 1
8810 PASS: gdb.base/ui-redirect.exp: end
8811 PASS: gdb.base/ui-redirect.exp: set logging file /dev/null
8812 PASS: gdb.base/ui-redirect.exp: set logging on
8813 PASS: gdb.base/ui-redirect.exp: save breakpoints /dev/null
8814 PASS: gdb.base/ui-redirect.exp: set logging off
8815 PASS: gdb.base/ui-redirect.exp: help
8816 Running ./gdb.base/unload.exp ...
8817 PASS: gdb.base/unload.exp: pending breakpoint info before run
8818 PASS: gdb.base/unload.exp: running program
8819 PASS: gdb.base/unload.exp: pending breakpoint info on first run at shrfunc1
8820 PASS: gdb.base/unload.exp: continuing to unloaded libfile
8821 PASS: gdb.base/unload.exp: print y from libfile
8822 PASS: gdb.base/unload.exp: rerun to shared library breakpoint
8823 PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc1
8824 PASS: gdb.base/unload.exp: continuing to unloaded libfile
8825 PASS: gdb.base/unload.exp: continue to shrfunc2
8826 PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc2
8827 PASS: gdb.base/unload.exp: continuing to unloaded libfile2
8828 PASS: gdb.base/unload.exp: print y from libfile2
8829 Running ./gdb.base/until.exp ...
8830 PASS: gdb.base/until.exp: until line number
8831 PASS: gdb.base/until.exp: malformed until
8832 PASS: gdb.base/until.exp: until factorial, recursive function
8833 PASS: gdb.base/until.exp: until func, not called by current frame
8834 Running ./gdb.base/unwindonsignal.exp ...
8835 Running ./gdb.base/valgrind-db-attach.exp ...
8836 Running ./gdb.base/valgrind-infcall.exp ...
8837 Running ./gdb.base/value-double-free.exp ...
8838 PASS: gdb.base/value-double-free.exp: watch var
8839 PASS: gdb.base/value-double-free.exp: continue
8840 PASS: gdb.base/value-double-free.exp: print empty()
8841 PASS: gdb.base/value-double-free.exp: help help
8842 Running ./gdb.base/varargs.exp ...
8843 PASS: gdb.base/varargs.exp: set print sevenbit-strings
8844 PASS: gdb.base/varargs.exp: set print address off
8845 PASS: gdb.base/varargs.exp: set width 0
8846 Running ./gdb.base/volatile.exp ...
8847 PASS: gdb.base/volatile.exp: continue to marker1
8848 PASS: gdb.base/volatile.exp: up from marker1
8849 PASS: gdb.base/volatile.exp: ptype vox
8850 PASS: gdb.base/volatile.exp: ptype victuals
8851 PASS: gdb.base/volatile.exp: ptype vixen
8852 PASS: gdb.base/volatile.exp: ptype vitriol
8853 PASS: gdb.base/volatile.exp: ptype vellum
8854 PASS: gdb.base/volatile.exp: ptype valve
8855 PASS: gdb.base/volatile.exp: ptype vacuity
8856 PASS: gdb.base/volatile.exp: ptype vertigo
8857 PASS: gdb.base/volatile.exp: ptype vampire
8858 PASS: gdb.base/volatile.exp: ptype viper
8859 PASS: gdb.base/volatile.exp: ptype vigour
8860 PASS: gdb.base/volatile.exp: ptype vapour
8861 PASS: gdb.base/volatile.exp: ptype ventricle
8862 PASS: gdb.base/volatile.exp: ptype vigintillion
8863 PASS: gdb.base/volatile.exp: ptype vocation
8864 PASS: gdb.base/volatile.exp: ptype veracity
8865 PASS: gdb.base/volatile.exp: ptype vapidity
8866 PASS: gdb.base/volatile.exp: ptype velocity
8867 PASS: gdb.base/volatile.exp: ptype veneer
8868 PASS: gdb.base/volatile.exp: ptype video
8869 PASS: gdb.base/volatile.exp: ptype vacuum
8870 PASS: gdb.base/volatile.exp: ptype veniality
8871 PASS: gdb.base/volatile.exp: ptype vitality
8872 PASS: gdb.base/volatile.exp: ptype voracity
8873 PASS: gdb.base/volatile.exp: ptype victor
8874 PASS: gdb.base/volatile.exp: ptype vicar
8875 PASS: gdb.base/volatile.exp: ptype victory
8876 PASS: gdb.base/volatile.exp: ptype vicarage
8877 PASS: gdb.base/volatile.exp: ptype vein
8878 PASS: gdb.base/volatile.exp: ptype vogue
8879 PASS: gdb.base/volatile.exp: ptype cavern
8880 PASS: gdb.base/volatile.exp: ptype coverlet
8881 PASS: gdb.base/volatile.exp: ptype caveat
8882 PASS: gdb.base/volatile.exp: ptype covenant
8883 PASS: gdb.base/volatile.exp: ptype vizier
8884 PASS: gdb.base/volatile.exp: ptype vanadium
8885 PASS: gdb.base/volatile.exp: ptype vane
8886 PASS: gdb.base/volatile.exp: ptype veldt
8887 PASS: gdb.base/volatile.exp: ptype cove
8888 PASS: gdb.base/volatile.exp: ptype cavity
8889 PASS: gdb.base/volatile.exp: ptype vagus
8890 PASS: gdb.base/volatile.exp: ptype vagrancy
8891 PASS: gdb.base/volatile.exp: ptype vagary
8892 PASS: gdb.base/volatile.exp: ptype vendor
8893 PASS: gdb.base/volatile.exp: ptype qux2
8894 Running ./gdb.base/watch-cond.exp ...
8895 PASS: gdb.base/watch-cond.exp: set write watchpoint on global variable, local condition
8896 PASS: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in corr…
8897 PASS: gdb.base/watch-cond.exp: set write watchpoint on local variable, local condition
8898 PASS: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in corre…
8899 PASS: gdb.base/watch-cond.exp: set write watchpoint on global2 variable
8900 PASS: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
8901 PASS: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
8902 PASS: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
8903 Running ./gdb.base/watch-cond-infcall.exp ...
8904 PASS: gdb.base/watch-cond-infcall.exp: sw: watch var if return_1 ()
8905 PASS: gdb.base/watch-cond-infcall.exp: sw: continue
8906 Running ./gdb.base/watch-non-mem.exp ...
8907 PASS: gdb.base/watch-non-mem.exp: set write watchpoint on $pc
8908 PASS: gdb.base/watch-non-mem.exp: watchpoint on $pc works
8909 Running ./gdb.base/watchpoint-cond-gone.exp ...
8910 PASS: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0
8911 PASS: gdb.base/watchpoint-cond-gone.exp: continue to breakpoint: Place to set the watchpoint
8912 PASS: gdb.base/watchpoint-cond-gone.exp: Place the watchpoint
8913 PASS: gdb.base/watchpoint-cond-gone.exp: Catch the no longer valid watchpoint
8914 Running ./gdb.base/watchpoint-delete.exp ...
8915 PASS: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
8916 PASS: gdb.base/watchpoint-delete.exp: continue to breakpoint: break-here
8917 PASS: gdb.base/watchpoint-delete.exp: watch x
8918 PASS: gdb.base/watchpoint-delete.exp: delete $bpnum
8919 Running ./gdb.base/watchpoint.exp ...
8920 PASS: gdb.base/watchpoint.exp: disable fast watches
8921 PASS: gdb.base/watchpoint.exp: show disable fast watches
8922 PASS: gdb.base/watchpoint.exp: set slow conditional watch
8923 PASS: gdb.base/watchpoint.exp: trigger slow conditional watch
8924 PASS: gdb.base/watchpoint.exp: delete watch ival3
8925 PASS: gdb.base/watchpoint.exp: set slow condition watch w/thread
8926 PASS: gdb.base/watchpoint.exp: delete watch w/condition and thread
8927 PASS: gdb.base/watchpoint.exp: rwatch disallowed when can-set-hw-watchpoints cleared
8928 PASS: gdb.base/watchpoint.exp: set breakpoint at marker1
8929 PASS: gdb.base/watchpoint.exp: set breakpoint at marker2
8930 PASS: gdb.base/watchpoint.exp: info break in watchpoint.exp
8931 PASS: gdb.base/watchpoint.exp: set watchpoint on ival3
8932 PASS: gdb.base/watchpoint.exp: watchpoint found in watchpoint/breakpoint table
8933 PASS: gdb.base/watchpoint.exp: disable watchpoint
8934 PASS: gdb.base/watchpoint.exp: disable watchpoint in test_simple_watchpoint
8935 PASS: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint
8936 PASS: gdb.base/watchpoint.exp: enable watchpoint
8937 PASS: gdb.base/watchpoint.exp: break func1
8938 PASS: gdb.base/watchpoint.exp: set $func1_breakpoint_number = $bpnum
8939 PASS: gdb.base/watchpoint.exp: continue to breakpoint at func1
8940 PASS: gdb.base/watchpoint.exp: watchpoint hit, first time
8941 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 1
8942 PASS: gdb.base/watchpoint.exp: delete $func1_breakpoint_number
8943 PASS: gdb.base/watchpoint.exp: watchpoint hit, second time
8944 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 2
8945 PASS: gdb.base/watchpoint.exp: watchpoint hit, third time
8946 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 3
8947 PASS: gdb.base/watchpoint.exp: watchpoint hit, fourth time
8948 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 4
8949 PASS: gdb.base/watchpoint.exp: watchpoint hit, fifth time
8950 PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 5
8951 PASS: gdb.base/watchpoint.exp: continue to marker2
8952 PASS: gdb.base/watchpoint.exp: watchpoint disabled
8953 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
8954 PASS: gdb.base/watchpoint.exp: watchpoints found in watchpoint/breakpoint table
8955 PASS: gdb.base/watchpoint.exp: disable watchpoint in test_disabling_watchpoints
8956 PASS: gdb.base/watchpoint.exp: run to marker1 in test_disabling_watchpoints
8957 PASS: gdb.base/watchpoint.exp: watchpoint enabled
8958 PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
8959 PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
8960 PASS: gdb.base/watchpoint.exp: disable watchpoint #2 in test_disabling_watchpoints
8961 PASS: gdb.base/watchpoint.exp: watchpoint disabled in table
8962 PASS: gdb.base/watchpoint.exp: disabled watchpoint skipped
8963 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_disabling_watchpoints
8964 PASS: gdb.base/watchpoint.exp: watch ival2
8965 PASS: gdb.base/watchpoint.exp: break func2 if 0
8966 PASS: gdb.base/watchpoint.exp: p $func2_breakpoint_number = $bpnum
8967 PASS: gdb.base/watchpoint.exp: calling function with watchpoint enabled
8968 PASS: gdb.base/watchpoint.exp: finish from marker1
8969 PASS: gdb.base/watchpoint.exp: back at main from marker1
8970 PASS: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
8971 PASS: gdb.base/watchpoint.exp: until to ival1 assignment
8972 PASS: gdb.base/watchpoint.exp: until to ival3 assignment
8973 PASS: gdb.base/watchpoint.exp: until out of loop
8974 PASS: gdb.base/watchpoint.exp: step to ival2 assignment
8975 PASS: gdb.base/watchpoint.exp: watch ptr1->val
8976 PASS: gdb.base/watchpoint.exp: break marker5
8977 PASS: gdb.base/watchpoint.exp: Test complex watchpoint
8978 PASS: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
8979 PASS: gdb.base/watchpoint.exp: disable in test_complex_watchpoint
8980 PASS: gdb.base/watchpoint.exp: break marker6
8981 PASS: gdb.base/watchpoint.exp: continue to marker6
8982 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
8983 PASS: gdb.base/watchpoint.exp: set local watch
8984 PASS: gdb.base/watchpoint.exp: trigger local watch
8985 PASS: gdb.base/watchpoint.exp: self-delete local watch
8986 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
8987 PASS: gdb.base/watchpoint.exp: set partially local watch
8988 PASS: gdb.base/watchpoint.exp: trigger1 partially local watch
8989 PASS: gdb.base/watchpoint.exp: trigger2 partially local watch
8990 PASS: gdb.base/watchpoint.exp: self-delete partially local watch
8991 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
8992 PASS: gdb.base/watchpoint.exp: set static local watch
8993 PASS: gdb.base/watchpoint.exp: trigger static local watch
8994 PASS: gdb.base/watchpoint.exp: continue after trigger static local watch
8995 PASS: gdb.base/watchpoint.exp: static local watch did not self-delete
8996 PASS: gdb.base/watchpoint.exp: tbreak recurser
8997 PASS: gdb.base/watchpoint.exp: cont
8998 PASS: gdb.base/watchpoint.exp: next past local_x initialization
8999 PASS: gdb.base/watchpoint.exp: set local watch in recursive call
9000 PASS: gdb.base/watchpoint.exp: trigger local watch in recursive call
9001 PASS: gdb.base/watchpoint.exp: self-delete local watch in recursive call
9002 PASS: gdb.base/watchpoint.exp: cont
9003 PASS: gdb.base/watchpoint.exp: tbreak recurser
9004 PASS: gdb.base/watchpoint.exp: cont
9005 PASS: gdb.base/watchpoint.exp: next past local_x initialization
9006 PASS: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
9007 PASS: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
9008 PASS: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call (2)
9009 PASS: gdb.base/watchpoint.exp: disable in test_complex_watchpoint
9010 PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
9011 PASS: gdb.base/watchpoint.exp: watchpoint refused to insert on nonexistent struct member
9012 PASS: gdb.base/watchpoint.exp: watch global_ptr
9013 PASS: gdb.base/watchpoint.exp: watch *(int *) 0
9014 PASS: gdb.base/watchpoint.exp: watch -location *global_ptr
9015 PASS: gdb.base/watchpoint.exp: watch *global_ptr
9016 PASS: gdb.base/watchpoint.exp: set $global_ptr_breakpoint_number = $bpnum
9017 PASS: gdb.base/watchpoint.exp: global_ptr next
9018 PASS: gdb.base/watchpoint.exp: next over ptr init
9019 PASS: gdb.base/watchpoint.exp: next over buffer set
9020 PASS: gdb.base/watchpoint.exp: delete $global_ptr_breakpoint_number
9021 PASS: gdb.base/watchpoint.exp: watch **global_ptr_ptr
9022 PASS: gdb.base/watchpoint.exp: set $global_ptr_ptr_breakpoint_number = $bpnum
9023 PASS: gdb.base/watchpoint.exp: global_ptr_ptr next
9024 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr init
9025 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
9026 PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
9027 PASS: gdb.base/watchpoint.exp: delete $global_ptr_ptr_breakpoint_number
9028 PASS: gdb.base/watchpoint.exp: continue to breakpoint: second x assignment
9029 PASS: gdb.base/watchpoint.exp: watch x
9030 PASS: gdb.base/watchpoint.exp: next after watch x
9031 PASS: gdb.base/watchpoint.exp: delete watch x
9032 PASS: gdb.base/watchpoint.exp: watch buf
9033 PASS: gdb.base/watchpoint.exp: watchpoint on buf hit
9034 PASS: gdb.base/watchpoint.exp: delete watch buf
9035 PASS: gdb.base/watchpoint.exp: number is constant
9036 PASS: gdb.base/watchpoint.exp: number with cast is constant
9037 PASS: gdb.base/watchpoint.exp: marker1 is constant
9038 PASS: gdb.base/watchpoint.exp: watch count + 6
9039 PASS: gdb.base/watchpoint.exp: delete watchpoint `count + 6'
9040 PASS: gdb.base/watchpoint.exp: watch 7 + count
9041 PASS: gdb.base/watchpoint.exp: delete watchpoint `7 + count'
9042 PASS: gdb.base/watchpoint.exp: watch $pc
9043 PASS: gdb.base/watchpoint.exp: disable watchpoint `$pc'
9044 PASS: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
9045 PASS: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
9046 PASS: gdb.base/watchpoint.exp: delete watchpoint `$pc'
9047 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
9048 PASS: gdb.base/watchpoint.exp: watch -location .x
9049 PASS: gdb.base/watchpoint.exp: continue with watch -location
9050 PASS: gdb.base/watchpoint.exp: delete watch -location
9051 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
9052 PASS: gdb.base/watchpoint.exp: watch foo2
9053 PASS: gdb.base/watchpoint.exp: continue with watch foo2
9054 PASS: gdb.base/watchpoint.exp: delete watch foo2
9055 PASS: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
9056 PASS: gdb.base/watchpoint.exp: watch foo4
9057 PASS: gdb.base/watchpoint.exp: continue with watch foo4
9058 PASS: gdb.base/watchpoint.exp: delete watch foo4
9059 Running ./gdb.base/watchpoint-hw.exp ...
9060 Running ./gdb.base/watchpoint-hw-hit-once.exp ...
9061 Running ./gdb.base/watchpoints.exp ...
9062 PASS: gdb.base/watchpoints.exp: watchpoint hit, first time
9063 PASS: gdb.base/watchpoints.exp: watchpoint hit, first time
9064 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 1
9065 PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
9066 PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
9067 PASS: gdb.base/watchpoints.exp: watchpoint hit, second time
9068 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 2
9069 PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
9070 PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
9071 PASS: gdb.base/watchpoints.exp: watchpoint hit, third time
9072 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 3
9073 PASS: gdb.base/watchpoints.exp: watchpoint hit, fourth time
9074 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 4
9075 PASS: gdb.base/watchpoints.exp: watchpoint hit, fifth time
9076 PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 5
9077 Running ./gdb.base/watchpoint-solib.exp ...
9078 PASS: gdb.base/watchpoint-solib.exp: set pending breakpoint
9079 PASS: gdb.base/watchpoint-solib.exp: continue to foo
9080 PASS: gdb.base/watchpoint-solib.exp: set watchpoint on g
9081 PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
9082 PASS: gdb.base/watchpoint-solib.exp: rerun to main
9083 PASS: gdb.base/watchpoint-solib.exp: continue to foo again
9084 PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
9085 Running ./gdb.base/watch-read.exp ...
9086 Running ./gdb.base/watch_thread_num.exp ...
9087 Running ./gdb.base/watch-vfork.exp ...
9088 Running ./gdb.base/wchar.exp ...
9089 PASS: gdb.base/wchar.exp: print narrow
9090 PASS: gdb.base/wchar.exp: print single
9091 PASS: gdb.base/wchar.exp: print simple
9092 PASS: gdb.base/wchar.exp: print difficile
9093 PASS: gdb.base/wchar.exp: print simple[2]
9094 PASS: gdb.base/wchar.exp: print difficile[2]
9095 PASS: gdb.base/wchar.exp: print repeat
9096 PASS: gdb.base/wchar.exp: print repeat_p
9097 PASS: gdb.base/wchar.exp: set print null on
9098 PASS: gdb.base/wchar.exp: print repeat (print null on)
9099 PASS: gdb.base/wchar.exp: set print elements 3
9100 PASS: gdb.base/wchar.exp: print repeat (print elements 3)
9101 PASS: gdb.base/wchar.exp: print repeat_p (print elements 3)
9102 Running ./gdb.base/whatis.exp ...
9103 PASS: gdb.base/whatis.exp: whatis char
9104 PASS: gdb.base/whatis.exp: whatis signed char
9105 PASS: gdb.base/whatis.exp: whatis unsigned char
9106 PASS: gdb.base/whatis.exp: whatis short
9107 PASS: gdb.base/whatis.exp: whatis signed short
9108 PASS: gdb.base/whatis.exp: whatis unsigned short
9109 PASS: gdb.base/whatis.exp: whatis int
9110 PASS: gdb.base/whatis.exp: whatis signed int
9111 PASS: gdb.base/whatis.exp: whatis unsigned int
9112 PASS: gdb.base/whatis.exp: whatis long
9113 PASS: gdb.base/whatis.exp: whatis signed long
9114 PASS: gdb.base/whatis.exp: whatis unsigned long
9115 PASS: gdb.base/whatis.exp: whatis unsigned long long
9116 PASS: gdb.base/whatis.exp: whatis float
9117 PASS: gdb.base/whatis.exp: whatis double
9118 PASS: gdb.base/whatis.exp: whatis char array
9119 PASS: gdb.base/whatis.exp: whatis signed char array
9120 PASS: gdb.base/whatis.exp: whatis unsigned char array
9121 PASS: gdb.base/whatis.exp: whatis short array
9122 PASS: gdb.base/whatis.exp: whatis signed short array
9123 PASS: gdb.base/whatis.exp: whatis unsigned short array
9124 PASS: gdb.base/whatis.exp: whatis int array
9125 PASS: gdb.base/whatis.exp: whatis signed int array
9126 PASS: gdb.base/whatis.exp: whatis unsigned int array
9127 PASS: gdb.base/whatis.exp: whatis long array
9128 PASS: gdb.base/whatis.exp: whatis signed long array
9129 PASS: gdb.base/whatis.exp: whatis unsigned long array
9130 PASS: gdb.base/whatis.exp: whatis unsigned long array
9131 PASS: gdb.base/whatis.exp: whatis float array
9132 PASS: gdb.base/whatis.exp: whatis double array
9133 PASS: gdb.base/whatis.exp: whatis char pointer
9134 PASS: gdb.base/whatis.exp: whatis signed char pointer
9135 PASS: gdb.base/whatis.exp: whatis unsigned char pointer
9136 PASS: gdb.base/whatis.exp: whatis short pointer
9137 PASS: gdb.base/whatis.exp: whatis signed short pointer
9138 PASS: gdb.base/whatis.exp: whatis unsigned short pointer
9139 PASS: gdb.base/whatis.exp: whatis int pointer
9140 PASS: gdb.base/whatis.exp: whatis signed int pointer
9141 PASS: gdb.base/whatis.exp: whatis unsigned int pointer
9142 PASS: gdb.base/whatis.exp: whatis long pointer
9143 PASS: gdb.base/whatis.exp: whatis signed long pointer
9144 PASS: gdb.base/whatis.exp: whatis unsigned long pointer
9145 PASS: gdb.base/whatis.exp: whatis long long pointer
9146 PASS: gdb.base/whatis.exp: whatis signed long long pointer
9147 PASS: gdb.base/whatis.exp: whatis unsigned long long pointer
9148 PASS: gdb.base/whatis.exp: whatis float pointer
9149 PASS: gdb.base/whatis.exp: whatis double pointer
9150 PASS: gdb.base/whatis.exp: whatis named structure
9151 PASS: gdb.base/whatis.exp: whatis named structure using type name
9152 PASS: gdb.base/whatis.exp: whatis unnamed structure
9153 PASS: gdb.base/whatis.exp: whatis named union
9154 PASS: gdb.base/whatis.exp: whatis named union using type name
9155 PASS: gdb.base/whatis.exp: whatis unnamed union
9156 PASS: gdb.base/whatis.exp: whatis char function
9157 PASS: gdb.base/whatis.exp: whatis signed char function
9158 PASS: gdb.base/whatis.exp: whatis unsigned char function
9159 PASS: gdb.base/whatis.exp: whatis short function
9160 PASS: gdb.base/whatis.exp: whatis signed short function
9161 PASS: gdb.base/whatis.exp: whatis unsigned short function
9162 PASS: gdb.base/whatis.exp: whatis int function
9163 PASS: gdb.base/whatis.exp: whatis signed int function
9164 PASS: gdb.base/whatis.exp: whatis unsigned int function
9165 PASS: gdb.base/whatis.exp: whatis long function
9166 PASS: gdb.base/whatis.exp: whatis signed long function
9167 PASS: gdb.base/whatis.exp: whatis unsigned long function
9168 PASS: gdb.base/whatis.exp: whatis long long function
9169 PASS: gdb.base/whatis.exp: whatis signed long long function
9170 PASS: gdb.base/whatis.exp: whatis unsigned long long function
9171 PASS: gdb.base/whatis.exp: whatis float function
9172 PASS: gdb.base/whatis.exp: whatis double function
9173 PASS: gdb.base/whatis.exp: whatis complicated structure
9174 PASS: gdb.base/whatis.exp: whatis complicated union
9175 PASS: gdb.base/whatis.exp: whatis enumeration
9176 PASS: gdb.base/whatis.exp: whatis enumeration using type name
9177 PASS: gdb.base/whatis.exp: whatis outer structure
9178 PASS: gdb.base/whatis.exp: whatis outer structure member
9179 PASS: gdb.base/whatis.exp: whatis inner structure
9180 PASS: gdb.base/whatis.exp: whatis inner structure member
9181 PASS: gdb.base/whatis.exp: whatis inner union
9182 PASS: gdb.base/whatis.exp: whatis inner union member
9183 PASS: gdb.base/whatis.exp: whatis using typedef type name
9184 PASS: gdb.base/whatis.exp: whatis applied to variable defined by typedef
9185 PASS: gdb.base/whatis.exp: whatis applied to pointer to pointer to function
9186 PASS: gdb.base/whatis.exp: whatis applied to const pointer to pointer to function
9187 PASS: gdb.base/whatis.exp: whatis applied to pointer to const pointer to function
9188 PASS: gdb.base/whatis.exp: whatis applied to pointer to function returning pointer to int
9189 PASS: gdb.base/whatis.exp: whatis applied to pointer to pointer to function returning pointer to int
9190 PASS: gdb.base/whatis.exp: whatis applied to pointer to function returning pointer to array
9191 PASS: gdb.base/whatis.exp: whatis applied to pointer to function taking int,int and returning int
9192 PASS: gdb.base/whatis.exp: whatis applied to pointer to function taking const int ptr and varargs a…
9193 PASS: gdb.base/whatis.exp: whatis applied to function with types trailing 'void'
9194 PASS: gdb.base/whatis.exp: whatis applied to function with 'void' parameter type
9195 Running ./gdb.base/whatis-exp.exp ...
9196 PASS: gdb.base/whatis-exp.exp: set variable x=14
9197 PASS: gdb.base/whatis-exp.exp: set variable y=2
9198 PASS: gdb.base/whatis-exp.exp: set variable z=2
9199 PASS: gdb.base/whatis-exp.exp: set variable w=3
9200 PASS: gdb.base/whatis-exp.exp: print value of x
9201 PASS: gdb.base/whatis-exp.exp: print value of y
9202 PASS: gdb.base/whatis-exp.exp: print value of z
9203 PASS: gdb.base/whatis-exp.exp: print value of w
9204 PASS: gdb.base/whatis-exp.exp: whatis value of x+y
9205 PASS: gdb.base/whatis-exp.exp: whatis value of x-y
9206 PASS: gdb.base/whatis-exp.exp: whatis value of x*y
9207 PASS: gdb.base/whatis-exp.exp: whatis value of x/y
9208 PASS: gdb.base/whatis-exp.exp: whatis value of x%y
9209 PASS: gdb.base/whatis-exp.exp: whatis value of x=y
9210 PASS: gdb.base/whatis-exp.exp: whatis value of x+=2
9211 PASS: gdb.base/whatis-exp.exp: whatis value of ++x
9212 PASS: gdb.base/whatis-exp.exp: whatis value of --x
9213 PASS: gdb.base/whatis-exp.exp: whatis value of x++
9214 PASS: gdb.base/whatis-exp.exp: whatis value of x--
9396 PASS: gdb.cp/casts.exp: cast base class pointer to derived class pointer
9397 PASS: gdb.cp/casts.exp: let compiler cast base class pointer to derived class pointer
9398 PASS: gdb.cp/casts.exp: cast derived class pointer to base class pointer
9399 PASS: gdb.cp/casts.exp: cast derived class reference to base class reference
9400 PASS: gdb.cp/casts.exp: cast base class reference to derived class reference
9401 PASS: gdb.cp/casts.exp: let compiler cast base class reference to derived class reference
9423 PASS: gdb.cp/casts.exp: dynamic_cast upcast to unique base
9427 PASS: gdb.cp/casts.exp: dynamic_cast to non-existing base
9428 PASS: gdb.cp/casts.exp: dynamic_cast to reference to non-existing base
9551 …: gdb.cp/converts.exp: Pointer-to-pointer-to-pointer derived to Pointer-to-pointer-to-pointer base.
9612 PASS: gdb.cp/cpcompletion.exp: complete p foo1.base
9622 FAIL: gdb.cp/cpexprs.exp: print base::base(int)
9623 FAIL: gdb.cp/cpexprs.exp: print base::base(void)
9624 PASS: gdb.cp/cpexprs.exp: print base::operator char*
9625 PASS: gdb.cp/cpexprs.exp: print base::operator delete
9626 PASS: gdb.cp/cpexprs.exp: print base::operator delete[]
9627 PASS: gdb.cp/cpexprs.exp: print base::operator fluff*
9628 PASS: gdb.cp/cpexprs.exp: print base::operator fluff**
9629 PASS: gdb.cp/cpexprs.exp: print base::operator int
9630 PASS: gdb.cp/cpexprs.exp: print base::operator new
9631 PASS: gdb.cp/cpexprs.exp: print base::operator new[]
9632 PASS: gdb.cp/cpexprs.exp: print base::operator!
9633 PASS: gdb.cp/cpexprs.exp: print base::operator!=
9634 PASS: gdb.cp/cpexprs.exp: print base::operator%
9635 PASS: gdb.cp/cpexprs.exp: print base::operator%=
9636 PASS: gdb.cp/cpexprs.exp: print base::operator&
9637 PASS: gdb.cp/cpexprs.exp: print base::operator&&
9638 PASS: gdb.cp/cpexprs.exp: print base::operator&=
9639 PASS: gdb.cp/cpexprs.exp: print base::operator()
9640 PASS: gdb.cp/cpexprs.exp: print base::operator*
9641 PASS: gdb.cp/cpexprs.exp: print base::operator*=
9642 PASS: gdb.cp/cpexprs.exp: print base::operator+
9643 PASS: gdb.cp/cpexprs.exp: print base::operator++
9644 PASS: gdb.cp/cpexprs.exp: print base::operator+=
9645 PASS: gdb.cp/cpexprs.exp: print base::operator-
9646 PASS: gdb.cp/cpexprs.exp: print base::operator--
9647 PASS: gdb.cp/cpexprs.exp: print base::operator-=
9648 PASS: gdb.cp/cpexprs.exp: print base::operator/
9649 PASS: gdb.cp/cpexprs.exp: print base::operator/=
9650 PASS: gdb.cp/cpexprs.exp: print base::operator<
9651 PASS: gdb.cp/cpexprs.exp: print base::operator<<
9652 PASS: gdb.cp/cpexprs.exp: print base::operator<<=
9653 PASS: gdb.cp/cpexprs.exp: print base::operator<=
9654 PASS: gdb.cp/cpexprs.exp: print base::operator=
9655 PASS: gdb.cp/cpexprs.exp: print base::operator==
9656 PASS: gdb.cp/cpexprs.exp: print base::operator>
9657 PASS: gdb.cp/cpexprs.exp: print base::operator>=
9658 PASS: gdb.cp/cpexprs.exp: print base::operator>>
9659 PASS: gdb.cp/cpexprs.exp: print base::operator>>=
9660 PASS: gdb.cp/cpexprs.exp: print base::operator[]
9661 PASS: gdb.cp/cpexprs.exp: print base::operator^
9662 PASS: gdb.cp/cpexprs.exp: print base::operator^=
9663 PASS: gdb.cp/cpexprs.exp: print base::operator|
9664 PASS: gdb.cp/cpexprs.exp: print base::operator|=
9665 PASS: gdb.cp/cpexprs.exp: print base::operator||
9666 PASS: gdb.cp/cpexprs.exp: print base::operator~
9667 PASS: gdb.cp/cpexprs.exp: print base::overload(base&) const
9668 PASS: gdb.cp/cpexprs.exp: print base::overload(char*) const
9669 PASS: gdb.cp/cpexprs.exp: print base::overload(int) const
9670 PASS: gdb.cp/cpexprs.exp: print base::overload(long) const
9671 PASS: gdb.cp/cpexprs.exp: print base::overload(short) const
9672 PASS: gdb.cp/cpexprs.exp: print base::overload(void) const
9673 FAIL: gdb.cp/cpexprs.exp: print base::~base
9722 PASS: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::function
9723 FAIL: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::policyd
9724 FAIL: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::~policyd
9736 PASS: gdb.cp/cpexprs.exp: print tclass<base>::do_something
9747 PASS: gdb.cp/cpexprs.exp: list base::base(int)
9748 PASS: gdb.cp/cpexprs.exp: list base::base(void)
9749 PASS: gdb.cp/cpexprs.exp: list base::operator char*
9750 PASS: gdb.cp/cpexprs.exp: list base::operator delete
9751 PASS: gdb.cp/cpexprs.exp: list base::operator delete[]
9752 PASS: gdb.cp/cpexprs.exp: list base::operator fluff*
9753 PASS: gdb.cp/cpexprs.exp: list base::operator fluff**
9754 PASS: gdb.cp/cpexprs.exp: list base::operator int
9755 PASS: gdb.cp/cpexprs.exp: list base::operator new
9756 PASS: gdb.cp/cpexprs.exp: list base::operator new[]
9757 PASS: gdb.cp/cpexprs.exp: list base::operator!
9758 PASS: gdb.cp/cpexprs.exp: list base::operator!=
9759 PASS: gdb.cp/cpexprs.exp: list base::operator%
9760 PASS: gdb.cp/cpexprs.exp: list base::operator%=
9761 PASS: gdb.cp/cpexprs.exp: list base::operator&
9762 PASS: gdb.cp/cpexprs.exp: list base::operator&&
9763 PASS: gdb.cp/cpexprs.exp: list base::operator&=
9764 PASS: gdb.cp/cpexprs.exp: list base::operator()
9765 PASS: gdb.cp/cpexprs.exp: list base::operator*
9766 PASS: gdb.cp/cpexprs.exp: list base::operator*=
9767 PASS: gdb.cp/cpexprs.exp: list base::operator+
9768 PASS: gdb.cp/cpexprs.exp: list base::operator++
9769 PASS: gdb.cp/cpexprs.exp: list base::operator+=
9770 PASS: gdb.cp/cpexprs.exp: list base::operator-
9771 PASS: gdb.cp/cpexprs.exp: list base::operator--
9772 PASS: gdb.cp/cpexprs.exp: list base::operator-=
9773 PASS: gdb.cp/cpexprs.exp: list base::operator/
9774 PASS: gdb.cp/cpexprs.exp: list base::operator/=
9775 PASS: gdb.cp/cpexprs.exp: list base::operator<
9776 PASS: gdb.cp/cpexprs.exp: list base::operator<<
9777 PASS: gdb.cp/cpexprs.exp: list base::operator<<=
9778 PASS: gdb.cp/cpexprs.exp: list base::operator<=
9779 PASS: gdb.cp/cpexprs.exp: list base::operator=
9780 PASS: gdb.cp/cpexprs.exp: list base::operator==
9781 PASS: gdb.cp/cpexprs.exp: list base::operator>
9782 PASS: gdb.cp/cpexprs.exp: list base::operator>=
9783 PASS: gdb.cp/cpexprs.exp: list base::operator>>
9784 PASS: gdb.cp/cpexprs.exp: list base::operator>>=
9785 PASS: gdb.cp/cpexprs.exp: list base::operator[]
9786 PASS: gdb.cp/cpexprs.exp: list base::operator^
9787 PASS: gdb.cp/cpexprs.exp: list base::operator^=
9788 PASS: gdb.cp/cpexprs.exp: list base::operator|
9789 PASS: gdb.cp/cpexprs.exp: list base::operator|=
9790 PASS: gdb.cp/cpexprs.exp: list base::operator||
9791 PASS: gdb.cp/cpexprs.exp: list base::operator~
9792 PASS: gdb.cp/cpexprs.exp: list base::overload(base&) const
9793 PASS: gdb.cp/cpexprs.exp: list base::overload(char*) const
9794 PASS: gdb.cp/cpexprs.exp: list base::overload(int) const
9795 PASS: gdb.cp/cpexprs.exp: list base::overload(long) const
9796 PASS: gdb.cp/cpexprs.exp: list base::overload(short) const
9797 PASS: gdb.cp/cpexprs.exp: list base::overload(void) const
9798 PASS: gdb.cp/cpexprs.exp: list base::~base
9847 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::function
9848 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::policyd
9849 PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::~policyd
9861 PASS: gdb.cp/cpexprs.exp: list tclass<base>::do_something
9872 PASS: gdb.cp/cpexprs.exp: continue to base::base(int)
9873 PASS: gdb.cp/cpexprs.exp: continue to base::base(void)
9874 PASS: gdb.cp/cpexprs.exp: continue to base::operator char*
9875 PASS: gdb.cp/cpexprs.exp: continue to base::operator delete
9876 PASS: gdb.cp/cpexprs.exp: continue to base::operator delete[]
9877 PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff*
9878 PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff**
9879 PASS: gdb.cp/cpexprs.exp: continue to base::operator int
9880 PASS: gdb.cp/cpexprs.exp: continue to base::operator new
9881 PASS: gdb.cp/cpexprs.exp: continue to base::operator new[]
9882 PASS: gdb.cp/cpexprs.exp: continue to base::operator!
9883 PASS: gdb.cp/cpexprs.exp: continue to base::operator!=
9884 PASS: gdb.cp/cpexprs.exp: continue to base::operator%
9885 PASS: gdb.cp/cpexprs.exp: continue to base::operator%=
9886 PASS: gdb.cp/cpexprs.exp: continue to base::operator&
9887 PASS: gdb.cp/cpexprs.exp: continue to base::operator&&
9888 PASS: gdb.cp/cpexprs.exp: continue to base::operator&=
9889 PASS: gdb.cp/cpexprs.exp: continue to base::operator()
9890 PASS: gdb.cp/cpexprs.exp: continue to base::operator*
9891 PASS: gdb.cp/cpexprs.exp: continue to base::operator*=
9892 PASS: gdb.cp/cpexprs.exp: continue to base::operator+
9893 PASS: gdb.cp/cpexprs.exp: continue to base::operator++
9894 PASS: gdb.cp/cpexprs.exp: continue to base::operator+=
9895 PASS: gdb.cp/cpexprs.exp: continue to base::operator-
9896 PASS: gdb.cp/cpexprs.exp: continue to base::operator--
9897 PASS: gdb.cp/cpexprs.exp: continue to base::operator-=
9898 PASS: gdb.cp/cpexprs.exp: continue to base::operator/
9899 PASS: gdb.cp/cpexprs.exp: continue to base::operator/=
9900 PASS: gdb.cp/cpexprs.exp: continue to base::operator<
9901 PASS: gdb.cp/cpexprs.exp: continue to base::operator<<
9902 PASS: gdb.cp/cpexprs.exp: continue to base::operator<<=
9903 PASS: gdb.cp/cpexprs.exp: continue to base::operator<=
9904 PASS: gdb.cp/cpexprs.exp: continue to base::operator=
9905 PASS: gdb.cp/cpexprs.exp: continue to base::operator==
9906 PASS: gdb.cp/cpexprs.exp: continue to base::operator>
9907 PASS: gdb.cp/cpexprs.exp: continue to base::operator>=
9908 PASS: gdb.cp/cpexprs.exp: continue to base::operator>>
9909 PASS: gdb.cp/cpexprs.exp: continue to base::operator>>=
9910 PASS: gdb.cp/cpexprs.exp: continue to base::operator[]
9911 PASS: gdb.cp/cpexprs.exp: continue to base::operator^
9912 PASS: gdb.cp/cpexprs.exp: continue to base::operator^=
9913 PASS: gdb.cp/cpexprs.exp: continue to base::operator|
9914 PASS: gdb.cp/cpexprs.exp: continue to base::operator|=
9915 PASS: gdb.cp/cpexprs.exp: continue to base::operator||
9916 PASS: gdb.cp/cpexprs.exp: continue to base::operator~
9917 PASS: gdb.cp/cpexprs.exp: continue to base::overload(base&) const
9918 PASS: gdb.cp/cpexprs.exp: continue to base::overload(char*) const
9919 PASS: gdb.cp/cpexprs.exp: continue to base::overload(int) const
9920 PASS: gdb.cp/cpexprs.exp: continue to base::overload(long) const
9921 PASS: gdb.cp/cpexprs.exp: continue to base::overload(short) const
9922 PASS: gdb.cp/cpexprs.exp: continue to base::overload(void) const
9923 PASS: gdb.cp/cpexprs.exp: continue to base::~base
9977 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::function
9978 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::policyd
9979 PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::~policyd
9991 PASS: gdb.cp/cpexprs.exp: continue to tclass<base>::do_something
11573 PASS: gdb.cp/m-data.exp: derived template object, base const bool
11574 PASS: gdb.cp/m-data.exp: derived template object, base const int
11575 PASS: gdb.cp/m-data.exp: derived template object, base long
11576 PASS: gdb.cp/m-data.exp: derived template object, base enum
11581 PASS: gdb.cp/m-data.exp: template object, base enum
12515 PASS: gdb.cp/m-static.exp: derived template object, base static const bool
12516 PASS: gdb.cp/m-static.exp: derived template object, base static const int
12517 PASS: gdb.cp/m-static.exp: derived template object, base static long
12518 PASS: gdb.cp/m-static.exp: derived template object, base static enum
13293 PASS: gdb.cp/virtbase.exp: print pointer to virtual base at non-zero offset of larger object
13295 PASS: gdb.cp/virtbase.exp: print whole pointed-to object, starting from the virtual base pointer
13793 Running ./gdb.dwarf2/fission-base.exp ...
16000 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_for_ptr
16001 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_for_ptr
16009 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base (with RTTI) in use_rtti_for_ptr
16010 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base.public (with RTTI) in use_rtti_for_ptr
16018 PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base (with RTTI) in use_rtti_for_ptr
16019 PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base.public (with RTTI) in use_rtti_for_ptr
16027 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base (with RTTI) in use_rtti_for_ptr
16028 PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base.public (with RTTI) in use_rtti_fo…
16049 PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base (with RTTI) in use_rtti_for_ref
16050 PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base.public (with RTTI) in use_rtti_for_ref
16058 PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base (with RTTI) in use_rtti_for_ref
16059 PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base.public (with RTTI) in use_rtti_for_ref
16088 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in use_rtti_for_ptr_child
16089 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in use_rtti_for_ptr_ch…
16095 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base (with RTTI) in use_rtti_for_ptr_child
16096 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base.public (with RTTI) in use_rtti_for_p…
16102 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base (with RTTI) in use_rtti_for_ptr_child
16103 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base.public (with RTTI) in use_rtti_for_p…
16109 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base (with RTTI) in use_rtti_for_ptr…
16110 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base.public (with RTTI) in use_rtti_…
16133 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base (with RTTI) in use_rtti_for_ref_child
16134 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base.public (with RTTI) in use_rtti_for_ref_ch…
16140 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base (with RTTI) in use_rtti_for_ref_child
16141 PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base.public (with RTTI) in use_rtti_for_r…
16163 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multipl…
16164 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_with_multiple_inher…
16165 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multipl…
16181 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in type_update_when_use_rtti
16182 PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in type_update_when_use_…
16189 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in type_update_when_use_rtti
16190 PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in type_update_when_us…
16196 PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in type_update_when_use_rtti
16198 PASS: gdb.mi/mi-var-rtti.exp: update s.ptr back to base type in type_update_when_use_rtti
16220 PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in skip_type_update_when_not_use_rtti
16222 PASS: gdb.mi/mi-var-rtti.exp: update s back to base type in skip_type_update_when_not_use_rtti
16243 Running ./gdb.multi/base.exp ...
16244 PASS: gdb.multi/base.exp: add empty inferior 2
16245 PASS: gdb.multi/base.exp: switch to inferior 2
16246 PASS: gdb.multi/base.exp: load hangout file in inferior 2
16247 PASS: gdb.multi/base.exp: add inferior 3 with -exec goodbye
16248 PASS: gdb.multi/base.exp: info inferiors
16249 PASS: gdb.multi/base.exp: info inferior 2 3
16250 PASS: gdb.multi/base.exp: info inferior 1-2
16251 PASS: gdb.multi/base.exp: switch to inferior 1
16252 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
16253 PASS: gdb.multi/base.exp: switch to inferior 3
16254 PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 3
16255 PASS: gdb.multi/base.exp: switch back to inferior 1
16256 PASS: gdb.multi/base.exp: set listsize 1
16257 PASS: gdb.multi/base.exp: list commonfun in hello
16258 PASS: gdb.multi/base.exp: print hglob
16259 PASS: gdb.multi/base.exp: print glob (hello)
16260 PASS: gdb.multi/base.exp: switch to inferior 3 to print globals
16261 PASS: gdb.multi/base.exp: print gglob
16262 PASS: gdb.multi/base.exp: print glob (goodbye)
16263 PASS: gdb.multi/base.exp: list commonfun in goodbye
16264 PASS: gdb.multi/base.exp: switch to inferior 1 to run it
16265 PASS: gdb.multi/base.exp: break hello
16266 PASS: gdb.multi/base.exp: continue
16267 PASS: gdb.multi/base.exp: remove-inferiors 2-3
16268 PASS: gdb.multi/base.exp: check remove-inferiors
17717 PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: Check base class (fields[0])
17718 PASS: gdb.python/py-type.exp: lang_cpp: test_base_class: Check base class (fields[1])
17954 PASS: gdb.python/py-value.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.looku…
17955 PASS: gdb.python/py-value.exp: python print (gdb.parse_and_eval('base').dynamic_type)
18947 PASS: gdb.threads/tls.exp: Expect only base thread at end