Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » gdbserver breakpoints on Kepler
gdbserver breakpoints on Kepler [message #1245456] Thu, 13 February 2014 21:01 Go to next message
Jim Slice is currently offline Jim SliceFriend
Messages: 3
Registered: February 2014
Junior Member
Hi,
i have used successfully Eclipse Helios to debug an application on a target with gdbserver 7.2. Now i upgrade my system to Kepler and everything is working except breakpoints created by Eclipse. Breakpoints don't show any warnings but application doesn't stop at debug time. Watching at gdb-trace console i don't see any set break-insert command otherwise i see them on Helios session.
I am using mode "C/C++ Attach to Application".

Does anybody have any idea where is the problem and how to fix it?

Thanks
Jim
Re: gdbserver breakpoints on Kepler [message #1245972 is a reply to message #1245456] Fri, 14 February 2014 14:39 Go to previous messageGo to next message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
Are you currently attached to an application? Note that with "C/C++ Attach to application" using gdbserver, you will connect to gdbserver, but nothing will be debugged by default. You need to manually tell CDT to attach to a remote process. See this for details:
https://wiki.eclipse.org/CDT/User/FAQ#How_do_I_debug_a_remote_application.3F

Marc
Re: gdbserver breakpoints on Kepler [message #1248393 is a reply to message #1245972] Mon, 17 February 2014 07:51 Go to previous message
Jim Slice is currently offline Jim SliceFriend
Messages: 3
Registered: February 2014
Junior Member
Hi Mark,
thank you for your hint. I've changed from "Attach to Application" to "Manual Remote" gdb debugging and now is all ok. Thank you again
regards
Jim
Previous Topic:How to add Keyword to CDT Parser
Next Topic:Call hierarchy of variables
Goto Forum:
  


Current Time: Sat Apr 27 01:01:58 GMT 2024

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

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

Back to the top