From: Markus Deuling <deuling@de.ibm.com>
To: "Fabio Dell'Aria" <fabio.dellaria@gmail.com>
Cc: GDB Mailinglist <gdb@sourceware.org>
Subject: Re: Use external debug symbols
Date: Wed, 16 Jan 2008 11:15:00 -0000 [thread overview]
Message-ID: <478DE68C.2050806@de.ibm.com> (raw)
In-Reply-To: <585a84dc0801160303g4e656659w1c5e2a7320208371@mail.gmail.com>
Fabio Dell'Aria schrieb:
> 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".
>
Hi Fabio,
I think the following two ways should work:
1. as command line
gdb Program.exe -s Program.dbg
or
2. from within a running GDB. Invoke
(gdb) symbol /path/to/Program.dbg
--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com
next prev parent reply other threads:[~2008-01-16 11:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 11:03 Fabio Dell'Aria
2008-01-16 11:15 ` Markus Deuling [this message]
2008-01-16 11:32 ` Fabio Dell'Aria
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=478DE68C.2050806@de.ibm.com \
--to=deuling@de.ibm.com \
--cc=fabio.dellaria@gmail.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox