aboutsummaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-28 05:49:07 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-28 05:49:07 +0200
commit71fbdc183f69ad9ae2548111100da285e8f85374 (patch)
tree9eec1166133ac59f610eae397213284ce97da623 /.gdbinit
parent3d79dd237f5573130980a87aa581baa2cb649bc5 (diff)
downloadghdl-71fbdc183f69ad9ae2548111100da285e8f85374.tar.gz
ghdl-71fbdc183f69ad9ae2548111100da285e8f85374.tar.bz2
ghdl-71fbdc183f69ad9ae2548111100da285e8f85374.zip
gdbinit: fix psrc
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
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