Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unresolved breakpoints in asm files only
Unresolved breakpoints in asm files only [message #1498438] Thu, 04 December 2014 12:00
ARGOUD Olivier is currently offline ARGOUD OlivierFriend
Messages: 1
Registered: December 2014
Location: France
Junior Member
Hello,

I am trying to debug an elf file compiled outside of eclipse by setting breakpoints in asm files. I imported all my sources and the elf. I set the binary parser (it is an elf created thanks to a Xilink toolchain) and Eclipse is able to read it.

The problem is that Eclipse cannot resolve breakpoints when they are in asm files, but when they are in C files, it finds them.

During my research, I noticed that when I choose an elf created in Eclipse in the "Executables" view, it shows all asm files in the source file list but none with my elf. I checked if they were not missing in my elf but the command readelf -s mypgm.elf | grep FILE shows them.

Do you know how Eclipse builds its source file list in the "Executables" view ?

Olivier
Previous Topic:warnings become errors
Next Topic:can't send ctrl-C or ctrl-Break to the console in debug
Goto Forum:
  


Current Time: Fri Apr 26 04:26:17 GMT 2024

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

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

Back to the top