From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27092 invoked by alias); 24 Oct 2002 23:34:15 -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 26960 invoked from network); 24 Oct 2002 23:34:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Oct 2002 23:34:13 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9ONCgw01927 for ; Thu, 24 Oct 2002 19:12:42 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9ONYCf02956; Thu, 24 Oct 2002 19:34:12 -0400 Received: from localhost.localdomain (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9ONYC024854; Thu, 24 Oct 2002 19:34:12 -0400 Subject: Re: [RFC] gdbtk -- "show commands" From: "Martin M. Hunt" To: Michael Snyder Cc: Keith Seitz , gdb-patches@sources.redhat.com In-Reply-To: <3DB88099.D635AC15@redhat.com> References: <3DB88099.D635AC15@redhat.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 24 Oct 2002 16:34:00 -0000 Message-Id: <1035502399.1875.37.camel@localhost.localdomain> Mime-Version: 1.0 X-SW-Source: 2002-10/txt/msg00535.txt.bz2 On Thu, 2002-10-24 at 16:22, Michael Snyder wrote: > Keith Seitz wrote: > > > > On Thu, 24 Oct 2002, Michael Snyder wrote: > > > > > Is "show commands" expected to work in the console window? > > > It doesn't seem to... > > > > Ugh. No, it won't work. Insight does not use readline. > > Hmmm... and yet Insight has a command history... Yes, all implemented in tcl. Why doesn't the console use readline? That sure would have been easier. Martin