From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127623 invoked by alias); 11 Aug 2016 14:22:50 -0000 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 Received: (qmail 127605 invoked by uid 89); 11 Aug 2016 14:22:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=bob, Bob, rossi, Rossi X-HELO: mail-pf0-f172.google.com Received: from mail-pf0-f172.google.com (HELO mail-pf0-f172.google.com) (209.85.192.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Aug 2016 14:22:39 +0000 Received: by mail-pf0-f172.google.com with SMTP id x72so1464435pfd.2 for ; Thu, 11 Aug 2016 07:22:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=bxI19sFG3I5fG0CEWauAt+x9pzfVfZGbSlUuTw5BpkM=; b=DFJ2FqtQtv70AKRG8gZwJ0xKRzj1A9OLZk8r8lT/JSbZPr7BkRfQ9UUDgnurE6MJLa 7xvFJFKbilUIiSMIbMIP1zRWCIoll2MIwrlzDPsoCvRrdVJZdDHsiJ852E9l+SFg60XR 4DUG0uSLIRemWKkGkJUwa2Qq2C8hyc+xR6XSnyCoc+26zGFQX8Futb5tw0NKn3Fu3DfM MuBg8+jM6Us0J40551kTWsgB1fEKN3oYi48GXa8mJ1W6EhinKZdovQIFE/LQ2kwD+uMk K0WHPv6UTAXxrYU+Faqh8mTyTAC4tgj3lUeoMk6bT92zKw3EN4bbSuPAysbBLfegjJda Uy1g== X-Gm-Message-State: AEkooutVl8bnqNszQobY6Yk+xrGG1jH3Rt+1yzKwRY5vMxRu8AwV4yKd1zi3cxTOvYpQKg== X-Received: by 10.98.222.70 with SMTP id h67mr17708677pfg.128.1470925356959; Thu, 11 Aug 2016 07:22:36 -0700 (PDT) Received: from xubuntu.brasko.net (ip70-181-32-92.ri.ri.cox.net. [70.181.32.92]) by smtp.gmail.com with ESMTPSA id xx7sm5897924pac.3.2016.08.11.07.22.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Aug 2016 07:22:36 -0700 (PDT) Date: Thu, 11 Aug 2016 14:22:00 -0000 From: Bob Rossi To: Marc Khouzam Cc: Simon Marchi , Pedro Alves , "gdb@sourceware.org" Subject: Re: Is there a way to unset inferior-tty? Message-ID: <20160811142233.GB7851@xubuntu.brasko.net> References: <302246af-a394-4a76-5223-5cac924bda9a@redhat.com> <9560791fd070c79f7ab54e5e7b63d433@simark.ca> <20160726184303.GB989@xubuntu.brasko.net> <20160726193231.GD989@xubuntu.brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160726193231.GD989@xubuntu.brasko.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00017.txt.bz2 On Tue, Jul 26, 2016 at 03:32:31PM -0400, Bob Rossi wrote: > I didn't know, until today, that multiple inferiors could exist! > Does GDB even support one /tty per inferior in that case? Could anyone elaborate on how gdb handles multiple inferiors with the /tty command, https://sourceware.org/gdb/onlinedocs/gdb/Input_002fOutput.html It doesn't look like you can set a tty per inferior, but maybe I'm wrong. Thanks, Bob Rossi