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.
print_cvs
1 parent b7aeb0a commit 9d9b73aCopy full SHA for 9d9b73a
.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