Finding types of TVM objects and accessing their attributes in GDB

I haven’t used tvm::Dump(xxx), I use call (size_t)puts(PrettyPrint(xxx).c_str()) when the xxx is a large node, e.g., the whole of PrimFunc, you can try with these large node.