This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to debug app in redboot


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]