[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call graph for Modula-2
From: |
Gaius Mulley |
Subject: |
Re: Call graph for Modula-2 |
Date: |
Sat, 11 Feb 2023 10:40:52 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
john o goyo <jog37@riddermarkfarm.ca> writes:
> On 2023-02-10 17:46, Michael Riedl wrote:
>> Hallo,
>>
>> is anybody aware about a tool to generate a call graph for a
>> Modula-2 library / program ?
>>
>> I would like to use such a tool to be sure that all procedures in a
>> library are at least indirectly referred to in a test routine.
>>
>> (well knowing that this might not be sufficient, but it would be at
>> least a starting point :-)
>>
>> Any hint would be helpful
>
> I believe that the option -fmakelist will display imported
> modules. (There are also older Modula-2 compilers that had those but
> now we have a different issue.)
>
> Sincerely,
> john
Hi,
I'm not aware of such a program - but it could be implemented in gm2
with a plugin,
regards,
Gaius