Skip to content

Commit

Permalink
Fixed dumpbt
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Aug 14, 2015
1 parent 57a8620 commit 97433d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ define dump_bt
____print_str $zvalue->value.str->val $zvalue->value.str->len
end
if $type == 7
printf "array(%d)[%p]", $zvalue->value.arr->ht->nNumOfElements, $zvalue
printf "array(%d)[%p]", $zvalue->value.arr->nNumOfElements, $zvalue
end
if $type == 8
printf "object[%p]", $zvalue
Expand Down

0 comments on commit 97433d8

Please sign in to comment.