aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gdbinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gdbinit b/.gdbinit
index 47929ca94a..e87963bb58 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1022,8 +1022,8 @@ define print_lineno
end
set $i = 0
- set $size = $iseq->body->line_info_size
- set $table = $iseq->body->line_info_table
+ set $size = $iseq->body->insns_info_size
+ set $table = $iseq->body->insns_info
#printf "size: %d\n", $size
if $size == 0
else