From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9231 invoked by alias); 17 Nov 2007 15:36:17 -0000 Received: (qmail 9222 invoked by uid 22791); 17 Nov 2007 15:36:16 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Nov 2007 15:36:13 +0000 Received: from HOME-C4E4A596F7 ([81.5.32.198]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JKP97522 (AUTH halo1); Sat, 17 Nov 2007 17:35:48 +0200 (IST) Date: Sat, 17 Nov 2007 15:36:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb@sources.redhat.com In-reply-to: (message from Vladimir Prus on Sat, 17 Nov 2007 17:13:18 +0300) Subject: Re: Multiple breakpoint locations Reply-to: Eli Zaretskii References: <18233.63439.953202.586908@kahikatea.snap.net.nz> X-IsSubscribed: yes 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: 2007-11/txt/msg00169.txt.bz2 > From: Vladimir Prus > Date: Sat, 17 Nov 2007 17:13:18 +0300 > > > If the latter, I cannot seem to find the description of how multiple > > locations come into existence in the first place anywhere in the > > manual. Am I missing something? > > The manual lists cases where a given function in source can correspond to > several PC values, and they say: > > In all those cases, @value{GDBN} will insert a breakpoint at all > the relevant locations. > > So it happens automatically. Well, I think it's not explicit enough. I will try to add some more explicit explanations when I have time.