[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: gdbserver debugging

Any suggestions? Come on! I can't solve it myself :(.

THX JS


Hello!
I'm eclipse newbie and I have a problem with remote debugging with gdbserver. I'm running eclipse on WinXP and trying to debug linux binary running on Debian (in VMWare). On linux the gdbserver is running, but I get a "strange" error message: "192.168.100.10:10001: No such file or directory."
My eclipse debugger settings:
Debugger: gdbserver Debugger
GDB Debugger: C:\mingw\bin\gdb.exe
GDB Command set: Standard
Protocol: mi
Connection: TCP
Hostname: 192.168.100.10
Port: 10001


I've tried many different settings, googling and this news reading, but I'm unsuccesfull for many hours :(...

25-gdb-set confirm off
25^done
(gdb)
26-gdb-set width 0
26^done
(gdb)
27-gdb-set height 0
27^done
(gdb)
28-interpreter-exec console echo
28^error,msg="Undefined MI command: interpreter-exec"
(gdb)
29-gdb-show prompt
29^done,value="(gdb) "
30-gdb-set auto-solib-add on
(gdb)
&"No symbol \"auto\" in current context.\n"
30^error,msg="No symbol \"auto\" in current context."
(gdb)
31-target-select remote 192.168.100.10:10001
&"192.168.100.10:10001: No such file or directory.\n"
31^error,msg="192.168.100.10:10001: No such file or directory."
(gdb)
32-gdb-exit
32^exit
No symbol "auto" in current context.
192.168.100.10:10001: No such file or directory.