aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gdbinit8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index 5c4117422..d6b3e7fba 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -70,6 +70,14 @@ document ploc
Print the location for iir $.
end
+define ppsltf
+ call psl.dump_tree.disp_tree($arg0, 0, 2)
+end
+
+document ppsltf
+Print the PSL node that is $arg0
+end
+
set lang ada
# Must be the last command: some distributions use a shared libgnat by default,