GNU/Linux xterm-256color bash 218 views

~/repos/CH32V307-makefile-example$ cat .gdbinit 
shell bash -c \
    "cd $HOME/Downloads/MRS_Toolchain_Linux_x64_V1.90/OpenOCD/bin && \
    ./openocd -f wch-riscv.cfg -c \"log_output $PWD/openocd_log.txt\" &"

target extended-remote :3333
define hook-quit
    monitor shutdown
end

More recordings by pdietl