breakpad/src/client/mac
qsr@chromium.org fe34e3f9fe Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.
This fixes exception_handler.cc:77:8: error: fields must have a constant size:
'variable length array in structure' extension will never be supported
  char protected_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));

BUG=None
TEST=breakpad builds on ios8
R=mark@chromium.org

Review URL: https://breakpad.appspot.com/9654002

Patch from Justin Cohen <justincohen@chromium.org>.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1338 4c0a9323-5329-0410-9bdc-e9ce6186880e
2014-06-06 16:20:15 +00:00
..
Breakpad.xcodeproj Move SimpleStringDictionary from common/mac/ to just common/. 2013-04-18 20:17:29 +00:00
crash_generation Fix #include order from r1268. 2014-01-10 19:53:33 +00:00
Framework Fixup breakpad compile for Xcode 5.1 iOS release 2014-02-24 21:35:40 +00:00
gcov Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00
handler Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. 2014-06-06 16:20:15 +00:00
sender NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) 2013-11-05 16:53:55 +00:00
testapp review: http://breakpad.appspot.com/138001 2010-07-29 05:25:43 +00:00
tests Enable the SIGABRT handler on desktop OS X 2013-08-14 17:14:18 +00:00
UnitTests-Info.plist Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00