breakpad/src/client/mac/handler
qsr@chromium.org 47e34e6f07 Fix compilation for iOS on XCode 4.5
Compilation directive for PPC was using MAC_OS_X_VERSION_MIN_REQUIRED.

 This is not correct, as the latest SDKs allow to compile for older version of
Mac OS, but don't contain the ppc headers. Changing the directive to use
MAC_OS_X_VERSION_MAX_ALLOWED instead.

 Moreover, uploader.mm was including pwd.h that was not used and doesn't exist
on the latest iOS SDK.
Review URL: https://breakpad.appspot.com/412002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@982 4c0a9323-5329-0410-9bdc-e9ce6186880e
2012-07-09 12:38:15 +00:00
..
minidump_test.xcodeproj Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. 2011-11-18 21:40:27 +00:00
testcases Fix some compilation warnings and other errors due to API changes 2011-09-29 16:14:01 +00:00
breakpad_nlist_64.cc NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead. 2012-02-06 17:33:12 +00:00
breakpad_nlist_64.h Allow out-of-process minidump generation to work on processes of a different CPU architecture 2010-12-15 21:55:56 +00:00
dynamic_images.cc Fix -Wnull-conversion warnings in breakpad. 2012-03-30 14:30:06 +00:00
dynamic_images.h Do not use mach_vm.h on iOS. 2011-10-24 14:58:12 +00:00
exception_handler.cc Unprotect the allocator before trying to create a minidump from a signal. 2012-05-14 11:34:01 +00:00
exception_handler.h Add SIGABRT handler for mac and iOS. 2012-03-09 19:11:58 +00:00
mach_vm_compat.h Add mach_vm_deallocate to the set of function not available on iOS5. 2011-10-24 15:16:10 +00:00
minidump_generator.cc Correct various compilation warnings. 2012-03-07 00:18:29 +00:00
minidump_generator.h Fix compilation for iOS on XCode 4.5 2012-07-09 12:38:15 +00:00
minidump_tests32-Info.plist Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments 2008-04-25 00:37:19 +00:00
minidump_tests64-Info.plist Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments 2008-04-25 00:37:19 +00:00
obj-cTestCases-Info.plist Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! 2008-10-08 23:56:02 +00:00
protected_memory_allocator.cc Clean up build for 64 bit. 2010-07-19 20:43:49 +00:00
protected_memory_allocator.h Clean up build for 64 bit. 2010-07-19 20:43:49 +00:00