Home
last modified time | relevance | path

Searched refs:lldb (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
Dutil_lldb.py23 import lldb
36 lldb.SBDebugger_Initialize()
45 assert lldb
46 lldb.SBDebugger_Terminate()
58 assert lldb
59 inst = lldb.SBDebugger_Create()
73 assert lldb
74 lldb.SBDebugger_Destroy(dbg)
86 assert lldb
87 return lldb
Dtest_base_remote.py146 def run(self, dbg, remote_pid, lldb): argument
160 assert lldb
162 self._lldb = lldb
164 self.assert_true(self._connect_to_platform(lldb, dbg, remote_pid))
171 return super(TestBaseRemote, self).run(dbg, remote_pid, lldb)
Dtest_base.py77 def run(self, dbg, remote_pid, lldb): argument
318 def run(self, dbg, remote_pid, lldb): argument
328 self._lldb = lldb
/frameworks/rs/tests/lldb/
DREADME.txt17 /frameworks/rs/test/lldb and type mm. This should successfully build the
24 An lldb-server executable must be present on your device/emulator.
26 lldb-server and lldb should be built from the same source revisions.
49 [--lldb-path LLDB_PATH]
50 [--lldb-server-path-device LLDB_SERVER_PATH_DEVICE]
51 [--lldb-server-path-host LLDB_SERVER_PATH_HOST]
84 Specify the port number that lldb-server (on the
85 device) listens on. When lldb-server is spawned on the
90 Specify host port which lldb-server will be forwarded
91 to. Specify the starting host port number that lldb-
[all …]
/frameworks/rs/tests/lldb/tests/
Drun_test.py141 assert state.lldb
145 test_failures = state.test.run(state.lldb, state.pid, state.lldb_module)
348 lldb = UtilLLDB.create_debugger()
355 lldb=lldb,
369 UtilLLDB.destroy_debugger(lldb)
/frameworks/rs/tests/lldb/cpp/WaitAttach/
DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
21 include frameworks/rs/tests/lldb/cpp/common.mk
Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/InfiniteLoop/
DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
DAndroid.mk8 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/cpp/Allocations/
DAndroid.mk12 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
DAndroid.mk11 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
DAndroid.mk12 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
Dreduce_auto_comb.rscript17 /* This application is a simple scheduler for testing the lldb debugger
Dreduce.rscript17 /* This application is a simple scheduler for testing the lldb debugger
Dreduce_common.rsh45 // We specialise the tests for lldb's handling of this behaviour as well,
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
Dsimple.rscript34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.