/external/lldb/test/lang/objc/objc-new-syntax/ |
D | TestObjCNewSyntax.py | 67 … self.expect("expr --object-description -- immutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY, 70 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY, 73 …f.expect("expr --object-description -- mutable_array[0] = @\"bar\"", VARIABLES_DISPLAYED_CORRECTLY, 76 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY, 79 …xpect("expr --object-description -- immutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY, 82 ….expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY, 85 …--object-description -- mutable_dictionary[@\"key\"] = @\"object\"", VARIABLES_DISPLAYED_CORRECTLY, 88 ….expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY, 91 … self.expect("expr --object-description -- @[ @\"foo\", @\"bar\" ]", VARIABLES_DISPLAYED_CORRECTLY, 94 …f.expect("expr --object-description -- @{ @\"key\" : @\"object\" }", VARIABLES_DISPLAYED_CORRECTLY, [all …]
|
/external/lldb/test/functionalities/target_command/ |
D | TestTargetCommand.py | 116 self.expect("target variable my_global_char", VARIABLES_DISPLAYED_CORRECTLY, 118 self.expect("target variable my_global_str", VARIABLES_DISPLAYED_CORRECTLY, 120 self.expect("target variable my_static_int", VARIABLES_DISPLAYED_CORRECTLY, 126 self.expect("target variable *my_global_str", VARIABLES_DISPLAYED_CORRECTLY, 132 self.expect("target variable my_global_str", VARIABLES_DISPLAYED_CORRECTLY, 134 self.expect("target variable my_static_int", VARIABLES_DISPLAYED_CORRECTLY, 140 self.expect("target variable *my_global_str", VARIABLES_DISPLAYED_CORRECTLY, 142 self.expect("target variable my_global_char", VARIABLES_DISPLAYED_CORRECTLY, 149 self.expect("target variable my_global_str", VARIABLES_DISPLAYED_CORRECTLY, 151 self.expect("target variable my_static_int", VARIABLES_DISPLAYED_CORRECTLY, [all …]
|
/external/lldb/test/lang/c/bitfields/ |
D | TestBitfields.py | 68 self.expect("frame variable --show-types bits", VARIABLES_DISPLAYED_CORRECTLY, 80 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 90 self.expect("expr (bits.b1)", VARIABLES_DISPLAYED_CORRECTLY, 92 self.expect("expr (bits.b2)", VARIABLES_DISPLAYED_CORRECTLY, 94 self.expect("expr (bits.b3)", VARIABLES_DISPLAYED_CORRECTLY, 96 self.expect("expr (bits.b4)", VARIABLES_DISPLAYED_CORRECTLY, 98 self.expect("expr (bits.b5)", VARIABLES_DISPLAYED_CORRECTLY, 100 self.expect("expr (bits.b6)", VARIABLES_DISPLAYED_CORRECTLY, 102 self.expect("expr (bits.b7)", VARIABLES_DISPLAYED_CORRECTLY, 104 self.expect("expr (bits.four)", VARIABLES_DISPLAYED_CORRECTLY, [all …]
|
/external/lldb/test/lang/objc/hidden-ivars/ |
D | TestHiddenIvars.py | 75 self.expect("expression (j->_definer->foo)", VARIABLES_DISPLAYED_CORRECTLY, 78 self.expect("expression (j->_definer->bar)", VARIABLES_DISPLAYED_CORRECTLY, 81 self.expect("expression *(j->_definer)", VARIABLES_DISPLAYED_CORRECTLY, 84 self.expect("expression (k->foo)", VARIABLES_DISPLAYED_CORRECTLY, 87 self.expect("expression (k->bar)", VARIABLES_DISPLAYED_CORRECTLY, 90 self.expect("expression *(k)", VARIABLES_DISPLAYED_CORRECTLY, 97 self.expect("frame variable j->_definer->foo", VARIABLES_DISPLAYED_CORRECTLY, 100 self.expect("frame variable j->_definer->bar", VARIABLES_DISPLAYED_CORRECTLY, 103 self.expect("frame variable *j->_definer", VARIABLES_DISPLAYED_CORRECTLY, 106 self.expect("frame variable k->foo", VARIABLES_DISPLAYED_CORRECTLY, [all …]
|
/external/lldb/test/lang/c/set_values/ |
D | TestSetValues.py | 65 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 70 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 77 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 82 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 89 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 94 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 101 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 106 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 115 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 120 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/anonymous/ |
D | TestAnonymous.py | 100 self.expect("expression n->foo.d", VARIABLES_DISPLAYED_CORRECTLY, 103 self.expect("expression n->b", VARIABLES_DISPLAYED_CORRECTLY, 110 self.expect("expression c->foo.d", VARIABLES_DISPLAYED_CORRECTLY, 113 self.expect("expression c->grandchild.b", VARIABLES_DISPLAYED_CORRECTLY, 120 self.expect("expression g.child.foo.d", VARIABLES_DISPLAYED_CORRECTLY, 123 self.expect("expression g.child.b", VARIABLES_DISPLAYED_CORRECTLY, 132 self.expect("expression pz", VARIABLES_DISPLAYED_CORRECTLY, 135 self.expect("expression z.y", VARIABLES_DISPLAYED_CORRECTLY, 138 self.expect("expression z", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/global_variables/ |
D | TestGlobalVariables.py | 61 …pect("frame variable --show-types --scope --show-globals --no-args", VARIABLES_DISPLAYED_CORRECTLY, 73 self.expect("target variable g_a", VARIABLES_DISPLAYED_CORRECTLY, 75 self.expect("target variable g_marked_spot.x", VARIABLES_DISPLAYED_CORRECTLY, 82 self.expect("target variable g_marked_spot.y", VARIABLES_DISPLAYED_CORRECTLY, 84 … self.expect("target variable g_marked_spot.y", VARIABLES_DISPLAYED_CORRECTLY, matching=False,
|
/external/lldb/test/lang/cpp/namespace/ |
D | TestNamespace.py | 66 self.expect('frame variable', VARIABLES_DISPLAYED_CORRECTLY, 83 self.expect("frame variable A::B::j", VARIABLES_DISPLAYED_CORRECTLY, 88 self.expect("frame variable '(anonymous namespace)::i'", VARIABLES_DISPLAYED_CORRECTLY, 104 self.expect("expression -- ::i", VARIABLES_DISPLAYED_CORRECTLY, 106 self.expect("expression -- A::B::j", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/functionalities/archives/ |
D | TestBSDArchives.py | 40 self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY, 42 self.expect("frame variable __a_global", VARIABLES_DISPLAYED_CORRECTLY, 53 self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY, 55 self.expect("frame variable __b_global", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/cpp/class_types/ |
D | TestClassTypes.py | 95 self.expect("frame variable --show-types this", VARIABLES_DISPLAYED_CORRECTLY, 188 self.expect("frame variable this",VARIABLES_DISPLAYED_CORRECTLY, 194 self.expect("frame variable --show-types this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY, 198 self.expect("expression this", VARIABLES_DISPLAYED_CORRECTLY, 205 self.expect("expression this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/const_variables/ |
D | TestConstVariables.py | 54 self.expect("frame variable index", VARIABLES_DISPLAYED_CORRECTLY, 58 self.expect("expr (index + 512)", VARIABLES_DISPLAYED_CORRECTLY, 62 self.expect("expr (int)getpid(); (index - 256)", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/objc/foundation/ |
D | TestObjCMethods.py | 149 self.expect("frame variable --show-types --scope", VARIABLES_DISPLAYED_CORRECTLY, 161 self.expect("frame variable --show-types self->str", VARIABLES_DISPLAYED_CORRECTLY, 166 self.expect("frame variable --show-types self->date", VARIABLES_DISPLAYED_CORRECTLY, 170 self.expect("frame variable --show-types *self", VARIABLES_DISPLAYED_CORRECTLY, 176 self.expect("expression self->isa", VARIABLES_DISPLAYED_CORRECTLY,
|
D | TestRuntimeTypes.py | 48 self.expect("expression str.length", VARIABLES_DISPLAYED_CORRECTLY, 55 self.expect("po $1", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/blocks/ |
D | TestBlocks.py | 60 self.expect("expression a + b", VARIABLES_DISPLAYED_CORRECTLY, 63 self.expect("expression c", VARIABLES_DISPLAYED_CORRECTLY, 69 self.expect("expression (int)neg (-12)", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/functionalities/set-data/ |
D | TestSetData.py | 32 self.expect("p myFoo.x", VARIABLES_DISPLAYED_CORRECTLY, 47 self.expect("p myFoo.x", VARIABLES_DISPLAYED_CORRECTLY, 63 self.expect("fr var -d run-target string", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/array_types/ |
D | TestArrayTypes.py | 74 self.expect("frame variable --show-types strings", VARIABLES_DISPLAYED_CORRECTLY, 85 self.expect("frame variable --show-types --raw -- char_16", VARIABLES_DISPLAYED_CORRECTLY, 89 self.expect("frame variable --show-types ushort_matrix", VARIABLES_DISPLAYED_CORRECTLY, 92 self.expect("frame variable --show-types long_6", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/forward/ |
D | TestForwardDeclaration.py | 51 self.expect("frame variable --show-types *bar_ptr", VARIABLES_DISPLAYED_CORRECTLY, 57 self.expect("expression --show-types -- *bar_ptr", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/cpp/class_static/ |
D | TestStaticVariables.py | 68 self.expect('target variable A::g_points', VARIABLES_DISPLAYED_CORRECTLY, 70 self.expect('target variable g_points', VARIABLES_DISPLAYED_CORRECTLY, 76 self.expect("target variable A::g_points[1].x", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/shared_lib_stripped_symbols/ |
D | TestSharedLibStrippedSymbols.py | 76 self.expect("expression --show-types -- *my_foo_ptr", VARIABLES_DISPLAYED_CORRECTLY, 86 self.expect("frame variable --show-types -- *my_foo_ptr", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/c/shared_lib/ |
D | TestSharedLib.py | 76 self.expect("expression --show-types -- *my_foo_ptr", VARIABLES_DISPLAYED_CORRECTLY, 86 self.expect("frame variable --show-types -- *my_foo_ptr", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/objc/real-definition/ |
D | TestRealDefinition.py | 86 self.expect("frame variable foo->_bar->_hidden_ivar", VARIABLES_DISPLAYED_CORRECTLY, 114 self.expect("frame variable foo->_bar->_hidden_ivar", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/ |
D | TestBreakpointConditions.py | 86 self.expect("frame variable --show-types val", VARIABLES_DISPLAYED_CORRECTLY, 117 self.expect("frame variable --show-types val", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/objc/forward-decl/ |
D | TestForwardDecl.py | 53 self.expect("expression [j getMember]", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/cpp/signed_types/ |
D | TestSignedTypes.py | 57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
|
/external/lldb/test/lang/cpp/unsigned_types/ |
D | TestUnsignedTypes.py | 57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
|