aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 06:25:21 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 06:25:21 +0000
commit1cb4ad73a6b77f47dbec69dcb5551c16e37d267d (patch)
tree4c6eb90b067656001659b7c4d3a8ec27d1166a4e /src/client/mac/handler
parentGive the Mac reporter app a localized name of 'Crash Reporter' (diff)
downloadbreakpad-1cb4ad73a6b77f47dbec69dcb5551c16e37d267d.tar.xz
Fix to support extensible parameter handling, and add process crashtime/uptime support
R=stuart morgan A=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@331 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/handler')
-rw-r--r--src/client/mac/handler/exception_handler_test.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/client/mac/handler/exception_handler_test.cc b/src/client/mac/handler/exception_handler_test.cc
index d84f1997..e9d200f9 100644
--- a/src/client/mac/handler/exception_handler_test.cc
+++ b/src/client/mac/handler/exception_handler_test.cc
@@ -28,15 +28,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*
-g++ -framework CoreFoundation -I../../.. \
- ../../minidump_file_writer.cc \
- ../../../common/convert_UTF.c \
- ../../../common/string_conversion.cc \
- ../../../common/mac/string_utilities.cc \
- exception_handler.cc \
- minidump_generator.cc \
- exception_handler_test.cc \
- -o exception_handler_test
+g++ -framework CoreFoundation -I../../.. ../../minidump_file_writer.cc ../../../common/convert_UTF.c ../../../common/string_conversion.cc ../../../common/mac/string_utilities.cc exception_handler.cc minidump_generator.cc exception_handler_test.cc -o exception_handler_test -mmacosx-version-min=10.4 ../../../common/mac/file_id.cc dynamic_images.cc ../../../common/mac/macho_id.cc ../../../common/mac/macho_walker.cc -lcrypto ../../../common/mac/macho_utilities.cc
*/
#include <pthread.h>