I ordered the CWTAP to send gdb commands to my target system. I could not find any documentation on using gdb with the CWTAP; however, there is a nice video online showing that this is the intended design. How do I send commands from my (gdb) shell to the CWTAP?
I've connected my host computer to the CWTAP which I've assigned a static IP of 192.168.1.2. I can ping the CWTAP, so I have a valid IP connection. The CWTAP manual states that gdb uses port 2345.
From the (gdb) shell I tried the command:
(gdb) target remote 192.168.1.2:2345
However there was no response and the command timed out.