From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26531 invoked by alias); 17 Jun 2009 00:56:29 -0000 Received: (qmail 26521 invoked by uid 22791); 17 Jun 2009 00:56:28 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Jun 2009 00:56:18 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MGjRo-0006tk-I5 for gdb-patches@sources.redhat.com; Wed, 17 Jun 2009 00:56:16 +0000 Received: from cpe0019e26b2db7-cm001692f4e452.cpe.net.cable.rogers.com ([99.224.129.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jun 2009 00:56:16 +0000 Received: from aristovski by cpe0019e26b2db7-cm001692f4e452.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jun 2009 00:56:16 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] gdbserver: qXfer multiprocess Date: Wed, 17 Jun 2009 00:56:00 -0000 Message-ID: References: <200906162209.37405.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <200906162209.37405.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-06/txt/msg00423.txt.bz2 Pedro Alves wrote: > On Tuesday 16 June 2009 21:10:14, Aleksandar Ristovski wrote: > >> This adds check for multiprocess before appending >> 'multiprocess' to reply. > > I can see that from the patch. But, why? > If gdbserver doesn't have support for multiple processes, how will it report lack of that feature to GDB? I have created gdbserver for nto to be able to use gdb for nto/linux. One of things this server will not have (at least for now) is multi process support. It will only handle one process a time. -- Aleksandar Ristovski QNX Software Systems