From: Jim Blandy <jimb@redhat.com>
To: Pierre Habraken <Pierre.Habraken@imag.fr>
Cc: gdb@sources.redhat.com
Subject: Re: Expansing macro-definitions using Gdb
Date: Sat, 06 Jul 2002 10:33:00 -0000 [thread overview]
Message-ID: <npn0t492xt.fsf@zwingli.cygnus.com> (raw)
In-Reply-To: <3D2706FD.DF3F5DF9@imag.fr>
Pierre Habraken <Pierre.Habraken@imag.fr> writes:
> The Gcc man page tells that using the option -g3 macro-definitions
> present in the source program are included into the object file.
> However, even when I use this option at compile time, Gdb 5.2 does not
> recognize such macro-definitions.
> Actually, using gcc 3.04, I compiled a C program including macro
> definitions first with option -g and then with option -g3. Then, when
> using cmp to compare both executables no difference is detected.
> Is there a way to enable printing/displaying macro-definitions when
> debugging a C program with Gdb ?
Macro support was added after 5.2. To get preprocessor macro support,
you'll need to get the latest GDB sources.
For the compiler, you'll need to use Dwarf 2 debugging information.
Try -gdwarf-2 -g3.
prev parent reply other threads:[~2002-07-06 17:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-06 8:11 Pierre Habraken
2002-07-06 8:36 ` Daniel Jacobowitz
2002-07-08 1:55 ` Pierre Habraken
2002-07-06 10:33 ` Jim Blandy [this message]
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=npn0t492xt.fsf@zwingli.cygnus.com \
--to=jimb@redhat.com \
--cc=Pierre.Habraken@imag.fr \
--cc=gdb@sources.redhat.com \
/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