From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikroprog To: gdb@sources.redhat.com Subject: Angel protocol in GDB Date: Thu, 04 Oct 2001 02:49:00 -0000 Message-id: <16472.011004@euteka.lt> X-SW-Source: 2001-10/msg00047.html Hello, I wanted to use GDB with Ethernet/Angel protocol. According to Angel spec., it must contain at least 20 bytes (under UDP level). But after target replyed (ADP_Booted), debugger sent only 4 bytes (00-01-00-03), and hungup. How target must react into such debugger request? What does it mean?