Home
last modified time | relevance | path

Searched refs:substrs (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/
DTestDataFormatterSmartArray.py41 substrs=['stopped',
57 substrs=['SomeData @ 0x'])
63 substrs=['ptr = \"',
67 substrs=['ptr = \"',
74 substrs=['arr = \"',
78 substrs=['arr = \"',
82 substrs=['arr = \"',
86 substrs=['arr = \"',
94 substrs=['ptr = \"',
98 substrs=['ptr = \"',
[all …]
/external/llvm-project/lldb/test/API/commands/frame/select/
DTestFrameSelect.py21 self.expect("frame select -r 1", substrs=["nested2() at"])
22 self.expect("frame select -r -1", substrs=["nested3() at"])
24 … self.expect("frame select -r -1", error=True, substrs=["Already at the bottom of the stack."])
25 …self.expect("frame select -r -2147483647", error=True, substrs=["Already at the bottom of the stac…
26 …self.expect("frame select -r -2147483648", error=True, substrs=["error: invalid frame offset argum…
27 …self.expect("frame select -r -2147483649", error=True, substrs=["error: invalid frame offset argum…
29 self.expect("frame select -r 1", substrs=["nested2() at"])
30 self.expect("frame select -r -2", substrs=["nested3() at"])
31 self.expect("frame select -r 1", substrs=["nested2() at"])
32 self.expect("frame select -r -2147483647", substrs=["nested3() at"])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/
DTestDataFormatterCategories.py34 substrs=['stopped',
60 substrs=['r1 = ARectangle',
67 substrs=['r1 = ARectangle',
75 substrs=['r1 = {',
83 substrs=['r1 = ARectangle',
91 substrs=['r1 = {',
105 substrs=['r1 = Width = ',
112 substrs=['r1 = Area = ',
121 substrs=['r1 = Width = ',
130 substrs=['r1 = Area = ',
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
DTestDataFormatterAdv.py34 substrs=['stopped',
55 substrs=['pippo'])
58 substrs=['pluto'])
63 substrs=['pluto'])
71 substrs=['1,2,3,4,5'])
78 substrs=['1,1,1,1,6'])
86 substrs=['01'])
92 substrs=['01'])
101 substrs=['0x',
108 substrs=['9 1'])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
DTestDataFormatterCpp.py37 substrs=['stopped',
41 substrs=['(Speed) SPILookHex = 5.55' # Speed by default is 5.55.
61 substrs=['Speed', 'BitField', 'RealNumber', 'Type2', 'Type1'])
81 substrs=['Speed'])
85 substrs=['no custom formatter for Speed'])
91 substrs=['arr = "Hello world!"'])
99 substrs=['ptr = "Hello world!"'])
105 substrs=['arr = "Hello world!'])
110 substrs=['arr = "Hello world!'])
113 substrs=['ptr = "Hello world!"'])
[all …]
/external/llvm-project/lldb/test/API/commands/command/script/
DTestCommandScript.py27 self.expect("foobar", substrs=["All good"])
28 self.expect("foobar4", substrs=["All good"])
29 self.expect("vfoobar", substrs=["All good"])
30 self.expect("v5foobar", substrs=["All good"])
31 self.expect("sfoobar", substrs=["All good"])
32 self.expect("cfoobar", substrs=["All good"])
33 self.expect("ifoobar", substrs=["All good"])
34 self.expect("sfoobar4", substrs=["All good"])
35 self.expect("cfoobar4", substrs=["All good"])
36 self.expect("ifoobar4", substrs=["All good"])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synth/
DTestDataFormatterSynth.py34 substrs=['stopped',
50 substrs=['x = 6',
57 substrs=['y=7'])
61 substrs=['x = 6',
67 substrs=[
74 substrs=['x = 6',
82 substrs=['x=6',
90 substrs=['x=6',
96 substrs=['x = 6',
102 substrs=['x = 6',
[all …]
/external/llvm-project/lldb/test/API/commands/target/basic/
DTestTargetCommand.py108 substrs=['stop reason = breakpoint' ,'c.c:%d' % self.line_c
113 substrs=['stop reason = breakpoint', 'b.c:%d' % self.line_b
153 substrs=[
159 substrs=[
165 substrs=[
169 substrs=['"abc"'])
171 substrs=['"abc"'])
175 substrs=['a'])
183 substrs=[
189 substrs=[
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-script/
DTestDataFormatterScript.py38 substrs=['stopped',
56 self.expect('type summary list i_am_cool', substrs=[script])
59 substrs=['Hello from Python',
63 substrs=['Hello from Python',
69 substrs=['Hello from Python, 10 times!',
75 substrs=['Hello from Python',
86 substrs=['int says 1'])
89 substrs=['int says 1'])
96 substrs=['int says 1',
100 substrs=['int says 1',
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
DTestDataFormatterStdMap.py36 substrs=['stopped',
59 substrs=['map has 0 items',
65 substrs=['map has 2 items',
76 substrs=['map has 4 items',
87 substrs=['map has 9 items',
96 substrs=['map has 9 items',
106 substrs=['first = 0',
109 substrs=['first =',
113 substrs=['1234567'])
131 substrs=['map has 0 items',
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
DTestDataFormatterStdVector.py36 substrs=['stopped',
55 substrs=['numbers = size=0'])
61 substrs=['numbers = size=1',
69 substrs=['numbers = size=4',
77 substrs=['$', 'size=4',
88 substrs=['item 0 is 1'])
95 substrs=['item 0 is 1'])
104 substrs=['numbers = size=7',
115 substrs=['$', 'size=7',
127 substrs=['1'])
[all …]
/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py24 substrs=["target.env-vars",
38 substrs=['MY_ENV_VAR=YES'])
54 substrs=['target.run-args',
73 substrs=['target.run-args (arguments) =',
90 substrs=['prompt (string) = "lldb2 "'])
106 substrs=["term-width (int) = 70"])
139 substrs=[format_string])
145 substrs=["`main", self.getSourceDir()])
183 substrs=["$90"])
187 substrs=["$0x5a"])
[all …]
/external/llvm-project/lldb/test/API/lang/c/bitfields/
DTestBitfields.py38 substrs=['stopped',
43 substrs=[' resolved, hit count = 1'])
49 substrs=[
64 substrs=[
75 substrs=['uint32_t', '1'])
77 substrs=['uint32_t', '3'])
79 substrs=['uint32_t', '7'])
81 substrs=['uint32_t', '15'])
83 substrs=['uint32_t', '31'])
85 substrs=['uint32_t', '63'])
[all …]
/external/llvm-project/lldb/test/API/commands/frame/recognizer/
DTestFrameRecognizer.py29 substrs=['no matching results found.'])
34 substrs=['0: recognizer.MyFrameRecognizer, module a.out, symbol foo'])
40 substrs=[
49substrs=['1: recognizer.MyOtherFrameRecognizer, module a.out, symbol bar (regexp)'])
51 substrs=['MyFrameRecognizer'])
56 substrs=["error: '2' is not a valid recognizer id."])
58 substrs=["error: '0' is not a valid recognizer id."])
61substrs=['1: recognizer.MyOtherFrameRecognizer, module a.out, symbol bar (regexp)'])
63 substrs=['MyFrameRecognizer'])
69 substrs=['no matching results found.'])
[all …]
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/
DTestWatchpointCommands.py57 substrs=['stopped',
65 substrs=[
76 substrs=['Number of supported hardware watchpoints:',
84 substrs=['stop reason = watchpoint'])
91 substrs=['stop reason = watchpoint'])
98 substrs=['exited'])
103 substrs=['hit_count = 2'])
118 substrs=[
130 substrs=['All watchpoints removed.'])
142 substrs=[
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
DTestDataFormatterLibcxxVector.py19 substrs=[var_name + ' = size=7',
41 substrs=['1'])
43 substrs=['12'])
45 substrs=['123'])
47 substrs=['1234'])
72 substrs=['numbers = size=0'])
78 substrs=['numbers = size=1',
86 substrs=['numbers = size=4',
94 substrs=['$', 'size=4',
105 substrs=['item 0 is 1'])
[all …]
/external/llvm-project/lldb/test/API/commands/help/
DTestHelp.py27 substrs=['next'])
30 substrs=['next'])
36 substrs=['--hide-aliases',
81 substrs=['arm', 'i386', 'x86_64'])
87 substrs=['Show the LLDB debugger version.'])
109 substrs=['error: 0 is out of range, valid values must be between'])
119 substrs=['breakpoint set [-s <shlib-name>]'])
126 substrs=['dump symtab',
134 substrs=['error: ambiguous command image du sym',
142 self.expect("help image du line", substrs=[
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
DTestDataFormatterLibccMultiMap.py36 substrs=['stopped',
55 substrs=[multimap, 'size=0',
62 substrs=[
72 substrs=[multimap, 'size=4',
83 substrs=[multimap, 'size=8',
92 substrs=[multimap, 'size=8',
102 substrs=['first = 0',
105 substrs=['first =',
124 substrs=[multimap, 'size=0',
128 substrs=[multimap, 'size=0',
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/
DTestDataFormatterLibccMap.py41 substrs=['stopped',
62 substrs=['%s::map' % ns,
74 substrs=['%s::map' % ns, 'size=2',
85 substrs=['%s::map' % ns, 'size=4',
96 substrs=['%s::map' % ns, 'size=8',
105 substrs=['%s::map' % ns, 'size=8',
115 substrs=['first = 0',
118 substrs=['first =',
137 substrs=['%s::map' % ns, 'size=0',
141 substrs=['%s::map' % ns, 'size=0',
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
DTestDataFormatterPythonSynth.py57 substrs=['a = 1',
65 self.expect("type synthetic list foo", substrs=['fooSynthProvider'])
76 substrs=[
84 substrs=['b = 2'])
88 substrs=['%d' % fake_a_val])
92 substrs=['%d' % fake_a_val])
98 substrs=['fake_a=%d' % fake_a_val])
102 substrs=['fake_a=%d' % fake_a_val])
117 substrs=[
133 substrs=[
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
DTestDataFormatterStdList.py40 substrs=['stopped',
62 substrs=['size=0',
67 substrs=[
72 substrs=['size=0',
76 substrs=['size=0',
82 substrs=['size=1',
91 substrs=['size=4',
105 substrs=['size=6',
117 substrs=['size=6',
130 substrs=['0x12345678'])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
DTestDataFormatterNSString.py29 substrs=['stopped',
69 self.expect('frame variable italian', substrs=[
71 self.expect('frame variable french', substrs=[
73 self.expect('frame variable german', substrs=[
75 self.expect('frame variable japanese', substrs=['色は匂へど散りぬるを'])
76 self.expect('frame variable hebrew', substrs=['לילה טוב'])
80 substrs=['(NSString *) empty = ', ' @""',
97 substrs=[
105 self.expect('expr -d run-target -- path', substrs=['usr/blah/stuff'])
106 self.expect('frame variable path', substrs=['usr/blah/stuff'])
[all …]
/external/llvm-project/lldb/test/API/lang/cpp/bitfields/
DTestCppBitfields.py31 substrs=['stopped',
36 substrs=[' resolved, hit count = 1'])
39 substrs=['unsigned int', '2'])
41 substrs=['unsigned int', '3'])
43 substrs=['unsigned int', '4'])
45 substrs=['unsigned int', '5'])
47 substrs=['uint64_t', '1'])
50 substrs=['a = 255',
56 substrs=['a = 16777215',
62 substrs=[
[all …]
/external/llvm-project/lldb/test/API/lang/objc/rdar-11355592/
DTestRdar11355592.py45 self.expect("frame variable -raw-output my_string", substrs=['const char *'])
48 substrs=['const char *'])
50 self.expect("e -R -- my_string", substrs=['const char *'])
51 self.expect("expr -R -d run -- my_string", substrs=['const char *'])
53 self.expect("frame variable my_foolie", substrs=['FoolMeOnce *'])
56 substrs=['FoolMeOnce *'])
58 self.expect("expr my_foolie", substrs=['FoolMeOnce *'])
59 self.expect("expr -d run -- my_foolie", substrs=['FoolMeOnce *'])
64 self.expect("frame variable my_string", substrs=['const char *'])
67 substrs=['const char *'])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/parray/
DTestPrintArray.py39 substrs=['stopped',
54 substrs=[
58 self.expect('expr data', substrs=['int *', '$', '0x'])
61 substrs=[
67 substrs=[
76 substrs=[
84 self.expect('parray 3 data', substrs=['[0] = 1', '[1] = 3', '[2] = 5'])
87 substrs=[
93 substrs=[
99 substrs=[
[all …]

12345678910>>...16