aboutsummaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-17 13:57:42 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-17 13:57:42 +0200
commit4b8917f8ddc7edb89143b81f6f91c96f9f4febf9 (patch)
tree03e428381192e5c35943503ffd46afc156c18fae /.gdbinit
parent68e9c3dbb0f74bbaa6e285960ac38428d4d137e0 (diff)
downloadghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.tar.gz
ghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.tar.bz2
ghdl-4b8917f8ddc7edb89143b81f6f91c96f9f4febf9.zip
debug: remove ambiguity on ptc
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index afbbe0476..5c8b7268a 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -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