1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00
cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src
Simon Marchi c817c3aed5 debug tests Makefile: don't use -pthread when on Windows
Currently, I get the following error:

g++ -gdwarf-2 -pthread -o ../bin/MultiThreadRunControl.exe
MultiThreadRunControl.cc
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe:
cannot find -lpthread

I could install the pthreads package for mingw, and it would probably
work, but we don't use pthreads on windows, so it's better to just not
link with it.

Change-Id: I5deb58c5b69a98b77e9e9a4a744c6815c830cf20
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37611
2014-12-11 13:02:58 -05:00
..
BreakpointTestApp.cc Use consistent indentation in BreakpointTestApp.cc 2014-10-31 16:09:33 -04:00
CatchpointTestApp.cc
ConsoleSyncTestApp.cc Bug 397715 - [memory][expressions] Make use of GDB 7.6 new 2013-01-25 11:09:44 -05:00
ExpressionTestApp.cc Bug 436349 - JUnit test for step-return for a method returning void 2014-06-02 13:12:57 -04:00
GDBMIGenericTestApp.cc
launchConfigTestGdbinit
LaunchConfigurationAndRestartTestApp.cc
Makefile debug tests Makefile: don't use -pthread when on Windows 2014-12-11 13:02:58 -05:00
MemoryTestApp.cc
MultiThread.cc Bug 378834 - Update Debug JUnit tests to run on Hudson 2013-01-14 14:52:06 -05:00
MultiThreadRunControl.cc dsf-gdb tests: Improve tests Makefile 2014-11-20 09:06:53 -05:00
PatternMatchingExpressionsTestApp.cc Bug 409186 - Debug JUnit tests are not ready for 64bit machines 2013-05-28 14:51:22 -04:00
Sleep.h
SpecialTestApp.cc
StepIntoSelection.h Bug 415094 – Update Step Into Selection JUnit tests 2013-08-14 14:51:03 -04:00
StepIntoSelectionTestApp.cc Bug 415094 – Update Step Into Selection JUnit tests 2013-08-14 14:51:03 -04:00
TargetAvail.cc Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, all-stop mode 2011-03-28 17:24:52 +00:00
TracepointTestApp.cc Bug 378834 - Update Debug JUnit tests to run on Hudson 2013-01-14 14:52:06 -05:00