This is the mail archive of the gdb-patches@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]

gdbserver-6.3 issue.


Hi, 

I am using a x86 host and a PPC target to test the
gdb-6.3. But, in the gdb session, I get "segmentation
fault" error. I do the following to test the gdb:

1. Boot the target.
2. Copy the test program (simple hello world) on the
target.
3. Issue the following command on the target:
     gdbserver :1234 ./test
4. On the host, launch gdb session.
     gdb ./test
5. In the gdb session, issue following:
     > target extended-remote <target ip>:1234

Then, I get following output:

>>>>>>>>>>>
(gdb) target extended-remote 192.168.4.16:1234
Remote debugging using 192.168.4.16:1234
warning: Remote sent bad register number 64: 300103dc;
Packet: 'T0501:7fa1ee50;40:300103dc;'

warning: Remote register badly formatted:
T0501:7fa1ee50;40:300103dc;
warning:             here: 103dc;
warning: Malformed packet(b) (missing colon):
Packet: 'T0501:7fa1ee50;40:300103dc;'

warning: Remote sent bad register number 66524:
Packet: 'T0501:7fa1ee50;40:300103dc;'

Segmentation fault
<<<<<<<<<<<<<

Can somebody please help in this regard? I browsed
through remote.c and linux-low.c files, but can't see
anything wrong.

Thanks,
Vinay.


		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn
something new
http://in.answers.yahoo.com/


		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/


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