bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remote debugging on sa-1110


From: nagaraja
Subject: Remote debugging on sa-1110
Date: Thu, 02 May 2002 18:57:21 +0530

hello,

I am running  gdbserver (build natively for arm) on target and gdb-5.1
cross-debuger on host(build with host=i586target=arm-linux)  and using
procedure mensioned in /gdb/gdbserver/REDME

on target machine doing:
./gdbserver /dev/ttySA0 hello foo.txt

on host doing :

./arm-linux-gdb hello
(gdb) target remote /dev/ttys0
(gdb) load.........success
(gdb) r (even tried with ) c

Continuing
Program Received signal SIGSEGV,Segmentation fault.
0x00000000 in ?? ().

can anybody mail the procedure used to remote debug and command used.

Thanks and regards
Nagaraja




reply via email to

[Prev in Thread] Current Thread [Next in Thread]