This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB scope does not work quite right for Pascal


On Fri, Oct 12, 2001 at 06:57:32PM +0200, Maurice Lombardi wrote:
> >  There are several remarks to that bug report:
> >  1) I don't know at all how nested functions work in C
> >Are they allowed? 
> 
> 
> AKAIK no, they are not allowed, and this is the root of the problem,
> since gdb is written mainly by/for C programmers.

They aren't allowed by standard C.  GCC does in fact allow them,
although their use isn't recommended.  I think GDB's support for them
is somewhat crusty.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]