Fix for issue 242, plus a redo of how old exception handlers are tracked, and called.

R=Craig.Schlenter, luly81



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@315 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
nealsid
2009-02-26 21:31:53 +00:00
parent 4af5fe0b59
commit 02c244f1b2
3 changed files with 59 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
CXX=g++
CC=gcc
CXXFLAGS=-gstabs -I../../.. -Wall -D_REENTRANT
CXXFLAGS=-gstabs+ -I../../.. -Wall -D_REENTRANT
LDFLAGS=-lpthread
OBJ_DIR=.