• Home
  • Raw
  • Download

Lines Matching refs:test_fields

17883 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17884 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17885 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17886 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17887 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17888 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17889 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17890 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17891 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
17892 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields lookup by name
17893 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields iteration over values
17894 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check fields items list
17895 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name exists test
17896 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check field name nonexists test
17897 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check conversion to bool
17898 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (len (st.type['a'].type))
17899 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.has_key ('x'))
17900 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type.keys ())
17901 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (st.type['a'].type['x'])
17902 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (not not st.type['a'].type)
17903 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (ar)
17904 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (ar) from history
17905 PASS: gdb.python/py-type.exp: lang_c: test_fields: python fields = ar.type.fields()
17906 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check the number of fields
17907 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check array field type
17908 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with one argument
17909 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to array with two arguments
17910 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print (ar[0].type == ar[0].type)
17911 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_1)
17912 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_1) from history
17913 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (vec_data_2)
17914 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (vec_data_2) from history
17915 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec1
17916 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
17917 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec2
17918 PASS: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
17919 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec2
17920 PASS: gdb.python/py-type.exp: lang_c: test_fields: set vec3
17921 PASS: gdb.python/py-type.exp: lang_c: test_fields: python print vec1 == vec3
17934 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: c++ typedef field list
17935 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (c)
17936 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (c) from history
17937 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from c.type
17938 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (c)
17939 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field c name
17940 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check class field d name
17941 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17942 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (c.type == gdb.parse_and_eval('d'…
17943 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (st)
17944 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (st) from history
17945 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from st.type
17946 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st)
17947 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field a name
17948 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check structure field b name
17949 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check that dir includes name
17950 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check number of fields (st.type)
17951 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields lookup by name
17952 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields iteration over values
17953 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields items list
17954 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name exists test
17955 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check field name nonexists test
17956 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check conversion to bool
17957 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (len (st.type['a'].type))
17958 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.has_key ('x'))
17959 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type.keys ())
17960 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (st.type['a'].type['x'])
17961 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (not not st.type['a'].type)
17962 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (ar)
17963 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (ar) from history
17964 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python fields = ar.type.fields()
17965 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check the number of fields
17966 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: Check array field type
17967 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with one argument
17968 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with two arguments
17969 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print (ar[0].type == ar[0].type)
17970 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_1)
17971 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_1) from history
17972 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: print value (vec_data_2)
17973 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: get value (vec_data_2) from history
17974 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
17975 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
17976 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
17977 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
17978 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec2
17979 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
17980 PASS: gdb.python/py-type.exp: lang_cpp: test_fields: python print vec1 == vec3