comp.lang.ada
 help / color / mirror / Atom feed
* Intermediate Representation
@ 2020-04-01 11:40 foo wong
  2020-04-01 11:54 ` foo wong
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: foo wong @ 2020-04-01 11:40 UTC (permalink / raw)




Hi everyone, my real name is not Foo, it is Patrick, just keeping Google off my trail.

I have been using GnuCOBOL extensively since 2013. One thing that I love about it is that it compiles to intermediate C.

If you write a program, you can compile it to this, run ctags on the runtime and the intermediate C and then hop around jumping from the C function calls generated into the runtime to see how they are actually implemented.

I would like to do the same with Ada. Is there a way? Using readelf, I was able to get some clues and looking at the .ali files I had a few more clues but so far it does not seem to be the same thing.

-Patrick

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-04-02  0:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 11:40 Intermediate Representation foo wong
2020-04-01 11:54 ` foo wong
2020-04-01 12:16   ` Egil H H
2020-04-01 12:06 ` Optikos
2020-04-01 12:25   ` foo wong
2020-04-01 15:53 ` Simon Wright
2020-04-01 16:27 ` Per Sandberg
2020-04-01 17:17   ` Anh Vo
2020-04-01 20:40     ` foo wong
2020-04-01 22:28       ` Bob Duff
2020-04-02  0:19         ` foo wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox