From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 320 invoked by alias); 4 Jan 2003 02:19:42 -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 32511 invoked from network); 4 Jan 2003 02:19:41 -0000 Received: from unknown (HELO fw1.coware.com) (208.46.221.194) by 209.249.29.67 with SMTP; 4 Jan 2003 02:19:41 -0000 Received: from CoWare.com (coware1 [192.168.1.102]) by fw1.coware.com (8.11.6+Sun/8.11.4) with ESMTP id h042JTe22063 for ; Fri, 3 Jan 2003 18:19:29 -0800 (PST) Received: from gleekxp (dhcp209.coware.com [192.168.1.209]) by CoWare.com (8.11.1/8.11.4) with SMTP id h042JRh17149 for ; Fri, 3 Jan 2003 18:19:27 -0800 (PST) From: "Sunil Alankar" To: Subject: GDB 5.2/5.3 breakpoint bug Date: Sat, 04 Jan 2003 02:19:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <017801c2b2a1$b7837640$0202040a@catdog> X-SW-Source: 2003-01/txt/msg00039.txt.bz2 Hi, Attempting to set a class member function breakpoint (say break myClass::funcOne) fails to set a proper break point in solaris 2.7. This happens with GDB 5.2 and 5.3. Bug does not occur in GDB 5.1. Anybody has any idea where to look?. I would appreciate any help. Thx Sunil