Searched refs:UtilLLDB (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_lldb.py15 '''Module that contains the class UtilLLDB, which provides lldb utility
30 class UtilLLDB(object): class in inherits:object
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py33 from harness.util_lldb import UtilLLDB namespace
313 atexit.register(UtilLLDB.stop)
314 UtilLLDB.start()
348 lldb = UtilLLDB.create_debugger()
356 lldb_module=UtilLLDB.get_module(),
369 UtilLLDB.destroy_debugger(lldb)

Completed in 82 milliseconds