I'm debugging a problem on the target. The data I want to examine is in an array and can be easily seen in the Debugger console using "print output_data". I'd like this in a file to facilitate further host processing. When using gdb standalone I c...