From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17489 invoked by alias); 17 Jun 2013 16:04:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17479 invoked by uid 89); 17 Jun 2013 16:04:40 -0000 X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,SPF_PASS autolearn=ham version=3.3.1 Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 17 Jun 2013 16:04:39 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 46.CE.05617.5933FB15; Mon, 17 Jun 2013 18:04:38 +0200 (CEST) Received: from eusaamw0712.eamcs.ericsson.se (147.117.20.181) by EUSAAHC006.ericsson.se (147.117.188.90) with Microsoft SMTP Server (TLS) id 14.2.328.9; Mon, 17 Jun 2013 12:04:37 -0400 Received: from [142.133.110.167] (147.117.20.214) by smtps-am.internal.ericsson.com (147.117.20.181) with Microsoft SMTP Server (TLS) id 8.3.279.1; Mon, 17 Jun 2013 12:04:36 -0400 Message-ID: <51BF3393.30002@ericsson.com> Date: Mon, 17 Jun 2013 16:13:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pedro Alves CC: Eli Zaretskii , , Subject: Re: [PATCH v2] Exit code of exited inferiors References: <51A5160D.40800@ericsson.com> <83k3mh6ant.fsf@gnu.org> <51A6263A.9080104@ericsson.com> <51B0BDBC.9030909@redhat.com> In-Reply-To: <51B0BDBC.9030909@redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00378.txt.bz2 On 13-06-06 12:50 PM, Pedro Alves wrote: > Please also make sure the test works with gdbserver, with: > > make check RUNTESTFLAGS="--target_board=native-gdbserver" > > Thanks, Hmm, it seems that testing with gdbserver doesn't handle arguments passing, so it doesn't work. How could it be done?