This is the mail archive of the ecos-discuss@sources.redhat.com 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: Redboot TCP debuging, with application also using networking


On Fri, Jan 28, 2005 at 02:26:13PM +0800, Damian Slee wrote:
> Hi,
> Is this a stupid question?, 

Not stupid, but does show you have not read the manual.
 
> if my ecos app uses networking, does this mean I won't be able to use
> gdb in redboot over tcp, cause the application I will be debuging has
> taken control of the ethernet hardware with its own tcp stack?

The Ethernet device is shared. There are two TCP/IP stacks, one in
redboot and one in the application. They have different IP addresses,
so they can work out which package should go where.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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