From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10968 invoked by alias); 13 Jun 2008 14:22:03 -0000 Received: (qmail 10950 invoked by uid 22791); 13 Jun 2008 14:22:01 -0000 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jun 2008 14:21:40 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id m5DELaj7028515 for ; Fri, 13 Jun 2008 09:21:38 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 13 Jun 2008 09:21:46 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Multi-process and 'inferior' Date: Fri, 13 Jun 2008 14:22:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA042911C5@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: 2008-06/txt/msg00136.txt.bz2 Hi, With multi-process debugging, what will the 'inferior' be? In fact, currently, when using attach/detach with gdbserver, what is=20 considered the inferior? I assume that the inferior is the process=20 GDB is currently attached to, right? =20 Thanks Marc