Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Neon on Windows - GDB problems debugging a multi threaded C++11 application(Debug problem on Windows with Mingw GDB)
Neon on Windows - GDB problems debugging a multi threaded C++11 application [message #1749679] Fri, 09 December 2016 12:35
Thomas Arnbjerg is currently offline Thomas ArnbjergFriend
Messages: 5
Registered: October 2015
Junior Member
Hi all,

I'm struggling to debug a multi-threadded C++11 application on Windows 7 (64 bit).
The initial break point in main works like a charm and I can single step.
When I set additional break-points in Eclipse I simply see "Break-point installation failed" and my application is stopped in the back ground (SIGINT) - i.e. breakpoints don't work.

I see the same with the Mingw-64 64 bit tool chain:
gcc x86_64-posix-seh-rev1 6.2.0 and gdb 7.10.1

- and the RaspberryPi
gcc arm-linux-gnueabihf-gcc.exe (GCC) 4.9.2 and gdb 7.7.1

My eclipse version is: Version: Neon.1a Release (4.6.1)

Has anyone succeeded in something similar?
Previous Topic:mmu / mpu unavailable
Next Topic:Mixing C/C++ and Assembly Language in same program
Goto Forum:
  


Current Time: Sat Apr 27 00:53:25 GMT 2024

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

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

Back to the top