Home
last modified time | relevance | path

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

12345

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
H A DTestDataFormatterStdString.py52 var_wempty = self.frame().FindVariable("wempty")
53 var_s = self.frame().FindVariable("s")
54 var_S = self.frame().FindVariable("S")
55 var_mazeltov = self.frame().FindVariable("mazeltov")
56 var_empty = self.frame().FindVariable("empty")
57 var_q = self.frame().FindVariable("q")
58 var_Q = self.frame().FindVariable("Q")
59 var_rq = self.frame().FindVariable("rq")
60 var_rQ = self.frame().FindVariable("rQ")
61 var_pq = self.frame().FindVariable("pq")
[all …]
/llvm-project/lldb/test/API/python_api/value/
H A DTestValueAPI.py94 value = frame0.FindVariable("my_int_ptr")
109 value = frame0.FindVariable("str_ptr")
151 # For an expression that references a variable, or a FindVariable result,
156 f_var = frame0.FindVariable("f")
160 # First try a value that we got from FindVariable
161 container = frame0.FindVariable("my_container")
166 self.assertSuccess(fv_cast.error, "Can cast up from FindVariable")
217 self.assertFalse(lldb.value(frame0.FindVariable("bogus")))
218 self.assertTrue(lldb.value(frame0.FindVariable("uinthex")))
221 int(lldb.value(frame0.FindVariable("uinthe
[all...]
/llvm-project/lldb/test/API/clear-sbvalue-nonaddressable-bits/
H A DTestClearSBValueNonAddressableBits.py33 count_p = frame.FindVariable("count_p")
34 count_invalid_p = frame.FindVariable("count_invalid_p")
44 global_p = frame.FindVariable("global_p")
45 global_invalid_p = frame.FindVariable("global_invalid_p")
55 main_p = frame.FindVariable("main_p")
56 main_invalid_p = frame.FindVariable("main_invalid_p")
/llvm-project/lldb/test/API/functionalities/vtable/
H A DTestVTableValue.py26 shape = self.frame().FindVariable("shape")
43 shape = self.frame().FindVariable("shape_ref")
60 rect = self.frame().FindVariable("rect")
85 shape = self.frame().FindVariable("shape")
86 rect = self.frame().FindVariable("rect")
88 shape_ptr = self.frame().FindVariable("shape_ptr")
107 var = self.frame().FindVariable("not_virtual")
113 var = self.frame().FindVariable("argc")
127 shape = self.frame().FindVariable("shape")
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/
H A DTestDataFormatterSynthVal.py48 x = self.frame().FindVariable("x")
50 y = self.frame().FindVariable("y")
52 z = self.frame().FindVariable("z")
54 q = self.frame().FindVariable("q")
105 hi = self.frame().FindVariable("hi")
108 ma = self.frame().FindVariable("ma")
/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
H A DTestDynamicValue.py76 myB = frame.FindVariable("myB", no_dynamic)
80 otherB = frame.FindVariable("otherB", no_dynamic)
92 # Get "this" using FindVariable:
94 this_static = frame.FindVariable("this", no_dynamic)
95 this_dynamic = frame.FindVariable("this", use_dynamic)
137 anotherA_static = frame.FindVariable("anotherA", False)
141 anotherA_dynamic = frame.FindVariable("anotherA", True)
169 reallyA_value = frame.FindVariable("reallyA", False)
181 anotherA_value = frame.FindVariable("anotherA", True)
193 anotherA_value = frame.FindVariable("another
[all...]
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/
H A DTestObjCDynamicValue.py82 myObserver = frame.FindVariable("myObserver", lldb.eDynamicCanRunTarget)
94 myObserver_static = frame.FindVariable("myObserver", lldb.eNoDynamicValues)
156 object_static = frame.FindVariable("object", noDynamic)
157 object_dynamic = frame.FindVariable("object", useDynamic)
194 object_static = frame.FindVariable("object", noDynamic)
195 object_dynamic = frame.FindVariable("object", useDynamic)
/llvm-project/lldb/test/API/lang/cpp/template/
H A DTestTemplateArgs.py49 testpos = frame.FindVariable("testpos")
67 testneg = frame.FindVariable("testneg")
89 c1 = frame.FindVariable("c1")
100 c2 = frame.FindVariable("c2")
134 member = frame.FindVariable("member")
154 subclass = frame.FindVariable("subclass")
/llvm-project/lldb/test/API/commands/expression/context-object/
H A DTestContextObject.py24 obj_val = frame.FindVariable(obj)
54 obj_val = frame.FindVariable("cpp_union")
67 obj_val = frame.FindVariable("cpp_scalar")
79 obj_val = frame.FindVariable("cpp_array")
97 obj_val = frame.FindVariable("cpp_pointer")
/llvm-project/lldb/test/API/lang/c/array_types/
H A DTestArrayTypes.py169 variable = frame.FindVariable("strings")
191 variable = frame.FindVariable("char_16")
201 variable = frame.FindVariable("ushort_matrix")
220 variable = frame.FindVariable("long_6")
239 argc = frame.FindVariable("argc")
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
H A DTestDataFormatterStdMap.py123 self.frame().FindVariable("ii").MightHaveChildren(),
181 self.frame().FindVariable("si").MightHaveChildren(),
230 self.frame().FindVariable("is").MightHaveChildren(),
279 self.frame().FindVariable("ss").MightHaveChildren(),
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/multimap/
H A DTestDataFormatterGenericMultiMap.py22 var = self.frame().FindVariable(name)
152 self.frame().FindVariable("ii").MightHaveChildren(),
205 self.frame().FindVariable("si").MightHaveChildren(),
256 self.frame().FindVariable("is").MightHaveChildren(),
311 self.frame().FindVariable("ss").MightHaveChildren(),
/llvm-project/lldb/test/API/functionalities/data-formatter/nsarraysynth/
H A DTestNSArraySynthetic.py100 self.frame().FindVariable("arr").MightHaveChildren(),
104 self.frame().FindVariable("other_arr").MightHaveChildren(),
108 self.frame().FindVariable("empty_arr").MightHaveChildren(),
/llvm-project/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py185 .FindVariable("foo")
213 .FindVariable("foo")
230 .FindVariable("foo")
269 .FindVariable("foo")
449 foo_ptr = frame.FindVariable("foo_ptr")
527 int_vector = frame.FindVariable("int_vector")
539 int_vector = frame.FindVariable("int_vector")
553 int_vector = frame.FindVariable("int_vector")
/llvm-project/lldb/test/API/python_api/process/read-mem-cstring/
H A DTestReadMemCString.py32 empty_str_addr = frame.FindVariable("empty_string").GetValueAsUnsigned(err)
36 one_letter_str_addr = frame.FindVariable(
42 invalid_memory_str_addr = frame.FindVariable(
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/
H A DTestDataFormatterLibccMap.py153 self.frame().FindVariable("ii").MightHaveChildren(),
212 self.frame().FindVariable("si").MightHaveChildren(),
263 self.frame().FindVariable("is").MightHaveChildren(),
312 self.frame().FindVariable("ss").MightHaveChildren(),
/llvm-project/lldb/test/API/python_api/sbvalue_persist/
H A DTestSBValuePersist.py42 foo = self.frame().FindVariable("foo")
43 bar = self.frame().FindVariable("bar")
44 baz = self.frame().FindVariable("baz")
/llvm-project/lldb/test/API/lang/cpp/diamond/
H A DTestCppDiamond.py25 j1 = self.frame().FindVariable("j1")
45 .FindVariable("d")
58 .FindVariable("d")
/llvm-project/lldb/test/API/functionalities/unused-inlined-parameters/
H A DTestUnusedInlinedParameters.py20 lldbutil.get_description(self.frame().FindVariable("unused1")),
22 self.assertEqual(42, self.frame().FindVariable("used").GetValueAsUnsigned())
/llvm-project/lldb/test/API/python_api/get-value-32bit-int/
H A DTestGetValue32BitInt.py19 self.assertEqual(self.frame().FindVariable("myvar").GetValueAsSigned(), -1)
21 self.frame().FindVariable("myvar").GetValueAsUnsigned(), 0xFFFFFFFF
/llvm-project/lldb/test/API/functionalities/data-formatter/setvaluefromcstring/
H A Dmain.m6 NSLog(@"hello world"); //% dic = self.frame().FindVariable("dic")
10 //% b = self.frame().FindVariable("b")
12 return 0; //% dic = self.frame().FindVariable("dic")
14 //% b = self.frame().FindVariable("b")
/llvm-project/lldb/test/API/python_api/sbvalue_synthetic/
H A DTestSBValueSynthetic.py20 formatted = self.frame().FindVariable("foo")
21 has_formatted = self.frame().FindVariable("has_foo")
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-caching/
H A DTestDataFormatterCaching.py16 valobj = self.frame().FindVariable("f")
22 valobj = self.frame().FindVariable("f4")
/llvm-project/lldb/test/API/lang/objcxx/cxx-bridged-po/
H A DTestObjCXXBridgedPO.py20 pointer_val = str(self.frame().FindVariable("num").GetValue())
40 pointer_val = str(self.frame().FindVariable("num").GetValue())
/llvm-project/lldb/test/API/python_api/value/linked_list/
H A DTestValueAPILinkedList.py52 task_head = frame0.FindVariable("task_head")
107 empty_task_head = frame0.FindVariable("empty_task_head")
121 task_evil = frame0.FindVariable("task_evil")

12345