From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22397 invoked by alias); 7 Feb 2013 19:54:43 -0000 Received: (qmail 22381 invoked by uid 22791); 7 Feb 2013 19:54:41 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Feb 2013 19:54:34 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r17JsWnD023687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Feb 2013 14:54:32 -0500 Received: from host2.jankratochvil.net (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r17JsSjr015741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 7 Feb 2013 14:54:31 -0500 Date: Thu, 07 Feb 2013 19:54:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches Subject: Re: [patchv2 8/11] TUI: source "file" -> "fullname" Message-ID: <20130207195428.GA28390@host2.jankratochvil.net> References: <20130127223625.GI15252@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00192.txt.bz2 On Thu, 07 Feb 2013 20:48:49 +0100, Doug Evans wrote: > Re: "no new interfaces": Perhaps not immediately relevant here, but I > think it's something we need to keep in mind. > I gather people are thinking of putting GUI-like things on top of gdb > via the Python API. > So it's really CLI + TUI + MI + potentially-Python. New interface writer should see how it behaves now so such change I have done now is not a regression for him/her. Thanks, Jan