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 2edb369 + 9d9b73a commit 32c16deCopy full SHA for 32c16de
.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