Okay. As usual, I'm just too dumb.

I have an ESP32S3, OpenOCD running locally, and the Xtensa GDB toolchain.
I can establish a connection to the ESP via OpenOCD and set a breakpoint in Xtensa-GDB. GDB also pauses at this breakpoint. But it’s on CPU1; in GDB, I only have access to CPU0. How can I switch to CPU1?

I want to use the CLI tools. I don’t want to use any IDEs. #esp32 #openocd #xtensa #esp32