diff options
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 |