Hello, I'm working in an environment that supports debugging many embedded projects. I'm attempting to run JLinkGDBServerCL, but I need to avoid polluting `~/.gdbinit` as much as possible. Helpfully, JLinkGDBServer provides the `-xc` switch for executing gdb command files. Unfortunately, none of the commands seem to be accepted when I use this switch: Source Code (86 lines) The gdb script in question is as follows: Source Code (8 lines)I tried wrapping the commands in `eval "<line>"` to no avail…