aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Breakpad.xcodeproj/project.pbxproj
AgeCommit message (Expand)Author
2021-05-19mac: fix xcode projectJoshua Peraza
2020-01-29Update Xcode project files to fix build errors.Ivan Penkov
2018-08-01Define and use a a new MDRawContextARM64Joshua Peraza
2018-07-31mac: Fix broken xcode projectsJoshua Peraza
2016-04-21Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan
2014-10-17Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org
2013-04-18Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org
2012-10-03 Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org
2012-02-21Move away from the 10.4 SDK.mark@chromium.org
2012-02-21Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org
2011-11-23 Create a static library to use Breakpad on iOS.qsr@chromium.org
2011-11-18Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek
2011-11-16 Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org
2011-10-11 Extract constants from Breakpad.h.qsr@chromium.org
2011-10-10 Extract the uploader process from crash_report_senderqsr@chromium.org
2011-10-10 Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org
2011-09-28Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. Thismark@chromium.org
2011-09-27Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.stringsmark@chromium.org
2011-09-27Fix totally busted-up project file that was, for the most part, wrong formark@chromium.org
2011-07-27Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org
2011-04-05Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai
2010-12-16Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com
2010-12-15Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com
2010-12-13Add some unit tests for the mac MinidumpGeneratorted.mielczarek
2010-09-23Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek
2010-08-13Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com
2010-08-12Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com
2010-07-29review: http://breakpad.appspot.com/138001dmaclach
2010-07-25Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan
2010-07-19Clean up build for 64 bit.dmaclach
2010-06-23Convert files in .nib format to .xib format.mark@chromium.org
2010-04-29issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek
2009-07-28Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid
2009-07-21Port fixes from internal Google Breakpad to SVN. nealsid
2009-06-03Support custom URL parameters. Added unit tests for Breakpad. Addednealsid
2009-04-29Mac reporter improvements:stuartmorgan
2009-04-22Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan
2009-04-06Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan
2009-04-06Incorporate feedback from first Breakpad integration.nealsid
2009-04-01Open sourcing the Breakpad framework from Google. nealsid