From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14675 invoked by alias); 3 Apr 2002 16:39:41 -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 14573 invoked from network); 3 Apr 2002 16:39:38 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 3 Apr 2002 16:39:38 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g33GdXo11348; Wed, 3 Apr 2002 10:39:33 -0600 Date: Wed, 03 Apr 2002 08:39:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204031639.g33GdXo11348@duracef.shout.net> To: drow@mvista.com Subject: Re: [RFA] Fix mi-break.exp: 'b "basics.c":16' Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-04/txt/msg00071.txt.bz2 Daniel Jacobowitz writes: > But for "basics.c":16, *p == ':'. So the quote is actually copied. Okay, I understand now. *p points to the delimiter, not to the '"'. The earlier lines: if ((*p == '"') && is_quote_enclosed) --p; are actually the anomalous lines. What a mess. I'm glad that your patch is removing net lines. Maybe someday somebody can rewrite this mess. My preliminary results on one configuration are the same as yours: fixes four FAILs in gdb.mi, no regressions. My test bed is about 50% done. Results in an hour or so. Michael C