Searched refs:lldb (Results 1 – 24 of 24) sorted by relevance
23 import lldb36 lldb.SBDebugger_Initialize()45 assert lldb46 lldb.SBDebugger_Terminate()58 assert lldb59 inst = lldb.SBDebugger_Create()73 assert lldb74 lldb.SBDebugger_Destroy(dbg)86 assert lldb87 return lldb
146 def run(self, dbg, remote_pid, lldb): argument160 assert lldb162 self._lldb = lldb164 self.assert_true(self._connect_to_platform(lldb, dbg, remote_pid))171 return super(TestBaseRemote, self).run(dbg, remote_pid, lldb)
77 def run(self, dbg, remote_pid, lldb): argument318 def run(self, dbg, remote_pid, lldb): argument328 self._lldb = lldb
17 /frameworks/rs/test/lldb and type mm. This should successfully build the24 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 the85 device) listens on. When lldb-server is spawned on the90 Specify host port which lldb-server will be forwarded91 to. Specify the starting host port number that lldb-[all …]
141 assert state.lldb145 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)
10 include frameworks/rs/tests/lldb/cpp/common.mk21 include frameworks/rs/tests/lldb/cpp/common.mk
34 // Extra kernel to test lldb setting breakpoints on all the RS kernels.
10 include frameworks/rs/tests/lldb/cpp/common.mk
8 include frameworks/rs/tests/lldb/jni/common.mk
10 include frameworks/rs/tests/lldb/jni/common.mk
12 include frameworks/rs/tests/lldb/cpp/common.mk
11 include frameworks/rs/tests/lldb/cpp/common.mk
12 include frameworks/rs/tests/lldb/jni/common.mk
17 /* This application is a simple scheduler for testing the lldb debugger
45 // We specialise the tests for lldb's handling of this behaviour as well,