From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19649 invoked by alias); 24 Feb 2004 13:56:22 -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 19640 invoked from network); 24 Feb 2004 13:56:21 -0000 Received: from unknown (HELO pcsmail.patni.com) (203.124.139.197) by sources.redhat.com with SMTP; 24 Feb 2004 13:56:21 -0000 Received: from ruby.patni.com (ruby.patni.com [204.165.186.9]) by pcsmail.patni.com (8.11.6/8.9.3) with ESMTP id i1ODqbn30013 for ; Tue, 24 Feb 2004 19:22:37 +0530 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: How do I set breakpoints on all lines for a particular file. Date: Tue, 24 Feb 2004 13:56:00 -0000 Message-ID: <374639AB1012AA4C840022842AA95BC201513B08@ruby.patni.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Kotian, Deepak" To: X-SW-Source: 2004-02/txt/msg00338.txt.bz2 Hi, 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. Thanks and Regards Deepak