Home | History | Annotate | Download | only in ndk

Lines Matching refs:JDB_CMD

92 JDB_CMD = None
137 global JDB_CMD
237 (found_jdb, JDB_CMD) = find_program('jdb', [])
527 global JDB_CMD
757 log('Set up JDB connection, using jdb command: %s' % JDB_CMD)
764 background_spawn([JDB_CMD,'-connect','com.sun.jdi.SocketAttach:hostname=localhost,port=%d' % (JDB_PORT)], True, output_jdb, True, input_jdb)