Home
last modified time | relevance | path

Searched refs:FindVariable (Results 1 – 25 of 51) sorted by relevance

123

/external/lldb/tools/lldb-perf/darwin/formatters/
Dformatters.cpp89 m_dump_nsarray_measurement(frame_zero.FindVariable("nsarray", lldb::eDynamicCanRunTarget)); in DoTest()
90 … m_dump_nsarray_measurement(frame_zero.FindVariable("nsmutablearray", lldb::eDynamicCanRunTarget)); in DoTest()
92 …m_dump_nsdictionary_measurement(frame_zero.FindVariable("nsdictionary", lldb::eDynamicCanRunTarget… in DoTest()
93 …m_dump_nsdictionary_measurement(frame_zero.FindVariable("nsmutabledictionary", lldb::eDynamicCanRu… in DoTest()
95 m_dump_nsstring_measurement(frame_zero.FindVariable("str0", lldb::eDynamicCanRunTarget)); in DoTest()
96 m_dump_nsstring_measurement(frame_zero.FindVariable("str1", lldb::eDynamicCanRunTarget)); in DoTest()
97 m_dump_nsstring_measurement(frame_zero.FindVariable("str2", lldb::eDynamicCanRunTarget)); in DoTest()
98 m_dump_nsstring_measurement(frame_zero.FindVariable("str3", lldb::eDynamicCanRunTarget)); in DoTest()
99 m_dump_nsstring_measurement(frame_zero.FindVariable("str4", lldb::eDynamicCanRunTarget)); in DoTest()
101 m_dump_nsdate_measurement(frame_zero.FindVariable("me", lldb::eDynamicCanRunTarget)); in DoTest()
[all …]
/external/lldb/test/python_api/rdar-12481949/
DTest-rdar-12481949.py57 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsSigned() == -1, "GetValueAsSigned() s…
58 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsSigned() != 0xFFFFFFFF, "GetValueAsSi…
59 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsSigned() != 0xFFFFFFFFFFFFFFFF, "GetV…
61 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsUnsigned() != -1, "GetValueAsUnsigned…
62 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsUnsigned() == 0xFFFFFFFFFFFFFFFF, "Ge…
63 …self.assertTrue(self.frame().FindVariable("myvar").GetValueAsSigned() != 0xFFFFFFFF, "GetValueAsUn…
/external/lldb/tools/lldb-perf/
DREADME188 m_dump_nsarray_measurement(frame_zero.FindVariable("nsarray", lldb::eDynamicCanRunTarget));
189 … m_dump_nsarray_measurement(frame_zero.FindVariable("nsmutablearray", lldb::eDynamicCanRunTarget));
191 …m_dump_nsdictionary_measurement(frame_zero.FindVariable("nsdictionary", lldb::eDynamicCanRunTarget…
192 …m_dump_nsdictionary_measurement(frame_zero.FindVariable("nsmutabledictionary", lldb::eDynamicCanRu…
194 m_dump_nsstring_measurement(frame_zero.FindVariable("str0", lldb::eDynamicCanRunTarget));
195 m_dump_nsstring_measurement(frame_zero.FindVariable("str1", lldb::eDynamicCanRunTarget));
196 m_dump_nsstring_measurement(frame_zero.FindVariable("str2", lldb::eDynamicCanRunTarget));
197 m_dump_nsstring_measurement(frame_zero.FindVariable("str3", lldb::eDynamicCanRunTarget));
198 m_dump_nsstring_measurement(frame_zero.FindVariable("str4", lldb::eDynamicCanRunTarget));
200 m_dump_nsdate_measurement(frame_zero.FindVariable("me", lldb::eDynamicCanRunTarget));
[all …]
/external/lldb/test/lang/cpp/dynamic-value/
DTestDynamicValue.py140 myB = frame.FindVariable ('myB', no_dynamic);
144 otherB = frame.FindVariable('otherB', no_dynamic)
158 this_static = frame.FindVariable ('this', no_dynamic)
159 this_dynamic = frame.FindVariable ('this', use_dynamic)
189 anotherA_static = frame.FindVariable ('anotherA', False)
193 anotherA_dynamic = frame.FindVariable ('anotherA', True)
216 reallyA_value = frame.FindVariable ('reallyA', False)
228 anotherA_value = frame.FindVariable ('anotherA', True)
DTestCppValueCast.py99 tellerA = frame0.FindVariable('teller', lldb.eNoDynamicValues)
127 tellerB = frame0.FindVariable('teller', lldb.eNoDynamicValues)
/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py61 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
68 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
77 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
89 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
108 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
128 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('p')
/external/lldb/test/lang/objc/objc-dynamic-value/
DTestObjCDynamicValue.py93 myObserver = frame.FindVariable('myObserver', lldb.eDynamicCanRunTarget)
102 myObserver_static = frame.FindVariable('myObserver', lldb.eNoDynamicValues)
149 object_static = frame.FindVariable ('object', noDynamic)
150 object_dynamic = frame.FindVariable ('object', useDynamic)
181 object_static = frame.FindVariable ('object', noDynamic)
182 object_dynamic = frame.FindVariable ('object', useDynamic)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
DTestDataFormatterLibccMap.py117 …self.assertTrue(self.frame().FindVariable("ii").MightHaveChildren(), "ii.MightHaveChildren() says …
180 …self.assertTrue(self.frame().FindVariable("si").MightHaveChildren(), "si.MightHaveChildren() says …
241 …self.assertTrue(self.frame().FindVariable("is").MightHaveChildren(), "is.MightHaveChildren() says …
296 …self.assertTrue(self.frame().FindVariable("ss").MightHaveChildren(), "ss.MightHaveChildren() says …
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
DTestDataFormatterLibccMultiMap.py117 …self.assertTrue(self.frame().FindVariable("ii").MightHaveChildren(), "ii.MightHaveChildren() says …
180 …self.assertTrue(self.frame().FindVariable("si").MightHaveChildren(), "si.MightHaveChildren() says …
241 …self.assertTrue(self.frame().FindVariable("is").MightHaveChildren(), "is.MightHaveChildren() says …
296 …self.assertTrue(self.frame().FindVariable("ss").MightHaveChildren(), "ss.MightHaveChildren() says …
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
DTestDataFormatterStdMap.py127 …self.assertTrue(self.frame().FindVariable("ii").MightHaveChildren(), "ii.MightHaveChildren() says …
201 …self.assertTrue(self.frame().FindVariable("si").MightHaveChildren(), "si.MightHaveChildren() says …
261 …self.assertTrue(self.frame().FindVariable("is").MightHaveChildren(), "is.MightHaveChildren() says …
320 …self.assertTrue(self.frame().FindVariable("ss").MightHaveChildren(), "ss.MightHaveChildren() says …
/external/lldb/test/lang/c/array_types/
DTestArrayTypes.py156 variable = frame.FindVariable("strings")
170 variable = frame.FindVariable("char_16")
179 variable = frame.FindVariable("ushort_matrix")
193 variable = frame.FindVariable("long_6")
208 argc = frame.FindVariable("argc")
/external/lldb/test/python_api/formatters/
DTestFormattersSBAPI.py165 …elf.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
173 …elf.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
185 …elf.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
208 …elf.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable('foo')
284 foo_ptr = frame.FindVariable("foo_ptr")
330 int_vector = frame.FindVariable("int_vector")
337 int_vector = frame.FindVariable("int_vector")
344 int_vector = frame.FindVariable("int_vector")
/external/lldb/test/python_api/default-constructor/
Dsb_frame.py32 obj.FindVariable("my_var")
33 obj.FindVariable("my_var", lldb.eDynamicCanRunTarget)
/external/lldb/test/python_api/value/linked_list/
DTestValueAPILinkedList.py66 task_head = frame0.FindVariable('task_head')
119 empty_task_head = frame0.FindVariable('empty_task_head')
133 task_evil = frame0.FindVariable('task_evil')
/external/lldb/test/functionalities/return-value/
DTestReturnValue.py48 in_value = thread.GetFrameAtIndex(0).FindVariable ("value")
110 in_int = thread.GetFrameAtIndex(0).FindVariable ("value").GetValueAsSigned(error)
143 in_int = frame.FindVariable ("value").GetValueAsSigned(error)
171 in_value = frame.FindVariable ("value")
/external/lldb/test/functionalities/set-data/
DTestSetData.py38 x = frame.FindVariable("myFoo").GetChildMemberWithName("x")
52 x = frame.FindVariable("string")
/external/lldb/test/functionalities/data-formatter/rdar-11086338/
DTestRdar11086338.py75 …self.assertTrue(self.frame().FindVariable("arr").MightHaveChildren(), "arr says it does not have c…
76 …self.assertTrue(self.frame().FindVariable("other_arr").MightHaveChildren(), "arr says it does not …
/external/lldb/test/functionalities/data-formatter/rdar-11988289/
DTestRdar 11988289.py77 …self.assertTrue(self.frame().FindVariable("dictionary").MightHaveChildren(), "dictionary says it d…
78 …self.assertTrue(self.frame().FindVariable("mutabledict").MightHaveChildren(), "mutable says it doe…
/external/lldb/test/python_api/value/change_values/
DTestChangeValueAPI.py79 val_value = frame0.FindVariable ("val")
93 mine_value = frame0.FindVariable ("mine")
109 ptr_value = frame0.FindVariable ("ptr")
/external/lldb/test/functionalities/data-formatter/rdar-12437442/
DTestRdar12437442.py62 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable("x")
74 … self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable("x")
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
DTestDataFormatterLibcxxList.py146 …self.assertTrue(self.frame().FindVariable("numbers_list").MightHaveChildren(), "numbers_list.Might…
159 …self.assertTrue(self.frame().FindVariable("text_list").MightHaveChildren(), "text_list.MightHaveCh…
/external/lldb/scripts/Python/interface/
DSBFrame.i207 ") FindVariable;
209 FindVariable (const char *var_name);
212 FindVariable (const char *var_name, lldb::DynamicValueType use_dynamic);
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
DTestDataFormatterStdList.py138 …self.assertTrue(self.frame().FindVariable("numbers_list").MightHaveChildren(), "numbers_list.Might…
197 …self.assertTrue(self.frame().FindVariable("text_list").MightHaveChildren(), "text_list.MightHaveCh…
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
DTestDataFormatterStdVector.py151 …self.assertTrue(self.frame().FindVariable("numbers").MightHaveChildren(), "numbers.MightHaveChildr…
212 …self.assertTrue(self.frame().FindVariable("strings").MightHaveChildren(), "strings.MightHaveChildr…
/external/lldb/include/lldb/API/
DSBFrame.h168 FindVariable (const char *var_name);
171 FindVariable (const char *var_name, lldb::DynamicValueType use_dynamic);

123