From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5576 invoked by alias); 30 Mar 2008 21:26:23 -0000 Received: (qmail 5560 invoked by uid 22791); 30 Mar 2008 21:26:22 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 30 Mar 2008 21:26:05 +0000 Received: by rv-out-0910.google.com with SMTP id l15so767686rvb.48 for ; Sun, 30 Mar 2008 14:26:04 -0700 (PDT) Received: by 10.140.179.25 with SMTP id b25mr1789560rvf.152.1206912364108; Sun, 30 Mar 2008 14:26:04 -0700 (PDT) Received: by 10.140.173.21 with HTTP; Sun, 30 Mar 2008 14:26:04 -0700 (PDT) Message-ID: <66e6e8900803301426k6994fc4x92e4b17b10bda6e0@mail.gmail.com> Date: Mon, 31 Mar 2008 05:31:00 -0000 From: "M K" To: gdb@sourceware.org Subject: finding source location MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-03/txt/msg00273.txt.bz2 Hello, When I am debugging a binary which was compiled with debug info, I can set a breakpoint and jump to the source location by using the TUI mode (hitting Cx-Ca). But how do I find out the location of the .C file? I did read the manual and it mentions the show directories command but that is not useful here. Thanks, Mayuresh.