From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27012 invoked by alias); 26 Aug 2004 20:52:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26976 invoked from network); 26 Aug 2004 20:52:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 26 Aug 2004 20:52:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7QKqJS0007887 for ; Thu, 26 Aug 2004 16:52:19 -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 i7QKqJ311964; Thu, 26 Aug 2004 16:52:19 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i7QKqHiW000844; Thu, 26 Aug 2004 16:52:18 -0400 Subject: Re: GDB/MI Output Syntax From: Keith Seitz To: Michael Chastain Cc: bob@brasko.net, gdb@sources.redhat.com In-Reply-To: <412E4B96.nailMU21D4LDE@mindspring.com> References: <20040825154348.GA19533@white> <412CB6B6.nail1DX11BPYQ@mindspring.com> <20040825193659.GA19945@white> <412DED43.nail3XH31S08T@mindspring.com> <20040826183134.GA20902@white> <412E4B96.nailMU21D4LDE@mindspring.com> Content-Type: text/plain Message-Id: <1093553755.2764.0.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 26 Aug 2004 20:52:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00397.txt.bz2 On Thu, 2004-08-26 at 13:44, Michael Chastain wrote: > At the test suite level, the TCL code is holding the output and > could do something with it. But it's nontrivial for TCL code to > interface with a C library. (I'm not about to rebuild the 'expect' > binary). I've got three letters (okay, words) for you: TEA. Interfacing Tcl and C is TRIVIAL. Keith