Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Preventing GDB from loading ELF
Preventing GDB from loading ELF [message #1817620] Tue, 26 November 2019 19:46 Go to next message
Eli Kakoun is currently offline Eli KakounFriend
Messages: 16
Registered: November 2018
Junior Member
Hi,

I have a debugger plugin for debugging c code over eclipse.

When I launch a GDB session using an ELF file as the program, it automatically loads the symbols from the ELF.

Is there a way to prevent that?

I want to load them myself with some adjustments.

Thanks!
Re: Preventing GDB from loading ELF [message #1817630 is a reply to message #1817620] Wed, 27 November 2019 02:12 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
I suspect you could answer all of these how-to-talk-to-the-debugger posts if you knew how to run the debugger as a stand-alone.

The standard interface may do some of what you ask but it really boils down to controlling GDB with GDB commands.

Your plugin should do it the same way.

You may get answers to your posts but it probably would be faster to figure out how to do it manually and write your code accordingly.


Previous Topic:Running a gdb command on existing gdb process
Next Topic:Can't get C/C++ IDE working
Goto Forum:
  


Current Time: Fri Apr 26 08:16:47 GMT 2024

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

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

Back to the top