From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joachim Geishauser To: gbb Subject: gdb remote debugging Date: Tue, 02 Oct 2001 01:34:00 -0000 Message-id: <3BB97BED.1115070C@email.sps.mot.com> X-SW-Source: 2001-10/msg00018.html Hi all , as far as I know gdb can be used to debug code running on a i.e Coldfire on a external board. Is the code that does the communication between the code running on the external board and gdb running on the workstation open source? Is there documentation of the API for the code running on the external board and the external board part of the gdb communication available? Any feedback is welcomed. Regards Joachim >From Mikroprog@euteka.lt Tue Oct 02 01:55:00 2001 From: Mikroprog To: gdb@sources.redhat.com Subject: Angel protocol Date: Tue, 02 Oct 2001 01:55:00 -0000 Message-id: <18457.011002@euteka.lt> X-SW-Source: 2001-10/msg00019.html Content-length: 259 Hello, Where could I find information about Angel/Ethernet protocol, which where used in GDB? I have main commands of Angel, but how it works via Ethernet? (seems to be PC sends an UDP protocol with a string "Angel", but what must be else?...)