From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30194 invoked by alias); 13 Jun 2008 14:39:04 -0000 Received: (qmail 30184 invoked by uid 22791); 13 Jun 2008 14:39:03 -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:38:29 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 93F9098402; Fri, 13 Jun 2008 14:38:27 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 755C49835A; Fri, 13 Jun 2008 14:38:27 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1K7AQ6-0000SX-0d; Fri, 13 Jun 2008 10:38:26 -0400 Date: Fri, 13 Jun 2008 14:39:00 -0000 From: Daniel Jacobowitz To: Marc Khouzam Cc: gdb@sourceware.org Subject: Re: Multi-process and 'inferior' Message-ID: <20080613143825.GA1745@caradoc.them.org> Mail-Followup-To: Marc Khouzam , gdb@sourceware.org References: <20080613142506.GA1058@caradoc.them.org> <6D19CA8D71C89C43A057926FE0D4ADAA042911C6@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA042911C6@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/msg00139.txt.bz2 On Fri, Jun 13, 2008 at 10:32:00AM -0400, Marc Khouzam wrote: > At this time, I'm thinking of "set inferior-tty" > > But maybe having GDB handle many inferiors instead of the > one, would affect other commands? Oh, many commands, I expect... Especially in the vague world of "set". If you want to be able to specify different TTYs for each process we'd need a new command. The easiest thing to do would be to honor inferior-tty for every process GDB runs (it doesn't apply when we attach). -- Daniel Jacobowitz CodeSourcery