This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM263X: How to extract a specific global variable from xxx.out file?

Part Number: MCU-PLUS-SDK-AM263X

Tool/software:

In my project, I defined many different classes. I want to extract the information of member variables from xxx.out file. 

I need to print all the member variable name and type of a specific class, like the function "Add Watch Expression" and  "Export as .txt" in CCS.

For example, I want to print the information in the red box:

Is there a tool or command to implement this?