From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11969 invoked by alias); 12 Nov 2004 13:28:04 -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 11946 invoked from network); 12 Nov 2004 13:27:56 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sourceware.org with SMTP; 12 Nov 2004 13:27:56 -0000 Received: from zaretski ([80.230.154.12]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DWB47916 (AUTH halo1); Fri, 12 Nov 2004 15:27:52 +0200 (IST) Date: Fri, 12 Nov 2004 14:17:00 -0000 From: "Eli Zaretskii" To: Arularasan RAMASAMY Message-ID: <01c4c8ba$Blat.v2.2.2$bd38b920@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <41941DFE.9000809@st.com> (message from Arularasan RAMASAMY on Fri, 12 Nov 2004 10:20:46 +0800) Subject: Re: unable to break at large flineno Reply-to: Eli Zaretskii References: <41941DFE.9000809@st.com> X-SW-Source: 2004-11/txt/msg00117.txt.bz2 > Date: Fri, 12 Nov 2004 10:20:46 +0800 > From: Arularasan RAMASAMY > > Our source files are about 800K lines. > We are unable to add a breakpoint e.g "break 710000" > GDB says thet no such line no. Please post here what GDB prints when invoked like this: gdb --version and also tell which version of what compiler on what OS do you use. (The answer to your problem might depend on your GDB and your compiler/linker configurations, so we need to know these details.)