I'm trying to find a way to get a list of members of a c++ class object from the python api in GDB.
So far, the only solution I've been able to find has been to use the ptype <value>
and then try to parse it for the members, and I was wondering if there's a better way that I haven't been able to find.