From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32677 invoked by alias); 18 Aug 2003 17:30:57 -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 32669 invoked from network); 18 Aug 2003 17:30:56 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 18 Aug 2003 17:30:56 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CFA312B7F; Mon, 18 Aug 2003 13:30:51 -0400 (EDT) Message-ID: <3F410D4B.7060904@redhat.com> Date: Mon, 18 Aug 2003 17:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephane Carrez Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: TUI testsuite References: <3F369384.4020506@nerim.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00300.txt.bz2 > 2003-08-10 Stephane Carrez > > * lib/tui-support.exp: New file, from mi-support.exp and adapted > for TUI. > * gdb.tui/tui-single-key.exp: New file, test SingleKey mode. > * gdb.tui/tui-mode.exp: New file, test switching capability of TUI. > * gdb.tui/tui-break.exp: New file, test breakpoints and single > stepping in TUI mode. > * gdb.tui/break.c: New file (copied from gdb.base/break.c). > Oh, what the heck. Yes, for mainline. Time to enable TUI on the mainline as well (and add a program called tui like insights insight)? (I keep meaning to enable it but then only remember just before/after a branch is cut :-(). Andrew