From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3467 invoked by alias); 16 Jan 2008 11:03:42 -0000 Received: (qmail 3451 invoked by uid 22791); 16 Jan 2008 11:03:41 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Jan 2008 11:03:19 +0000 Received: by wa-out-1112.google.com with SMTP id l35so366152waf.12 for ; Wed, 16 Jan 2008 03:03:17 -0800 (PST) Received: by 10.114.88.1 with SMTP id l1mr756433wab.79.1200481397500; Wed, 16 Jan 2008 03:03:17 -0800 (PST) Received: by 10.114.57.14 with HTTP; Wed, 16 Jan 2008 03:03:17 -0800 (PST) Message-ID: <585a84dc0801160303g4e656659w1c5e2a7320208371@mail.gmail.com> Date: Wed, 16 Jan 2008 11:03:00 -0000 From: "Fabio Dell'Aria" To: "GDB Mailinglist" Subject: Use external debug symbols 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-01/txt/msg00118.txt.bz2 Hi to all, exists a method to setup GDB to use an external file as debug symbols ? Example: on WinXP I need GDB debug the Program.exe file using, as debug symbols, the Program.dbg file. Is this possible? NOTE: the debug data format is "stabs". -- Best regards... Fabio Dell'Aria.