IWBN if I could pass a value of "set print frame-arguments" to backtrace and frame without having to change global state (and then reset it back again).
This is possible since gdb-9.1, via 'bt -frame-arguments': ``` -frame-arguments all|scalars|none|presence Set printing of non-scalar frame arguments. ```