From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25889 invoked by alias); 30 Apr 2009 19:40:25 -0000 Received: (qmail 25874 invoked by uid 22791); 30 Apr 2009 19:40:24 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 19:40:19 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id n3UJeHAQ029537 for ; Thu, 30 Apr 2009 14:40:17 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 30 Apr 2009 14:40:17 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: Does HEAD support non-stop with 'gdbserver --multi' on Linux? Date: Thu, 30 Apr 2009 19:49:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA075CAD65@ecamlmw720.eamcs.ericsson.se> From: "Marc Khouzam" To: X-IsSubscribed: yes 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 X-SW-Source: 2009-04/txt/msg00242.txt.bz2 Hi, In the last couple months there has been a set of patches about non-stop/multi-process=20 for gdbserver and GDB for Linux from Pedro. Sadly, I wasn't able to keep track of what went in and all the functionality they supported. I'm trying HEAD with: - gdbserver --multi - non-stop for a multi-threaded app - on Linux Is that supported yet? Because I'm not getting the correct list of threads (only in the non-stop case). Thanks Marc