* Debuging Problem in PPC440GP
@ 2002-11-22 21:40 Aman
2002-11-25 8:48 ` Kenneth Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Aman @ 2002-11-22 21:40 UTC (permalink / raw)
To: linuxppc embedded
Hi All
I wanted to debug the application in ppc440gp. To debug I am using gdbserver
and ddd. The application which I have written is hello world program. In the
target the command is
root@192.168.13.246:~# gdbserver 192.168.13.242:4000 hello
Process hello created; pid = 107
In the host the command is
ddd --debugger ppc_405-gdb --gdb hello and then in the GUI the following
command is given
target remote 192.168.13.246:4000 which in turn creates the following line
in the target
Remote debugging using 192.168.13.242:4000
In the above situation , if I say "cont" , the program executes normally.
However if I say "run" , it gives the following error
(gdb) run
Don't know how to run. Try "help target".
and in the target it says
"Killing inferior".
Can anybody help me in solving this issue.
Thanking you in advance
Regards
Aman
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Debuging Problem in PPC440GP
2002-11-22 21:40 Debuging Problem in PPC440GP Aman
@ 2002-11-25 8:48 ` Kenneth Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Kenneth Johansson @ 2002-11-25 8:48 UTC (permalink / raw)
To: Aman; +Cc: Linuxppc embedded
On Fri, 2002-11-22 at 22:40, Aman wrote:
>
> Hi All
>
> I wanted to debug the application in ppc440gp. To debug I am using gdbserver
> and ddd. The application which I have written is hello world program. In the
> target the command is
>
> root@192.168.13.246:~# gdbserver 192.168.13.242:4000 hello
> Process hello created; pid = 107
>
> In the host the command is
> ddd --debugger ppc_405-gdb --gdb hello and then in the GUI the following
> command is given
>
> target remote 192.168.13.246:4000 which in turn creates the following line
> in the target
> Remote debugging using 192.168.13.242:4000
>
> In the above situation , if I say "cont" , the program executes normally.
> However if I say "run" , it gives the following error
>
> (gdb) run
> Don't know how to run. Try "help target".
>
> and in the target it says
>
> "Killing inferior".
>
> Can anybody help me in solving this issue.
Solve what? from the output it's clear that gdbserver already created
the process and since it's already running you can just use continue.
Also the remote protocol is very low level it dose not know how to start
a program.
--
Kenneth Johansson
Ericsson AB Tel: +46 8 404 71 83
Borgafjordsgatan 9 Fax: +46 8 404 72 72
164 80 Stockholm kenneth.johansson@etx.ericsson.se
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-25 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-22 21:40 Debuging Problem in PPC440GP Aman
2002-11-25 8:48 ` Kenneth Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).