Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Preventing GDB from loading ELF
Preventing GDB from loading ELF [message #1817620] Tue, 26 November 2019 14:46 Go to next message
Eclipse UserFriend
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] Tue, 26 November 2019 21:12 Go to previous message
Eclipse UserFriend
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: Sat Jun 14 14:16:38 EDT 2025

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

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

Back to the top