[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Remote debug with CDT: Killing inferior

I launched a gdbserver on my x86 target that runs linux 2.6.30.1
with: gdbserver :2345 ./Hello.out
I got:
Process ./Hello.out created; pid = 3456
gdbserver: Listening on port 2345

The contents of .gdbinit in my host: target remote 192.168.1.1:2345

But when I started debugging I got:
"Killing inferior" on the target.
What am I doing wrong ?

I tried the same without eclipse:
gdb target remote 192.168.1.1:2345


It works fine. I'm not getting "killing inferior" on the target.

Thanks.