From 492288d13db59eb946ef44dc4c5b4fa815217791 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 7 May 2019 07:49:24 +0200 Subject: gdbinit: adjust after renaming. --- .gdbinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gdbinit b/.gdbinit index 019087679..35b6e0791 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,7 +1,7 @@ # Gdb commands useful to debug ghdl define pt -call disp_tree.disp_iir ($arg0, 1, 10) +call vhdl.disp_tree.disp_iir ($arg0, 1, 10) end document pt @@ -9,7 +9,7 @@ Print the structure of the iirs that is $arg0. end define ptf -call disp_tree.disp_iir ($arg0, 1, 0) +call vhdl.disp_tree.disp_iir ($arg0, 1, 0) end document ptf @@ -17,7 +17,7 @@ Print the iirs that is $arg0. end define pt1 -call disp_tree.disp_iir ($arg0, 1, 1) +call vhdl.disp_tree.disp_iir ($arg0, 1, 1) end define prt @@ -47,7 +47,7 @@ Print flatly the list of iirs that is $arg0. end define ptc -call disp_tree.disp_chain ($arg0, 0, 0) +call vhdl.disp_tree.disp_chain ($arg0, 0, 0) end document ptc -- cgit v1.2.3