Tool/software:
Hello,
I have a pointer which points to some big structure, and I need to dump the whole structure to a file using GEL script.
Let's say I have MyPtr of the type (MyStruct *) and I need to dump sizeof(MyStruct) memory pointed by MyPtr. I do not want to manually enter address or size of the dump.
Is this possible with GEL or any other method in CCS? If it is then an example will be very helpful.
Regards,
Eugene