gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] gdb support from gcc-cobol


From: Bernard Giroud
Subject: Re: [open-cobol-list] gdb support from gcc-cobol
Date: Sun Jun 1 13:35:02 2003

Keisuke Nishida a écrit :

> At Tue, 27 May 2003 22:30:44 +0200,
> Bernard Giroud wrote:
> >
> > Here are the last results:
> (snip)
> > So the scope seems to be OK (and the variables
> > are seen as static) if language set to "c" (even the
> > parameter LK-PARM is ok, though meaningless
> > for a main), but not if I switch to lang "cobol".
>
> Looks great.  Is it possible to obtain debugging information
> of fields that is subordinate to a group?  That is, given
> the following COBOL program,
>
>   WORKING-STORAGE SECTION.
>   01 G.
>     02 X PIC X(2).
>     02 Y PIC X(2).
>
> the address of X and Y are expressed by "b_G + 0" and
> "b_G + 2" respectively.  How could you store these information?
>

I checked this; it is not sufficient actually.
Only the group information is present.

I'll dig further...

>
> (snip)

>
> Keisuke

--
Bernard Giroud
TinyCOBOL Developer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]