Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » GDB add 0x80000000 to global addresses readed from files
GDB add 0x80000000 to global addresses readed from files [message #1817354] Thu, 21 November 2019 01:26
Eli Kakoun is currently offline Eli KakounFriend
Messages: 16
Registered: November 2018
Junior Member
Hi,

I have a debug plugin over eclipse cdt, and when reading addresses from elf files it adds 0x80000000 to the real value.
The flow is as follow:
I launch a GDB process with an init file that reads the elf file.
At the end of the init script the global value is OK.
But then when I read it from eclipse it's corrupted.
If I read the elf again using eclipse GDB console, it fixes it.

Another point is, that I upgraded the plugin to support newset version of eclipse.
When I use the same GDB and same tools over eclipse Mars everything works fine.

Any idea?

Thanks,
Eli

[Updated on: Thu, 21 November 2019 01:28]

Report message to a moderator

Previous Topic:How to "create workspace"?
Next Topic:GCC Toolchain for LPC2148 Legay Arm7 (Armv3)
Goto Forum:
  


Current Time: Thu Apr 25 12:20:54 GMT 2024

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

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

Back to the top