aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios
AgeCommit message (Expand)Author
2020-03-14convert_UTF: try to update xcode filesMike Frysinger
2019-05-15Fix orphaned crash reports.John Z Wu
2019-04-23[Breakpad iOS] Add a callback on report upload completion.Olivier Robin
2019-04-19Use correct c++ standard library in Xcode project.John Z Wu
2019-02-25breakpad: Remove semicolons, iOS edition.Nico Weber
2018-10-08Adds method to get the date of the most recent iOS crash report.Evan Bernstein
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2018-07-09ios: Fix build of exception_handler_no_machJoshua Peraza
2018-02-02Fix crash when an NSException is thrown.Adam Harrison
2017-12-15Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek
2017-12-05Remove duplicate import.Adam Harrison
2017-11-03Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang
2017-11-03Don’t set exit_after_write to false for tvOS.Adam Harrison
2017-11-02Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai
2017-10-27Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang
2017-10-12ios: Adds a no-Mach exception handlerAdam Harrison
2017-02-13There is no need to use the main queue just for perform selector.George Kola
2015-10-14Only release current_breakpad_ if it is defined.Benjamin Lerman
2015-07-10Default nil or empty version string to CFBundleVersionchangluo@google.com
2014-12-10Breakpad: Fix build with new clang versions.mark@chromium.org
2014-09-01Adding possibility for client to upload the fileblundell@chromium.org
2014-07-07Unhook current Breakpad object after handling uncaught NSException.qsr@chromium.org
2014-03-19Fix a bug in BreakpadController that prevented multiple report uploads per ca...ivan.penkov@gmail.com
2014-02-28Fixing compiler warnings:ivan.penkov@gmail.com
2014-02-26Update GTM and enable -Wundef and strict C++11 flags.dmaclach
2014-02-24Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach
2014-02-18Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach
2014-02-18When the Breakpad.h header gets compiled by standard C compilersdmaclach
2014-01-13Submitting on bahalf of Michele Aiello.ivan.penkov@gmail.com
2014-01-13Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.blundell@chromium.org
2014-01-10Don't do work inside assert(). Ever.mark@chromium.org
2013-12-12Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org
2013-12-12Add -[BreakpadController resetConfiguration] for iOS.blundell@chromium.org
2013-12-03Fix unused method warning.ivan.penkov@gmail.com
2013-12-02Re-enable ios_exception_minidump_generator being built on non-ARM.blundell@chromium.org
2013-11-26In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...qsr@chromium.org
2013-11-21Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org
2013-11-20Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org
2013-10-15Remove unittest from sources list of iOS client xcodeproj.qsr@chromium.org
2013-10-11Fix missing include in ios_exception_minidump_generator.mm.qsr@chromium.org
2013-07-17Fix a memory leak, using stringWithUTF8String instead.yuwu@google.com
2013-07-15Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...yuwu@google.com
2013-05-03Fix minidump generation from exception.qsr@chromium.org
2013-04-24Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org
2013-04-18Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org
2013-02-01 Add API to find out if there is crash reports to send to the server.qsr@chromium.org
2013-01-17Move scoped_ptr.h to commonted.mielczarek@gmail.com
2012-12-17 Fix typo.qsr@chromium.org
2012-12-17 Updating BreakpadController to allow start and stop being nop.qsr@chromium.org
2012-12-11Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org