diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-09-17 13:57:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-09-17 13:57:42 +0200 |
commit | 4b8917f8ddc7edb89143b81f6f91c96f9f4febf9 (patch) | |
tree | 03e428381192e5c35943503ffd46afc156c18fae /.gdbinit | |
parent | 68e9c3dbb0f74bbaa6e285960ac38428d4d137e0 (diff) | |
download | ghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.tar.gz ghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.tar.bz2 ghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.zip |
debug: remove ambiguity on ptc
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Print flatly the list of iirs that is $arg0. end define ptc -call disp_chain ($arg0, 0, 0) +call disp_tree.disp_chain ($arg0, 0, 0) end document ptc |