From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18923 invoked by alias); 1 Feb 2011 18:44:14 -0000 Received: (qmail 18913 invoked by uid 22791); 1 Feb 2011 18:44:13 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Feb 2011 18:44:08 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 2AC431A006; Tue, 1 Feb 2011 10:44:07 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id 1EF00C9FBD; Tue, 1 Feb 2011 10:44:07 -0800 (PST) Message-ID: <4D485476.4040809@vmware.com> Date: Tue, 01 Feb 2011 18:44:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: Re: Faster stepping amidst breakpoints References: <4D3A114D.7010301@tensilica.com> <20110123001433.GA6352@caradoc.them.org> <20110131044951.GG2384@adacore.com> <20110131151229.GA2915@caradoc.them.org> <20110201032338.GI2384@adacore.com> In-Reply-To: <20110201032338.GI2384@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-02/txt/msg00007.txt.bz2 Joel Brobecker wrote: >> As far as I can remember (you know how much GDB development I do >> nowadays), the only risks were if GDB crashed and left the application >> with breakpoints inserted. Of course, I'm in favor of GDB not >> crashing. > > I see this as an acceptable outcome of a debugger crash. I am guessing > that in most cases, people debug their program, and then want it killed, > so leaving the inferior behind with breakpoints inserted won't matter > much It would matter if you were debugging a live real-world app...