From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26052 invoked by alias); 26 Feb 2003 16:51:50 -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 26045 invoked from network); 26 Feb 2003 16:51:49 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 26 Feb 2003 16:51:49 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id LAA07503; Wed, 26 Feb 2003 11:39:33 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id LAA31476; Wed, 26 Feb 2003 11:51:48 -0500 Message-ID: <009101c2ddb7$5dc720c0$0202040a@catdog> From: "Kris Warkentin" To: "Jason Molenda" Cc: References: <287F12C4-4945-11D7-91F7-003065BC3540@apple.com> Subject: Re: deferred breakpoints Date: Wed, 26 Feb 2003 16:51:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00567.txt.bz2 Looks like it might be a moot point. Deferred breakpoints are implementable from the ide side of things just by keeping an internal list of breakpoints and then attempting to apply them whenever there is a shlib event. Eclipse keeps breakpoints associated with libs and apps in its metadata so they persist across invocations so no special wiring in gdb will be required. cheers, Kris