Searched refs:try_command (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_allocation_dump_2_jni.py37 self.try_command('language renderscript kernel breakpoint all enable',
40 self.try_command('process continue',
45 self.try_command('breakpoint del 1',
49 self.try_command('process continue',
55 self.try_command('language renderscript allocation dump 20',
82 self.try_command('language renderscript allocation dump 21',
97 self.try_command('language renderscript allocation dump 22',
106 self.try_command('language renderscript allocation dump 23',
115 self.try_command('language renderscript allocation dump 24',
142 self.try_command('languag
[all...]
H A Dtest_allocation_dump_2.py37 self.try_command('language renderscript kernel breakpoint all enable',
40 self.try_command('process continue',
45 self.try_command('breakpoint del 1',
49 self.try_command('process continue',
55 self.try_command('language renderscript allocation dump 20',
84 self.try_command('language renderscript allocation dump 21',
99 self.try_command('language renderscript allocation dump 22',
108 self.try_command('language renderscript allocation dump 23',
117 self.try_command('language renderscript allocation dump 24',
144 self.try_command('languag
[all...]
H A Dtest_rs_consts.py36 self.try_command('language renderscript status',
40 self.try_command('language renderscript kernel breakpoint set kernel',
43 self.try_command('process continue',
49 self.try_command('expr M_1_PI',
52 self.try_command('expr M_2_PI',
55 self.try_command('expr M_2_SQRTPI',
58 self.try_command('expr M_E',
61 self.try_command('expr M_LN10',
64 self.try_command('expr M_LN2',
67 self.try_command('exp
[all...]
H A Dtest_allocation_dump_2_cpp.py37 self.try_command('language renderscript kernel breakpoint all enable',
40 self.try_command('process continue',
45 self.try_command('breakpoint del 1',
49 self.try_command('process continue',
55 self.try_command('language renderscript allocation dump 20',
82 self.try_command('language renderscript allocation dump 21',
97 self.try_command('language renderscript allocation dump 22',
106 self.try_command('language renderscript allocation dump 23',
115 self.try_command('language renderscript allocation dump 24',
142 self.try_command('languag
[all...]
H A Dtest_breakpoint_kernel_all.py38 self.try_command('language renderscript kernel breakpoint all enable',
41 self.try_command('process continue',
46 self.try_command('breakpoint list',
51 self.try_command('language renderscript kernel breakpoint all disable',
55 self.try_command('breakpoint delete 1',
58 self.try_command('breakpoint delete 2',
61 self.try_command('breakpoint list',
65 self.try_command('language renderscript kernel breakpoint all enable',
68 self.try_command('breakpoint list',
72 self.try_command('proces
[all...]
H A Dtest_breakpoint_kernel_all_multiple_rs_files.py39 self.try_command('language renderscript kernel breakpoint all enable',
42 self.try_command('process continue',
47 self.try_command('breakpoint list',
54 self.try_command('language renderscript kernel breakpoint all disable',
58 self.try_command('breakpoint delete 1',
61 self.try_command('breakpoint delete 2',
64 self.try_command('breakpoint list',
70 self.try_command('language renderscript kernel breakpoint all enable',
73 self.try_command('breakpoint list',
77 self.try_command('proces
[all...]
H A Dtest_breakpoint_kernel_1.py38 self.try_command('language renderscript status',
42 self.try_command('language renderscript kernel breakpoint set simple_kernel',
47 self.try_command('language renderscript kernel breakpoint set imaginary_kernel',
51 self.try_command('breakpoint list',
55 self.try_command('process continue',
60 self.try_command('bt',
66 self.try_command('breakpoint list',
73 self.try_command('breakpoint delete 2',
76 self.try_command('breakpoint list',
79 self.try_command('proces
[all...]
H A Dtest_invoke_fun.py37 self.try_command('language renderscript status',
41 self.try_command('breakpoint set --name addToGlobal',
44 self.try_command('process continue',
49 self.try_command('language renderscript kernel breakpoint set simple_kernel',
52 self.try_command('process continue',
58 self.try_command('expr glob',
65 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
67 self.try_command('breakpoint delete 2', ['1 breakpoints deleted'])
69 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_breakpoint_kernel_multiple_rs_files.py44 self.try_command('language renderscript kernel breakpoint set first_kernel',
48 self.try_command('breakpoint list',
51 self.try_command('process continue',
58 self.try_command('breakpoint list',
61 self.try_command('language renderscript kernel breakpoint set second_kernel',
67 self.try_command('breakpoint list',
71 self.try_command('breakpoint delete 1',
74 self.try_command('breakpoint list',
77 self.try_command('process continue',
84 self.try_command('breakpoin
[all...]
H A Dtest_backtrace.py37 self.try_command('language renderscript status',
41 self.try_command('language renderscript kernel breakpoint set simple_kernel',
45 self.try_command('process continue',
50 self.try_command('bt',
59 self.try_command('breakpoint delete 1',
62 self.try_command('b set_i',
67 self.try_command('breakpoint list',
70 self.try_command('process continue',
75 self.try_command('bt',
88 self.try_command('breakpoin
[all...]
H A Dtest_breakpoint_fileline.py37 self.try_command('language renderscript status',
41 self.try_command('breakpoint set --file simple.rs --line 28',
44 self.try_command('process continue',
47 self.try_command('bt',
52 self.try_command('breakpoint list',
56 self.try_command('process status',
60 self.try_command('breakpoint delete 1',
66 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_language_subcmds.py53 self.try_command('language',
56 self.try_command('language renderscript status',
67 self.try_command('breakpoint set --file simple.rs --line 28',
70 self.try_command('process continue',
73 self.try_command('language renderscript kernel',
78 self.try_command('language renderscript kernel breakpoint',
82 self.try_command('language renderscript kernel list',
88 self.try_command('language renderscript kernel coordinate',
91 self.try_command('language renderscript context',
94 self.try_command('languag
[all...]
H A Dtest_allocation_list.py41 self.try_command('language renderscript kernel breakpoint all enable',
44 self.try_command('process continue',
50 self.try_command('language renderscript allocation list -i 3',
62 self.try_command('language renderscript allocation list',
203 self.try_command('breakpoint del 1',
207 self.try_command('process continue',
229 self.try_command('language renderscript allocation list',
363 self.try_command('breakpoint del 2',
367 self.try_command('process continue',
374 self.try_command('languag
[all...]
H A Dtest_breakpoint_fileline_multiple_rs_files.py44 self.try_command('language renderscript status',
48 self.try_command('breakpoint set --file first.rs --line 28',
51 self.try_command('process continue',
58 self.try_command('breakpoint set --file second.rs --line 23',
63 self.try_command('breakpoint list',
70 self.try_command('breakpoint delete 1',
73 self.try_command('process continue',
80 self.try_command('process status',
87 self.try_command('breakpoint delete 2', ['1 breakpoints deleted'])
89 self.try_command('proces
[all...]
H A Dtest_script_group.py41 self.try_command('language renderscript status',
46 self.try_command('language renderscript scriptgroup breakpoint set scriptgroup_test',
49 self.try_command('language renderscript scriptgroup list',
52 self.try_command('process continue',
59 self.try_command('breakpoint list',
63 self.try_command('language renderscript scriptgroup list',
69 self.try_command('language renderscript scriptgroup breakpoint set --stop-on-all scriptgroup_test',
72 self.try_command('breakpoint list',
78 self.try_command('bt',
84 self.try_command('fram
[all...]
H A Dtest_language_subcmds_no_debug.py50 self.try_command('language renderscript status',
54 self.try_command('language renderscript kernel breakpoint set simple_kernel'
58 self.try_command('process continue',
61 self.try_command('language renderscript kernel',
66 self.try_command('language renderscript kernel list',
72 self.try_command('language renderscript context',
75 self.try_command('language renderscript context dump',
79 self.try_command('language renderscript allocation',
86 self.try_command('language renderscript allocation list',
89 self.try_command('languag
[all...]
H A Dtest_call_api_funs.py55 self.try_command(expr, [], [RS_funs.TYPE_MAP[ret]])
59 self.try_command(expr, '(%s)' % ret)
87 self.try_command('language renderscript status',
91 self.try_command('b -f simple.rs -l 145', [])
93 self.try_command('process continue',
103 self.try_command('expr rsAtomicAdd(&int_global, 2)',
107 self.try_command('expr int_global',
112 self.try_command('expr rsAtomicAnd(&uint_global, 333)',
116 self.try_command('expr uint_global',
121 self.try_command('exp
[all...]
H A Dtest_breakpoint_kernel_2.py33 self.try_command('language renderscript kernel breakpoint set simple_kernel',
36 self.try_command('process continue',
41 self.try_command('bt',
48 self.try_command('breakpoint list',
52 self.try_command('process status',
H A Dtest_allocation_dump_1.py40 self.try_command('language renderscript kernel breakpoint all enable',
43 self.try_command('process continue',
53 self.try_command('language renderscript allocation dump 1 -f ' +
64 self.try_command('language renderscript allocation dump 2 -f ' +
73 self.try_command('language renderscript allocation dump 3',
100 self.try_command('language renderscript allocation dump 4',
115 self.try_command('language renderscript allocation dump 5',
124 self.try_command('language renderscript allocation dump 6',
133 self.try_command('language renderscript allocation dump 7',
160 self.try_command('languag
[all...]
H A Dtest_dwarf_lang.py32 self.try_command('language renderscript status', [])
33 self.try_command('b simple_kernel', [])
34 self.try_command('process continue', [])
H A Dtest_multiple_rs_files.py49 self.try_command('language renderscript status',
54 self.try_command('breakpoint set --file first.rs --line 28',
57 self.try_command('process continue',
64 self.try_command('language renderscript kernel list',
72 self.try_command('language renderscript context dump',
76 self.try_command('language renderscript module dump',
93 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
95 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_allocation_file.py39 self.try_command('language renderscript kernel breakpoint all enable',
42 self.try_command('process continue',
50 self.try_command('language renderscript allocation save 12 ' +
59 self.try_command('language renderscript allocation load 12 ' +
65 self.try_command('language renderscript allocation dump 12',
79 self.try_command('breakpoint del 1',
83 self.try_command('process continue',
91 self.try_command('language renderscript allocation save 28 ' +
99 self.try_command('language renderscript allocation load 7 ' + file_uint,
108 self.try_command('languag
[all...]
H A Dtest_single_source.py46 self.try_command('language renderscript status',
50 self.try_command('breakpoint set --name check_in',
58 self.try_command('breakpoint set --name script_invoke_1',
61 self.try_command('process continue',
66 self.try_command(
73 self.try_command(
80 self.try_command('breakpoint set --name `kernel_1',
83 self.try_command('breakpoint set --name `kernel_2',
87 self.try_command('p global_alloc',
99 self.try_command(
[all...]
H A Dtest_source_step.py56 self.try_command('language renderscript status',
60 self.try_command('b -f scalars.rs -l 63',
63 self.try_command('process continue',
71 self.try_command('process status',
76 self.try_command('thread step-in',
79 self.try_command('thread step-in',
82 self.try_command('thread step-over',
85 self.try_command('thread step-in',
88 self.try_command('b -f scalars.rs -l 54',
91 self.try_command('
[all...]
H A Dtest_breakpoint_coordinate.py72 self.try_command(
81 self.try_command('breakpoint delete 2', ['1 breakpoints deleted'])
84 self.try_command(
94 self.try_command(
105 self.try_command(
130 self.try_command(
138 self.try_command(
149 self.try_command('breakpoint delete 3', ['1 breakpoints deleted'])
151 self.try_command(
161 self.try_command('breakpoin
[all...]

Completed in 169 milliseconds

12