From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1746 invoked by alias); 7 Feb 2006 12:01:29 -0000 Received: (qmail 1737 invoked by uid 22791); 7 Feb 2006 12:01:28 -0000 X-Spam-Check-By: sourceware.org Received: from 213-146-165-140.kunde.vdserver.de (HELO bugaboo.mu) (213.146.165.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 12:01:26 +0000 Received: from ximeno.bluegap.ch (dslc-213-023-159-081.pools.arcor-ip.net [::ffff:213.23.159.81]) (AUTH: CRAM-MD5 markus@bluegap.ch) by bugaboo.mu with esmtp; Tue, 07 Feb 2006 13:01:22 +0100 id 0025287B.43E88C12.00002791 Subject: Re: minimalistic MI catch support From: Markus Schiltknecht To: Daniel Jacobowitz Cc: Bob Rossi , gdb-patches@sourceware.org In-Reply-To: <20060207030016.GA4152@nevyn.them.org> References: <1138453464.15400.9.camel@localhost.localdomain> <20060206232913.GD29510@nevyn.them.org> <20060207011600.GA18296@brasko.net> <20060207030016.GA4152@nevyn.them.org> Date: Tue, 07 Feb 2006 12:01:00 -0000 Message-Id: <1139313681.4722.6.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00147.txt.bz2 Hello Daniel, thank you for the corrected patch. On Mon, 2006-02-06 at 22:00 -0500, Daniel Jacobowitz wrote: > The problem with this is that some of those others are ill-defined > and/or broken. Fork and vfork only work on some targets, and they're > the only ones I would say worked "right". Could you tell me more about that? I was running into a problem and wondering what happened. Because I did not find anything about that I filed a bug report: gdb/2078 Regards Markus