Community
Participate
Working Groups
GDB 7.4 is now out, we should add the corresponding suite of JUnit tests
Created attachment 210001 [details] JUnit tests for 7.4 I copied the JUnit 7.3 tests for GDB 7.4
Created attachment 210002 [details] Fix for test setting a breakpoint on an invalid line Starting with GDB 7.4, breakpoints at invalid lines succeed and become pending breakpoints. This is because the invalid line for one file, may be valid for another file with the same name. Our previous test would expect a failure. I have change that for 7.4. I will commit both patches to master.
Fixed
*** cdt git genie on behalf of Marc Khouzam *** Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending breakpoints [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=b9a036ecdaf598b3d3a289bb1eb65c92e0a2501c
*** cdt git genie on behalf of Marc Khouzam *** Bug 369569: Need JUnit tests for GDB 7.4 [*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=6733c8df4238752cfe93bc75a57f168d42fc2c42