Skip to content

Commit

Permalink
gdbinit: fix psrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed May 28, 2019
1 parent 3d79dd2 commit 71fbdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Expand Up @@ -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
Expand Down

0 comments on commit 71fbdc1

Please sign in to comment.