I am new to Trace32 and looking for a way to print/log contents of stack trace to a local file.
I have checked API's of B::Frame, but unable to find any save method for it.
Also, tried printing B::Frame which also didn't work
Please suggest how to save/print the stack frame into a local file?