From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14749 invoked by alias); 22 Sep 2011 12:14:19 -0000 Received: (qmail 14710 invoked by uid 22791); 22 Sep 2011 12:14:04 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Sep 2011 12:13:45 +0000 Received: by vws16 with SMTP id 16so3934336vws.14 for ; Thu, 22 Sep 2011 05:13:44 -0700 (PDT) Received: by 10.52.33.239 with SMTP id u15mr350776vdi.50.1316693624209; Thu, 22 Sep 2011 05:13:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.11 with HTTP; Thu, 22 Sep 2011 05:13:22 -0700 (PDT) From: Kevin Pouget Date: Thu, 22 Sep 2011 12:14:00 -0000 Message-ID: Subject: How Fedora's distribution GDB resolves debug symbols / sourcefile To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-09/txt/msg00091.txt.bz2 Hello, I've got in my system a GDB provided by my Fedora distribution, and one built against the CVS tree. How could I configure GDB so that it looks into /usr/lib/debug/ (certainly) and /usr/src/debug/, I can't figure out which GDB feature allows that Thanks, Kevin