From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25439 invoked by alias); 15 Apr 2009 20:36:47 -0000 Received: (qmail 25431 invoked by uid 22791); 15 Apr 2009 20:36:46 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 20:36:41 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KI500H00T5OYK00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Wed, 15 Apr 2009 23:36:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI500BEFT92W0J0@i_mtaout3.012.net.il>; Wed, 15 Apr 2009 23:36:38 +0300 (IDT) Date: Wed, 15 Apr 2009 20:36:00 -0000 From: Eli Zaretskii Subject: Re: Current GDB crashes when it sources Emacs's .gdbinit In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fxg9lkm8.fsf@gnu.org> References: <83ocuxlopc.fsf@gnu.org> 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: 2009-04/txt/msg00351.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Wed, 15 Apr 2009 13:43:56 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> As far as I could see, it crashes when it reads this line of the > Eli> .gdbinit file supplied with Emacs: > Eli> if $tem[0] == 'w' && $tem[1] == 'i' && $tem[2] == 'n' && $tem[3] == 'd' > > Sorry about that. I'm sending the appended fix throughq > regression testing. Thanks, it fixed the problem on both platforms.