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: How to : remote debug network applications ?


On Thu, Mar 17, 2005 at 08:57:00AM +0530, B.E.Comp Project wrote:
> hello all
> 
> 	i have some application which listens on port 12345 using standard
> socket libraries.
> 
> 
> if this  is started (start up type GRUB) on target it is accepting the
> requests given from client (running on host) .
> 
> what will i need to do debug this remotely from host.
> 
> currently i doing following steps
> 
> 1. configure to strtup type RAM
> 2. start redboot on target
> 3. start i386-elf-gdb
> 4. (gdb) target remote x.x.x.x:9000
> 5. load ...
> 
> which is one of standard ways to debug.
> 
> but now if i give request from client the server cannot accept it .
> is it because of redboot ??? what might be going wrong.

Does you application have a different IP address to RedBoot?

        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]