aboutsummaryrefslogtreecommitdiffstats
path: root/.gdbinit
diff options
context:
space:
mode:
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