From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121889 invoked by alias); 14 Jun 2015 10:50:00 -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 121875 invoked by uid 89); 14 Jun 2015 10:49:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 14 Jun 2015 10:49:56 +0000 Received: by pacyx8 with SMTP id yx8so47647651pac.2 for ; Sun, 14 Jun 2015 03:49:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.70.20.5 with SMTP id j5mr1563228pde.40.1434278995079; Sun, 14 Jun 2015 03:49:55 -0700 (PDT) Received: by 10.70.46.39 with HTTP; Sun, 14 Jun 2015 03:49:55 -0700 (PDT) In-Reply-To: <20150614080909.GC6175@embecosm.com> References: <20150614080909.GC6175@embecosm.com> Date: Sun, 14 Jun 2015 10:50:00 -0000 Message-ID: Subject: Re: Feature: command to leave tui mode From: Ciro Santilli To: Andrew Burgess Cc: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00013.txt.bz2 You guys rock, thanks! On Sun, Jun 14, 2015 at 10:09 AM, Andrew Burgess wrote: > * 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