This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

problem with gdbserver on powerpc


Hi Guys,

I built the gdbserver like this --host=powerpc-linux
My set up like below. 
Client: intel-linux PC
Target: Powerpc-linux box
on clinet machine: I open  a telnet terminal to the target and 
./gdbserver  clientmcIP:2345 --attach TaskID
 
Problem
-----------
the moment I do that The process(say xclock)is getting into stopped state. (from R to T). same goes for any task that is attached.
However gdbserver continue to run. 
ont he host machine the 'bt' gives message like 0x0ff4a210 in ?? ()
 
What could be the reasons for that?
 
Warm Regards,
Ravi


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