• Home
  • Raw
  • Download

Lines Matching refs:test_fields

17615 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17616 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17617 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17618 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17619 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17620 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17621 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17622 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17623 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
17624 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields lookup by name
17625 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields iteration over values
17626 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields items list
17627 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name exists test
17628 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name nonexists test
17629 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check conversion to bool
17630 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (len (st.type['a'].type))
17631 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.has_key ('x'))
17632 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.keys ())
17633 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type['x'])
17634 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (not not st.type['a'].type)
17635 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (ar)
17636 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (ar) from history
17637 PASS: gdb.python/py-type.exp: lang_c: test_fields: python fields = ar.type.fields()
17638 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check the number of fields
17639 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check array field type
17640 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with one argument
17641 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with two arguments
17642 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (ar[0].type == ar[0].type)
17643 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_1)
17644 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_1) from history
17645 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_2)
17646 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_2) from history
17647 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec1
17648 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
17649 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec2
17650 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
17651 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec2
17652 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec3
17653 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec3
17666 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: c++ typedef field list
17667 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (c)
17668 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (c) from history
17669 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from c.type
17670 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (c)
17671 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field c name
17672 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field d name
17673 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17674 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17675 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (st)
17676 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (st) from history
17677 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from st.type
17678 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st)
17679 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field a name
17680 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field b name
17681 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check that dir includes name
17682 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st.type)
17683 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields lookup by name
17684 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields iteration over values
17685 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields items list
17686 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name exists test
17687 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name nonexists test
17688 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check conversion to bool
17689 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (len (st.type['a'].type))
17690 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.has_key ('x'))
17691 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.keys ())
17692 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type['x'])
17693 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (not not st.type['a'].type)
17694 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (ar)
17695 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (ar) from history
17696 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python fields = ar.type.fields()
17697 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check the number of fields
17698 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check array field type
17699 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with one argument
17700 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with two arguments
17701 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (ar[0].type == ar[0].type)
17702 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_1)
17703 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_1) from history
17704 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_2)
17705 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_2) from history
17706 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
17707 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
17708 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
17709 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
17710 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec2
17711 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
17712 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec3