documentation-service.arm.com/.../6269598e7e121f01fd22dcdd
According to the User Guild, ARM DS can deal with .cmm script.But it says that ARM DS needs .cmm extension with it.
I can't find .cmm extension in the ARM DS.
Does anyone know how to use the cmm script with ARM DS?
Hi,My name is Stephen and I work at Arm.Arm Development Studio Debugger supports a small subset of CMM-style commands which you can use to create a CMM-style script.The script must be named with the .cmm or .t32 file extension, e.g. "myScript.cmm". Seedeveloper.arm.com/.../Creating-a-CMM-style-scriptAfter connecting to a target, use the "source" command to load and run the script, e.g. "source myScript.cmm"For the list of CMM-style commands supported, see:developer.arm.com/.../CMM-style-commands-supported-by-the-debuggerHope this helpsStephen