From 71fbdc183f69ad9ae2548111100da285e8f85374 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 28 May 2019 05:49:07 +0200 Subject: gdbinit: fix psrc --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gdbinit') diff --git a/.gdbinit b/.gdbinit index 35b6e0791..5c4117422 100644 --- a/.gdbinit +++ b/.gdbinit @@ -31,7 +31,7 @@ call disp_iir_list ($arg0, 0, 0) end define psrc - call debug_source_loc (nodes.get_location ($arg0)) + call debug_source_loc (vhdl.nodes.get_location ($arg0)) end document pl -- cgit v1.2.3