From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28797 invoked by alias); 28 Mar 2004 19:36:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28785 invoked from network); 28 Mar 2004 19:36:03 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 28 Mar 2004 19:36:03 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9EFBE2B9C; Sun, 28 Mar 2004 14:36:06 -0500 (EST) Message-ID: <40672926.6090609@gnu.org> Date: Sun, 28 Mar 2004 19:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Stephane Carrez Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Fix crash when using 'tui reg' in non-tui mode References: <4066A6C6.2010500@nerim.fr> In-Reply-To: <4066A6C6.2010500@nerim.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00705.txt.bz2 > Hi! > > This patch fixes a crash when 'tui reg' commands are used in the non-tui mode. Following > the 'layout' and other tui specific commands, it now switches to the tui mode and makes sure > the tui register window is visible. > > Committed on 6_1 and mainline. Pss, the branch is ment to be frozen ;-) However, never mind. > Stephane > > 2004-03-28 Stephane Carrez > > * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active > and switch the layout to force a display of register window. Andrew