diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-28 05:49:07 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-28 05:49:07 +0200 |
commit | 71fbdc183f69ad9ae2548111100da285e8f85374 (patch) | |
tree | 9eec1166133ac59f610eae397213284ce97da623 | |
parent | 3d79dd237f5573130980a87aa581baa2cb649bc5 (diff) | |
download | ghdl-71fbdc183f69ad9ae2548111100da285e8f85374.tar.gz ghdl-71fbdc183f69ad9ae2548111100da285e8f85374.tar.bz2 ghdl-71fbdc183f69ad9ae2548111100da285e8f85374.zip |
gdbinit: fix psrc
-rw-r--r-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |