HomeSort by relevance Sort by last modified time
    Searched refs:VARIABLES_DISPLAYED_CORRECTLY (Results 1 - 25 of 27) sorted by null

1 2

  /external/lldb/test/lang/objc/objc-new-syntax/
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 self.expect("expr --object-description -- mutable_array[0] = @\"bar\"", VARIABLES_DISPLAYED_CORRECTLY,
76 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
79 self.expect("expr --object-description -- immutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
82 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
85 self.expect("expr --object-description -- mutable_dictionary[@\"key\"] = @\"object\"", VARIABLES_DISPLAYED_CORRECTLY,
88 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
91 self.expect("expr --object-description -- @[ @\"foo\", @\"bar\" ]", VARIABLES_DISPLAYED_CORRECTLY,
94 self.expect("expr --object-description -- @{ @\"key\" : @\"object\" }", VARIABLES_DISPLAYED_CORRECTLY,
    [all...]
  /external/lldb/test/lang/objc/hidden-ivars/
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/
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,
    [all...]
  /external/lldb/test/functionalities/target_command/
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/functionalities/archives/
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/c/bitfields/
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/c/global_variables/
TestGlobalVariables.py 61 self.expect("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/
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/lang/c/anonymous/
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/const_variables/
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/functionalities/set-data/
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/blocks/
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/lang/c/forward/
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/objc/foundation/
TestRuntimeTypes.py 48 self.expect("expression str.length", VARIABLES_DISPLAYED_CORRECTLY,
55 self.expect("po $1", VARIABLES_DISPLAYED_CORRECTLY,
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,
  /external/lldb/test/lang/cpp/class_types/
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/shared_lib/
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/c/shared_lib_stripped_symbols/
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/cpp/class_static/
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/objc/real-definition/
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/lang/c/array_types/
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/cpp/signed_types/
TestSignedTypes.py 57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
  /external/lldb/test/lang/cpp/unsigned_types/
TestUnsignedTypes.py 57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
  /external/lldb/test/lang/objc/forward-decl/
TestForwardDecl.py 53 self.expect("expression [j getMember]", VARIABLES_DISPLAYED_CORRECTLY,
  /external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
TestBreakpointConditions.py 86 self.expect("frame variable --show-types val", VARIABLES_DISPLAYED_CORRECTLY,
117 self.expect("frame variable --show-types val", VARIABLES_DISPLAYED_CORRECTLY,

Completed in 488 milliseconds

1 2