diff options
| author | Tristan Gingold <tgingold@free.fr> | 2022-08-15 09:16:29 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2022-08-15 16:54:39 +0200 |
| commit | 6338ac15a3bc87aaf4906dc57a698496269dc4d6 (patch) | |
| tree | bdfb64e2c41b63a155fa7ac0fd73e87e643bac1c | |
| parent | 915b286dc54f36216dcc46cd8c8832ba1bd5fe67 (diff) | |
| download | ghdl-6338ac15a3bc87aaf4906dc57a698496269dc4d6.tar.gz ghdl-6338ac15a3bc87aaf4906dc57a698496269dc4d6.tar.bz2 ghdl-6338ac15a3bc87aaf4906dc57a698496269dc4d6.zip | |
gdbinit: add ppsltf
| -rw-r--r-- | .gdbinit | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |
