> I capture package with ethereal, found that for any gdb request > command from host, > redboot return $#00 (it's mean system don't support this command), why?
The gdb stub in eCos only supports a subset of the gdb commands. So i would expect to see some commands rejected. However it should not reject all commands. The gdn x command to show a region of memory should work. What happens when you try that? Andrew