Searched refs:lldb (Results 1 - 17 of 17) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_lldb.py15 '''Module that contains the class UtilLLDB, which provides lldb utility
23 import lldb namespace
25 print('unable to import lldb') namespace
26 print('please run "lldb -P" and add to $PYTHONPATH')
31 '''Provides utility methods to interface with lldb's python bindings.'''
35 '''Initialise the lldb debugger framework.'''
36 lldb.SBDebugger_Initialize()
40 '''Terminate the lldb debugger framework.
45 assert lldb
46 lldb
[all...]
H A Dtest_base_remote.py34 # port used by lldb-server on the device.
41 '''Call lldb to set the source mapping of a given file.
43 Set lldb's source mapping of a given file to a given path. This can be
61 # (lldb) target modules dump line-table scalars.rs
63 # merge_151216/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/
64 # frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/scalars.rs in
67 # merge_151216/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/
83 '''Connect to an lldb platform that has been started elsewhere.
86 lldb_module: A handle to the lldb module.
120 log.warning('Connection to lldb serve
[all...]
H A Dtest_base.py39 This exception is thrown if a lldb command does not return the expected
48 self._lldb = None # handle to the lldb module
49 self._ci = None # instance of the lldb command interpreter for this test
77 def run(self, dbg, remote_pid, lldb):
84 lldb: A handle to the lldb module.
156 '''Run an lldb command and return the output.
159 cmd: The string representing the lldb command to run.
162 TestFail: The lldb command failed.
191 '''Run an lldb comman
[all...]
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAndroid.mk12 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/InfiniteLoop/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
H A DAndroid.mk11 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A DAndroid.mk12 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
H A DAndroid.mk8 include frameworks/rs/tests/lldb/jni/common.mk
/frameworks/rs/tests/lldb/cpp/WaitAttach/
H A DAndroid.mk10 include frameworks/rs/tests/lldb/cpp/common.mk
21 include frameworks/rs/tests/lldb/cpp/common.mk
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py55 lldb-server to it in platform mode.
93 # spawn lldb platform on the target device
141 assert state.lldb
145 test_failures = state.test.run(state.lldb, state.pid, state.lldb_module)
274 parser = argparse.ArgumentParser("Run a single RenderScript TestSuite against lldb")
312 # startup lldb and register teardown handler
347 # create an lldb instance
348 lldb = UtilLLDB.create_debugger()
355 lldb=lldb,
[all...]

Completed in 101 milliseconds