aboutsummaryrefslogtreecommitdiff
path: root/src/client/ios/Breakpad.mm
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-150/+150
* Fix orphaned crash reports.John Z Wu2019-05-151-1/+13
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-231-13/+26
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-081-0/+38
* Fix crash when an NSException is thrown.Adam Harrison2018-02-021-1/+1
* Remove duplicate import.Adam Harrison2017-12-051-1/+0
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-031-19/+21
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-021-21/+19
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-271-19/+21
* ios: Adds a no-Mach exception handlerAdam Harrison2017-10-121-0/+7
* Only release current_breakpad_ if it is defined.Benjamin Lerman2015-10-141-1/+1
* Default nil or empty version string to CFBundleVersionchangluo@google.com2015-07-101-1/+1
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-101-1/+1
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-15/+88
* Unhook current Breakpad object after handling uncaught NSException.qsr@chromium.org2014-07-071-0/+1
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-281-2/+2
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-181-1/+1
* When the Breakpad.h header gets compiled by standard C compilersdmaclach2014-02-181-2/+7
* Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.blundell@chromium.org2014-01-131-5/+11
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-101-16/+13
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-121-15/+0
* In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...qsr@chromium.org2013-11-261-2/+1
* Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org2013-11-201-5/+14
* Fix a memory leak, using stringWithUTF8String instead.yuwu@google.com2013-07-171-1/+1
* Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...yuwu@google.com2013-07-151-2/+5
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-6/+4
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-181-2/+2
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-111-7/+19
* Correct various compilation warnings.qsr@chromium.org2012-03-071-2/+1
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-141-0/+56
* Add API on iOS to generate dump on demand.qsr@chromium.org2011-12-091-2/+55
* Correct bug introduced by last commit: Interface on Breakpad is incorrect.qsr@chromium.org2011-11-161-5/+7
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-161-0/+35
* Correct leak.qsr@chromium.org2011-11-101-2/+2
* Breakpad implementation for ios.qsr@chromium.org2011-10-121-0/+683