Home | History | Annotate | Download | only in python-vim-lldb

Lines Matching refs:to

7   """ Find and import the lldb modules. This function tries to find the lldb module by:
9 2. Executes the lldb executable pointed to by the LLDB environment variable (or if unset, the first lldb
10 on PATH") with the -P flag to determine the PYTHONPATH to set. If the lldb executable returns a valid
11 path, it is added to sys.path and the import is attempted again. If that fails, 3. On Mac OS X the
22 # Allow overriding default path to lldb executable with the LLDB environment variable
40 # Cannot run 'lldb -P' to determine location of lldb python module
43 # Unable to import lldb module from path returned by `lldb -P`
46 # On Mac OS X, use the try the default path to XCode lldb module
54 # Unable to import lldb module from default Xcode python path