From 4ec5b596be7253952773e765a1fb5e3a1182d29f Mon Sep 17 00:00:00 2001 From: John Cortell Date: Mon, 5 Apr 2010 17:38:41 +0000 Subject: [PATCH] Specify dwarf2 debug info. Default for 3.x is STABS, and that is an inferior format. At a minimum, C++ exception catchpoints don't work, and there is a class that tests them. --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/Makefile b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/Makefile index 85dc0c07d4c..b3ea48c2ef3 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/Makefile +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src/Makefile @@ -1,6 +1,6 @@ src = $(wildcard *.cc *.c) destDir = ../bin -GCCFLAGS = -g -pthread -m32 +GCCFLAGS = -gdwarf-2 -pthread -m32 all: @mkdir -p $(destDir)