Home | History | Annotate | Download | only in test

Lines Matching refs:dbgPath

942             dbgPath  = os.path.join(base, *(xcode3_build_dir + dbg + python_resource_dir))
951 if os.path.isfile(os.path.join(dbgPath, init_in_python_dir)):
952 lldbPath = dbgPath
969 print 'This script requires lldb.py to be in either ' + dbgPath + ',',