fix rp(obj) for any object
rp(obj)
Now rp(obj) doesn't work if the obj is out-of-heap because of asan_unpoisoning_object(), so this patch solves it.
obj
asan_unpoisoning_object()
Also add pointer information and type information to show.
fix
rp(obj)
for any objectNow
rp(obj)
doesn't work if theobj
is out-of-heap becauseof
asan_unpoisoning_object()
, so this patch solves it.Also add pointer information and type information to show.