From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14366 invoked by alias); 20 Apr 2008 10:11:09 -0000 Received: (qmail 14354 invoked by uid 22791); 20 Apr 2008 10:11:09 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Apr 2008 10:10:51 +0000 Received: (qmail 29755 invoked from network); 20 Apr 2008 10:10:50 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Apr 2008 10:10:50 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: breaking on open(2) on linux Date: Mon, 21 Apr 2008 12:57:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: nickrob@snap.net.nz, leisner@rochester.rr.com, gdb@sourceware.org References: <200804122237.m3CMbtfl022914@dell2.home> <200804161209.31313.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804201410.45207.vladimir@codesourcery.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00180.txt.bz2 On Sunday 20 April 2008 13:08:52 Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Wed, 16 Apr 2008 12:09:30 +0400 > > Cc: nickrob@snap.net.nz, leisner@rochester.rr.com, gdb@sourceware.org > > > > On Wednesday 16 April 2008 00:34:30 Eli Zaretskii wrote: > > > > From: Vladimir Prus > > > > Date: Tue, 15 Apr 2008 12:11:33 +0400 > > > > > > > > The multiple location support only works if there line number information > > > > for all locations. > > > > > > This is important enough to mention in the manual. Is it there? if it > > > is, I cannot find it. > > > > It's not there. > > It is now (committed): > > 2008-04-20 Eli Zaretskii > > * gdb.texinfo (Set Breaks): Mention that multiple location > breakpoints need line number info. Add index entries. Thanks! - Volodya