From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31148 invoked by alias); 25 Feb 2003 21:59:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31133 invoked from network); 25 Feb 2003 21:59:34 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by 172.16.49.205 with SMTP; 25 Feb 2003 21:59:34 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.12.3/8.12.3) with ESMTP id h1PLxXTb010085 for ; Tue, 25 Feb 2003 13:59:34 -0800 (PST) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Tue, 25 Feb 2003 13:59:31 -0800 Received: from apple.com (moleja.apple.com [17.201.22.21]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id h1PLxXs27129; Tue, 25 Feb 2003 13:59:33 -0800 (PST) Date: Tue, 25 Feb 2003 21:59:00 -0000 Subject: Re: deferred breakpoints Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: gdb@sources.redhat.com To: Kris Warkentin From: Jason Molenda In-Reply-To: <016801c2dd16$862cb0d0$2a00a8c0@dash> Message-Id: <38D95BB0-490C-11D7-83B0-003065BC3540@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00546.txt.bz2 Hi Kris, Our developers use the future-breaks a lot here at Apple, they work well for the sort of problem you're looking at. > I'll see if I can do it with a newer version (the apple source is for > gdb-4.18) Our cvs repository is publicly readable. You have to register first, which is lame but it's just an arbitrary token so they can gauge community interest: http://www.opensource.apple.com/apsl/ Then you access it via pserver: http://developer.apple.com/darwin/tools/cvs/read-only.html (the module to check out is "gdb"). Klee did the last merge with the FSF just a few weeks back, so these are pretty current sources. Jason