From 4b8917f8ddc7edb89143b81f6f91c96f9f4febf9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 17 Sep 2016 13:57:42 +0200 Subject: debug: remove ambiguity on ptc --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gdbinit') 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 -- cgit v1.2.3