On Jun 17, 2015, at 2:26 PM, Doug Evans wrote: > Can you try using one of the newer methods? > [it's the with_ql version that uses CRAZY_MAX_THREADS] Ah, I was mistaken: remote_ops.to_find_new_threads = remote_threads_info; and yet: static void remote_find_new_threads (void) { remote_threadlist_iterator (remote_newthread_step, 0, CRAZY_MAX_THREADS); } I was assuming that I was going to go in through the top using this routine. As you say, remote_threads_info doesnt have the limitation, and since I already use qfThreadInfo, I should be good. I see that trunk already fixed up the names nicely. Thanks. From gdb-return-44441-listarch-gdb=sources.redhat.com@sourceware.org Fri Jun 19 09:37:28 2015 Return-Path: Delivered-To: listarch-gdb@sources.redhat.com Received: (qmail 19276 invoked by alias); 19 Jun 2015 09:37:27 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Delivered-To: mailing list gdb@sourceware.org Received: (qmail 19261 invoked by uid 89); 19 Jun 2015 09:37:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f180.google.com Received: from mail-pd0-f180.google.com (HELO mail-pd0-f180.google.com) (209.85.192.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 19 Jun 2015 09:37:24 +0000 Received: by pdjm12 with SMTP id m12so87121895pdj.3 for ; Fri, 19 Jun 2015 02:37:22 -0700 (PDT) X-Received: by 10.66.222.130 with SMTP id qm2mr29995980pac.39.1434706642523; Fri, 19 Jun 2015 02:37:22 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id cf1sm10626810pdb.41.2015.06.19.02.37.20 (version=TLSv1.2 cipher=RC4-SHA bits8/128); Fri, 19 Jun 2015 02:37:21 -0700 (PDT) From: Yao Qi To: Sergio Durigan Junior Cc: GDB Subject: Re: [BuildBot] News and announcements References: <87616mmcks.fsf@sergiodj.net> Date: Fri, 19 Jun 2015 09:37:00 -0000 In-Reply-To: <87616mmcks.fsf@sergiodj.net> (Sergio Durigan Junior's message of "Wed, 17 Jun 2015 14:09:23 -0400") Message-ID: <86fv5orqd0.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00046.txt.bz2 Content-length: 664 Sergio Durigan Junior writes: > Needless to say, we also welcome donations of new machines for our > BuildBot! For example, we don't have an ARM buildslave yet, which would > be very nice. So if you're interested in helping us, you can either > take a look at this wiki page: > > Hi Sergio, Does buildmaster need to access to buildslave? Is it OK that the buildslave is put behind the firewall? I'd like to know how these arm or aarch64 buildslaves are used in BuildBot, and see how to provide them from linaro or arm (and whether it is allowed to do so). -- Yao (齐尧)