Bug 509625 - Breakpoints don't work work with Mingw
Summary: Breakpoints don't work work with Mingw
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 9.2.0   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 03:31 EST by Thomas Arnbjerg CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Arnbjerg CLA 2016-12-22 03:31:44 EST
I've created a multithreaded C++11 application both as a local application and a cross compiled RaspberryPi application 

When setting a break point it seems as if the application is suspended in the background and cannot be resumed.

The initial break point in main works as expected and single stepping is possible. 

Breakpoints present before launch work occationally but have  the "Breakpoint installation failed" indication.

Basically remote and local debugging under Windows is impossible.

The last time I tried this it worked (5-6 years ago)


The tool chain is GCC x86_64-posix-seh-rev1, Built by MinGW-W64 project 6.2.0

The same problem is seen with other toolchains as well (tried several others e.g. x86_64-5.4.0-posix-sjlj-rt_v5-rev0 and a newer Raspberry by cross gcc).

The problem is seen in all versions of Eclipse Neon and at least also the newest Eclipse Mars.