This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question for debug_binfo function
- To: Antonio Mendes de Oliveira Neto <anmendes at splicenet dot com dot br>
- Subject: Re: Question for debug_binfo function
- From: Jeffrey A Law <law at hurl dot cygnus dot com>
- Date: Tue, 08 Dec 1998 14:09:53 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <366D810F.349C2A3C@splicenet.com.br>you write:
> Making a research to discover in that function had a call for the
> function debug_binfo (I file cp/tree.c), I discovered that any point
> doesn't exist in the code source of the egcs-1.1.1 that calls the
> function. Is she an obsolete function or without use that was not still
> removed?
We often keep debugging functions around so that we can call them from
within the debugger when working on problems.
jeff