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.
1 parent 04df7e3 commit 8f09deaCopy full SHA for 8f09dea
.gdbinit
@@ -48,7 +48,7 @@ define ____printzv_contents
48
49
printf "(refcount=%d) ", $zvalue->refcount
50
if $type == 0
51
- printf "NULL: "
+ printf "NULL"
52
end
53
if $type == 1
54
printf "long: %ld", $zvalue->value.lval
@@ -202,7 +202,7 @@ define ____print_ht
202
203
204
if $p->nKeyLength > 0
205
- printf "\"%s\" => ", (char*)$p->key.arKey.s
+ printf "\"%s\" => ", $p->key.arKey.s
206
else
207
printf "%d => ", $p->h
208
@@ -237,7 +237,7 @@ define ____print_ft
237
238
239
240
241
242
243
0 commit comments