I'm debugging a C++ program on Linux. I have an address of someobject. I want using gdb to find what objects holds it.
For example A --holds --> B. I have an address of object B. I want tofind with help of gdb is that B is hold by A.
ThanksDima