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: Keisuke Nishida
Subject: Re: [open-cobol-list] gdb support from gcc-cobol
Date: Tue May 27 23:06:04 2003
User-agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-redhat-linux-gnu) MULE/5.0 (SAKAKI)

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?

> Also, the names of the original file in the assembly
> should be altered to reflect the .cob file and not the
> .i one.

Right.

Keisuke


reply via email to

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