From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54556 invoked by alias); 14 Jun 2015 08:09:17 -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 54543 invoked by uid 89); 14 Jun 2015 08:09:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wg0-f52.google.com Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 14 Jun 2015 08:09:15 +0000 Received: by wgv5 with SMTP id 5so47996724wgv.1 for ; Sun, 14 Jun 2015 01:09:12 -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-type:content-disposition:in-reply-to :user-agent; bh=cIzAjaOsjtOdw8wH8cp++ApFLQdo2UgHDQfuvwUO0dY=; b=kr5wLzIe0kti1wKA+5Jf5jTm6EhjnE3OAPt4wucSs6akWGVTTeRTCeoUfF79w8feMx qS1u6q+dN6KJb0DqIF/zXkcSxN25ps8Azbf2RD9p7SbkS0EmnsvDxjYObVc4KMNnCub4 CiSY0cORjdLuFwYgK80wmaQdIVLup2Z17NurUX4Gm5lTOBiG0CUr6Ns02cX4DmxAMKwi 0XS0rmtJB0Dy/8d2Ewrx3Sf2sqqlBjiW810lHNIGBACD3TzOvgI7g2E3KCNlLuWrmsms tWa2BuBPk6wXu0HTALvLa6JylfYm6StKko9t0/bWCcLywgfGvP+sQ9sIdFpRlrwZp+MH VYYQ== X-Gm-Message-State: ALoCoQm0rJsetW9rkKXY8R8MyzkyjOhmllkqtGgvMaWaYYjRk7BOdY0bB2kjKj2ebY10PskPexsP X-Received: by 10.180.82.100 with SMTP id h4mr21465387wiy.34.1434269352241; Sun, 14 Jun 2015 01:09:12 -0700 (PDT) Received: from localhost (host81-131-206-225.range81-131.btcentralplus.com. [81.131.206.225]) by mx.google.com with ESMTPSA id bc9sm9535966wjc.28.2015.06.14.01.09.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Jun 2015 01:09:11 -0700 (PDT) Date: Sun, 14 Jun 2015 08:09:00 -0000 From: Andrew Burgess To: Ciro Santilli Cc: gdb@sourceware.org Subject: Re: Feature: command to leave tui mode Message-ID: <20150614080909.GC6175@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00012.txt.bz2 * Ciro Santilli [2015-06-12 08:47:18 +0200]: > Is there a command to leave `tui` mode, and if not can we create one? Someone awesome just added 'tui enable' and 'tui disable' which do exactly what you want[1]. These are not in a release yet which is why they don't show up in the online documentation. HTH Andrew [1] https://sourceware.org/ml/gdb-patches/2015-05/msg00599.html