/external/lldb/tools/lldb-perf/darwin/formatters/ |
D | formatters.cpp | 89 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/ |
D | Test-rdar-12481949.py | 57 …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/ |
D | README | 188 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/ |
D | TestDynamicValue.py | 140 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)
|
D | TestCppValueCast.py | 99 tellerA = frame0.FindVariable('teller', lldb.eNoDynamicValues) 127 tellerB = frame0.FindVariable('teller', lldb.eNoDynamicValues)
|
/external/lldb/test/functionalities/type_completion/ |
D | TestTypeCompletion.py | 61 … 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/ |
D | TestObjCDynamicValue.py | 93 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/ |
D | TestDataFormatterLibccMap.py | 117 …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/ |
D | TestDataFormatterLibccMultiMap.py | 117 …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/ |
D | TestDataFormatterStdMap.py | 127 …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/ |
D | TestArrayTypes.py | 156 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/ |
D | TestFormattersSBAPI.py | 165 …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/ |
D | sb_frame.py | 32 obj.FindVariable("my_var") 33 obj.FindVariable("my_var", lldb.eDynamicCanRunTarget)
|
/external/lldb/test/python_api/value/linked_list/ |
D | TestValueAPILinkedList.py | 66 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/ |
D | TestReturnValue.py | 48 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/ |
D | TestSetData.py | 38 x = frame.FindVariable("myFoo").GetChildMemberWithName("x") 52 x = frame.FindVariable("string")
|
/external/lldb/test/functionalities/data-formatter/rdar-11086338/ |
D | TestRdar11086338.py | 75 …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/ |
D | TestRdar 11988289.py | 77 …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/ |
D | TestChangeValueAPI.py | 79 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/ |
D | TestRdar12437442.py | 62 … 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/ |
D | TestDataFormatterLibcxxList.py | 146 …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/ |
D | SBFrame.i | 207 ") 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/ |
D | TestDataFormatterStdList.py | 138 …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/ |
D | TestDataFormatterStdVector.py | 151 …self.assertTrue(self.frame().FindVariable("numbers").MightHaveChildren(), "numbers.MightHaveChildr… 212 …self.assertTrue(self.frame().FindVariable("strings").MightHaveChildren(), "strings.MightHaveChildr…
|
/external/lldb/include/lldb/API/ |
D | SBFrame.h | 168 FindVariable (const char *var_name); 171 FindVariable (const char *var_name, lldb::DynamicValueType use_dynamic);
|