We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c581b + 49ed93d commit 0122c55Copy full SHA for 0122c55
.gdbinit
@@ -42,7 +42,7 @@ define print_cvs
42
43
printf "Compiled variables count: %d\n\n", $cv_count
44
while $cv_idx < $cv_count
45
- printf "[%d] '%s'\n", $cv_idx, $cv[$cv_idx].val
+ printf "[%d] '$%s'\n", $cv_idx, $cv[$cv_idx].val@$cv[$cv_idx].len
46
set $zvalue = ((zval *) $cv_ex_ptr) + $callFrameSize + $cv_idx
47
printzv $zvalue
48
set $cv_idx = $cv_idx + 1
0 commit comments