From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13474 invoked by alias); 13 Jun 2008 14:25:32 -0000 Received: (qmail 13462 invoked by uid 22791); 13 Jun 2008 14:25:31 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jun 2008 14:25:12 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 0A6A198402; Fri, 13 Jun 2008 14:25:10 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id E03E99835A; Fri, 13 Jun 2008 14:25:07 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K7ADD-0000Hz-0f; Fri, 13 Jun 2008 10:25:07 -0400 Date: Fri, 13 Jun 2008 14:25:00 -0000 From: Daniel Jacobowitz To: Marc Khouzam Cc: gdb@sourceware.org Subject: Re: Multi-process and 'inferior' Message-ID: <20080613142506.GA1058@caradoc.them.org> Mail-Followup-To: Marc Khouzam , gdb@sourceware.org References: <6D19CA8D71C89C43A057926FE0D4ADAA042911C5@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA042911C5@ecamlmw720.eamcs.ericsson.se> User-Agent: Mutt/1.5.17 (2008-05-11) 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/msg00137.txt.bz2 On Fri, Jun 13, 2008 at 10:21:43AM -0400, Marc Khouzam wrote: > Hi, > > With multi-process debugging, what will the 'inferior' be? In what context? Conceptually, I'd guess it all the attached processes would be inferiors. > In fact, currently, when using attach/detach with gdbserver, what is > considered the inferior? I assume that the inferior is the process > GDB is currently attached to, right? Yes. It's no different than local attach/detach. -- Daniel Jacobowitz CodeSourcery