This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: C/C++ preprocessor macro support for GDB
- From: Andrew Cagney <ac131313 at cygnus dot com>
- To: Jim Blandy <jimb at redhat dot com>
- Cc: gdb-patches at sources dot redhat dot com, gcc at gcc dot gnu dot org
- Date: Sat, 23 Mar 2002 15:14:22 -0500
- Subject: Re: RFC: C/C++ preprocessor macro support for GDB
- References: <20020317062306.CC96D5E9DE@zwingli.cygnus.com>
Hmm,
I get the feeling that we're going to end up with:
gcc/libcpp
and
src/libcpp
Fun! Are there intermediate steps to this goal? For instance, resolve
the directory name and the interfaces GDB will need. That way some of
the GDB side can make progress, even if it is initially calling stubbed
or ``broken'' libcpp code.
enjoy,
Andrew