[2026-02-23T20:21:06.168Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions. "/home/ayman/.config/Texas Instruments/ti-embedded-debug/openocd/1.1.1.46/bin/bin/openocd" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s /home/ayman/tmp -f /home/ayman/.vscode-server/extensions/marus25.cortex-debug-1.12.1/support/openocd-helpers.tcl -f ./interface/xds110.cfg -f ./board/ti_am625evm.cfg Open On-Chip Debugger 0.12.0+dev-00004-g66c4e0d8f (2025-11-19-10:06) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html CDLiveWatchSetup Warn : Interface already configured, ignoring Info : Listening on port 50001 for tcl connections Info : Listening on port 50002 for telnet connections Info : XDS110: connected Info : XDS110: vid/pid = 0451/bef3 Info : XDS110: firmware version = 3.0.0.41 Info : XDS110: hardware version = 0x0021 Info : XDS110: connected to target via JTAG Info : XDS110: TCK set to 2500 kHz Info : clock speed 2500 kHz Info : JTAG tap: am625.cpu tap/device found: 0x0bb7e02f (mfg: 0x017 (Texas Instruments), part: 0xbb7e, ver: 0x0) Info : [am625.axi_ap] Examination succeed Info : starting gdb server for am625.cpu.sysctrl on 3333 Info : Listening on port 3333 for gdb connections Info : starting gdb server for am625.cpu.a53.0 on 3334 Info : Listening on port 3334 for gdb connections Info : starting gdb server for am625.cpu.a53.1 on 3335 Info : Listening on port 3335 for gdb connections Info : starting gdb server for am625.cpu.a53.2 on 3336 Info : Listening on port 3336 for gdb connections Info : starting gdb server for am625.cpu.a53.3 on 3337 Info : Listening on port 3337 for gdb connections Info : starting gdb server for am625.cpu.main0_r5.0 on 3338 Info : Listening on port 3338 for gdb connections Info : starting gdb server for am625.cpu.gp_mcu on 3339 Info : Listening on port 3339 for gdb connections Info : gdb port disabled shutdown command invoked Info : XDS110: disconnected [2026-02-23T20:21:20.619Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session closed GDB server session ended. This terminal will be reused, waiting for next session to start... Reading symbols from /home/ayman/.config/Texas Instruments/ti-embedded-debug/arm-none-eabi-gdb/14.2.rel1.1/arm-none-eabi-objdump --syms -C -h -w /home/ayman/tmp/bazel-bin/test.out Reading symbols from /home/ayman/.config/Texas Instruments/ti-embedded-debug/arm-none-eabi-gdb/14.2.rel1.1/arm-none-eabi-nm --defined-only -S -l -C -p /home/ayman/tmp/bazel-bin/test.out Launching GDB: "/home/ayman/.config/Texas Instruments/ti-embedded-debug/arm-none-eabi-gdb/14.2.rel1.1/arm-none-eabi-gdb" -q --interpreter=mi2 1-gdb-version Launching gdb-server: "/home/ayman/.config/Texas Instruments/ti-embedded-debug/openocd/1.1.1.46/bin/bin/openocd" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s /home/ayman/tmp -f /home/ayman/.vscode-server/extensions/marus25.cortex-debug-1.12.1/support/openocd-helpers.tcl -f ./interface/xds110.cfg -f ./board/ti_am625evm.cfg Please check TERMINAL tab (gdb-server) for output from /home/ayman/.config/Texas Instruments/ti-embedded-debug/openocd/1.1.1.46/bin/bin/openocd Finished reading symbols from objdump: Time: 21 ms Finished reading symbols from nm: Time: 30 ms -> =thread-group-added,id="i1" -> ~"GNU gdb (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 15.2.90.20241130-git\n" -> ~"Copyright (C) 2024 Free Software Foundation, Inc.\n" -> ~"License GPLv3+: GNU GPL version 3 or later \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law." -> ~"\nType \"show copying\" and \"show warranty\" for details.\n" -> ~"This GDB was configured as \"--host=x86_64-pc-linux-gnu --target=arm-none-eabi\".\n" -> ~"Type \"show configuration\" for configuration details.\n" -> ~"For bug reporting instructions, please see:\n" -> ~".\n" -> ~"Find the GDB manual and other documentation resources online at:\n <" -> ~"http://www.gnu.org/software/gdb/documentation/>.\n\n" -> ~"For help, type \"help\".\n" -> ~"Type \"apropos word\" to search for commands related to \"word\".\n" -> 1^done 2-gdb-set mi-async on -> 2^done 3-interpreter-exec console "set print demangle on" -> 3^done 4-interpreter-exec console "set print asm-demangle on" -> =cmd-param-changed,param="print asm-demangle",value="on" -> 4^done 5-enable-pretty-printing -> 5^done 6-interpreter-exec console "source /home/ayman/.vscode-server/extensions/marus25.cortex-debug-1.12.1/support/gdbsupport.init" -> 6^done 7-interpreter-exec console "source /home/ayman/.vscode-server/extensions/marus25.cortex-debug-1.12.1/support/gdb-swo.init" -> =cmd-param-changed,param="language",value="c" -> =cmd-param-changed,param="language",value="auto" -> 7^done 8-interpreter-exec console "set output-radix 0xa" -> ~"Output radix now set to decimal 10, hex a, octal 12.\n" Output radix now set to decimal 10, hex a, octal 12. -> 8^done 9-interpreter-exec console "set input-radix 0xa" -> ~"Input radix now set to decimal 10, hex a, octal 12.\n" Input radix now set to decimal 10, hex a, octal 12. -> 9^done 10-file-exec-and-symbols "/home/ayman/tmp/bazel-bin/test.out" -> 10^done 11-target-select extended-remote localhost:50000 -> 11^error,msg="could not connect: Connection timed out." 12-interpreter-exec console "monitor reset halt" Failed to launch GDB: could not connect: Connection timed out. (from target-select extended-remote localhost:50000)