• Home
  • Raw
  • Download

Lines Matching refs:test_fields

17524 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17525 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17526 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17527 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17528 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17529 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17530 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17531 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17532 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
17533 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields lookup by name
17534 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields iteration over values
17535 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields items list
17536 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name exists test
17537 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name nonexists test
17538 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check conversion to bool
17539 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (len (st.type['a'].type))
17540 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.has_key ('x'))
17541 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.keys ())
17542 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type['x'])
17543 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (not not st.type['a'].type)
17544 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (ar)
17545 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (ar) from history
17546 PASS: gdb.python/py-type.exp: lang_c: test_fields: python fields = ar.type.fields()
17547 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check the number of fields
17548 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check array field type
17549 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with one argument
17550 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with two arguments
17551 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (ar[0].type == ar[0].type)
17552 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_1)
17553 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_1) from history
17554 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_2)
17555 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_2) from history
17556 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec1
17557 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
17558 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec2
17559 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
17560 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec2
17561 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec3
17562 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec3
17575 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: c++ typedef field list
17576 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (c)
17577 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (c) from history
17578 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from c.type
17579 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (c)
17580 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field c name
17581 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field d name
17582 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17583 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17584 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (st)
17585 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (st) from history
17586 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from st.type
17587 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st)
17588 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field a name
17589 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field b name
17590 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check that dir includes name
17591 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st.type)
17592 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields lookup by name
17593 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields iteration over values
17594 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields items list
17595 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name exists test
17596 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name nonexists test
17597 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check conversion to bool
17598 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (len (st.type['a'].type))
17599 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.has_key ('x'))
17600 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.keys ())
17601 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type['x'])
17602 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (not not st.type['a'].type)
17603 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (ar)
17604 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (ar) from history
17605 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python fields = ar.type.fields()
17606 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check the number of fields
17607 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check array field type
17608 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with one argument
17609 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with two arguments
17610 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (ar[0].type == ar[0].type)
17611 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_1)
17612 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_1) from history
17613 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_2)
17614 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_2) from history
17615 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
17616 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
17617 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
17618 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
17619 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec2
17620 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
17621 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec3