From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5924 invoked by alias); 9 Oct 2006 11:45:07 -0000 Received: (qmail 5912 invoked by uid 22791); 9 Oct 2006 11:45:06 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.229) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Oct 2006 11:44:58 +0000 Received: by wx-out-0506.google.com with SMTP id s19so1527473wxc for ; Mon, 09 Oct 2006 04:44:57 -0700 (PDT) Received: by 10.70.16.6 with SMTP id 6mr11100595wxp; Mon, 09 Oct 2006 04:44:57 -0700 (PDT) Received: by 10.70.37.16 with HTTP; Mon, 9 Oct 2006 04:44:56 -0700 (PDT) Message-ID: Date: Mon, 09 Oct 2006 11:45:00 -0000 From: "Rob Quill" To: gdb@sourceware.org Subject: YACC/Lex MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00039.txt.bz2 Hi, Is it ok to use code generated by YACC and/or Lex in GDB? If not, what alternatives are there? Thanks, Rob