]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Add entity chain debug printing subprograms
authorRonan Desplanques <desplanques@adacore.com>
Thu, 17 Apr 2025 09:50:42 +0000 (11:50 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 30 Jun 2025 13:47:19 +0000 (15:47 +0200)
commit09cd7f3856d5bb0cc3c288736027b3f801825e55
treeaccc14f27a197b3fc8150382379de2a121b78c5a
parent208da63ffb806846717926cc7fcd8a34221277b5
ada: Add entity chain debug printing subprograms

This patchs adds two pn-like subprograms that print entity chains.

gcc/ada/ChangeLog:

* treepr.ads (Print_Entity_Chain, pec, rpec): New subprograms.
* treepr.adb (Print_Entity_Chain, pec, rpec): Likewise.
gcc/ada/treepr.adb
gcc/ada/treepr.ads