From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14431 invoked by alias); 29 Feb 2004 04:03:38 -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 14420 invoked from network); 29 Feb 2004 04:03:34 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 29 Feb 2004 04:03:34 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 36EF32B98; Sat, 28 Feb 2004 23:03:32 -0500 (EST) Message-ID: <40416494.7060508@gnu.org> Date: Sun, 29 Feb 2004 04:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: "Kotian, Deepak" Cc: gdb@sources.redhat.com Subject: Re: How do I set breakpoints on all lines for a particular file. References: <374639AB1012AA4C840022842AA95BC2015ABDFB@ruby.patni.com> In-Reply-To: <374639AB1012AA4C840022842AA95BC2015ABDFB@ruby.patni.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00426.txt.bz2 > How do I set breakpoints in gdb on all lines for a a target program file. > Basically, I need to know if any code segment is executed from > that file. Other than explicitly setting a breakpoint on every line, I don't know. Andrew