Home | History | Annotate | Download | only in ndk

Lines Matching full:gdbclient

846     GDBCLIENT = '%sgdb' % (TOOLCHAIN_PREFIX)
870 gdbargs = [GDBCLIENT, '-x', '%s' % (GDBSETUP)]
872 gdbhelp = subprocess.check_output([GDBCLIENT, '--help']).decode('ascii')
878 print('Warning: Disabled tui mode as %s does not support it' % (os.path.basename(GDBCLIENT)))