Searched defs:lldb (Results 1 - 1 of 1) 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...]

Completed in 47 milliseconds