vala - Find references to object in gdb? -


i have address of object. there way can find references address?

i'm working vala , have references counting problem. i'm trying find have reference object sticking around.

not directly, can set break point on appropriate reference function object. each object has foo_ref , foo_unref called change reference count. if set break points on these, can trace reference counting.


Comments