From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 728 invoked by alias); 28 Jan 2004 20:33:34 -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 708 invoked from network); 28 Jan 2004 20:33:33 -0000 Received: from unknown (HELO localhost.redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 28 Jan 2004 20:33:33 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 061A82B8F; Wed, 28 Jan 2004 15:30:05 -0500 (EST) Message-ID: <40181BCC.6050007@gnu.org> Date: Wed, 28 Jan 2004 20:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Paul Hilfinger Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] breakpoint.c: Avoid double freeing in breakpoint_re_set_one References: <20040113100600.42C1FF2D70@nile.gnat.com> <40171150.5080708@gnu.org> <40171322.7080704@gnu.org> <20040128123010.A0ED8F28D8@nile.gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00725.txt.bz2 Yep. Few tweaks. > # IDT/SIM apparently doesn't have enough file descriptors to allow the > # problem checked by this test to occur. > if [istarget "mips-idt-*"] { > return 0; > } is this true? If it is it looks more like a bug. Other workarounds may be in the same situtation. Just check that the braces are indented: gdb_expect { -re ... { } } thanks, Andrew