Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » gdbserver debugging
gdbserver debugging [message #189079] Tue, 10 April 2007 14:13 Go to next message
Eclipse UserFriend
Originally posted by: hansch.centrum.cz

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.

Thank you for help!
Yours sincerely!
Jan Schroetter
Re: gdbserver debugging [message #189388 is a reply to message #189079] Fri, 13 April 2007 06:10 Go to previous message
Eclipse UserFriend
Originally posted by: hansch.centrum.cz

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.
Previous Topic:Is debugging broken under windows?
Next Topic:Eclipse CDT sweeping statement
Goto Forum:
  


Current Time: Tue Sep 24 14:46:46 GMT 2024

Powered by FUDForum. Page generated in 0.04666 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top