diff options
Diffstat (limited to 'scripts/Python/use_lldb_suite.py')
| -rw-r--r-- | scripts/Python/use_lldb_suite.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/Python/use_lldb_suite.py b/scripts/Python/use_lldb_suite.py index f3e358af143b..6e24b9da8d34 100644 --- a/scripts/Python/use_lldb_suite.py +++ b/scripts/Python/use_lldb_suite.py @@ -2,6 +2,7 @@ import inspect  import os  import sys +  def find_lldb_root():      lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))      while True: | 
