| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. | qsr@chromium.org | 2014-06-06 | 1 | -1/+5 |
* | Make ARM64 detection consistent in chromium. | mark@chromium.org | 2014-04-01 | 1 | -2/+2 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 1 | -11/+13 |
* | Enable the SIGABRT handler on desktop OS X | ted.mielczarek@gmail.com | 2013-08-14 | 1 | -2/+0 |
* | Fix missing result check in Mac exception handler | ted.mielczarek@gmail.com | 2013-04-18 | 1 | -3/+7 |
* | Make OOP mac crashreporting exit after writing dump | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -1/+4 |
* | Allow the Mac and iOS Breakpad clients to build without exceptions when the C... | mark@chromium.org | 2012-12-11 | 1 | -1/+14 |
* | Fix a bunch of small nits. | thestig@chromium.org | 2012-09-26 | 1 | -52/+50 |
* | Getting context information from the kernel when catching a SIGABRT on iOS. | qsr@chromium.org | 2012-08-20 | 1 | -3/+6 |
* | Unprotect the allocator before trying to create a minidump from a signal. | qsr@chromium.org | 2012-05-14 | 1 | -5/+13 |
* | Fix one more -Wnull-conversion warning. | mark@chromium.org | 2012-03-30 | 1 | -1/+2 |
* | Fix -Wnull-conversion warnings in breakpad. | mark@chromium.org | 2012-03-30 | 1 | -1/+1 |
* | Add high level API for breakpad on iOS. | qsr@chromium.org | 2012-03-13 | 1 | -7/+9 |
* | Change iOS implementation to not use exc_server | qsr@chromium.org | 2012-03-09 | 1 | -86/+89 |
* | Add SIGABRT handler for mac and iOS. | qsr@chromium.org | 2012-03-09 | 1 | -5/+61 |
* | Removing breakpad_exc_server and all references. | qsr@chromium.org | 2012-03-08 | 1 | -77/+2 |
* | Correct various compilation warnings. | qsr@chromium.org | 2012-03-07 | 1 | -10/+11 |
* | #ifdef cpu specific code. | qsr@chromium.org | 2011-10-07 | 1 | -0/+13 |
* | Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in | mark@chromium.org | 2011-08-26 | 1 | -0/+8 |
* | Rename duplicate argument names to make it compile with CLang. | ted.mielczarek | 2011-01-25 | 1 | -8/+8 |
* | Allow writing on-request minidumps with an exception stream | ted.mielczarek@gmail.com | 2010-12-15 | 1 | -26/+49 |
* | issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep... | ted.mielczarek@gmail.com | 2010-12-15 | 1 | -4/+11 |
* | Allow dumping live processes on OS X | ted.mielczarek@gmail.com | 2010-08-13 | 1 | -0/+32 |
* | Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena... | ted.mielczarek@gmail.com | 2010-08-13 | 1 | -3/+19 |
* | Review: http://breakpad.appspot.com/136001 | dmaclach | 2010-07-28 | 1 | -2/+3 |
* | Forward exceptions in child processes to Apple's Crash Reporter | nealsid | 2009-11-18 | 1 | -0/+3 |
* | Always export catch_exception_raise. | mmentovai | 2009-11-11 | 1 | -1/+4 |
* | issue 323 - OS X exception handler / minidump generator should set exception ... | ted.mielczarek | 2009-06-12 | 1 | -6/+13 |
* | Open sourcing the Breakpad framework from Google. | nealsid | 2009-04-01 | 1 | -1/+0 |
* | Undo suspend/resume feature since it was meant as a workaround to a bug in ho... | nealsid | 2008-10-27 | 1 | -46/+20 |
* | Issue 181: Add version info for Mac OS X modules. Found by iterating over lo... | nealsid | 2008-10-22 | 1 | -36/+66 |
* | Now we provide our own implementation of the MIG function exc_server, as reco... | nealsid | 2008-07-11 | 1 | -0/+71 |
* | Issue 209: Reviewer waylonis | ladderbreaker | 2007-09-19 | 1 | -1/+1 |
* | Issue203 : reviewed by Waylonis | ladderbreaker | 2007-08-29 | 1 | -7/+24 |
* | Issue 202: reviewed by Waylonis | ladderbreaker | 2007-08-27 | 1 | -0/+30 |
* | Issue 161: reviewer Waylonis | ladderbreaker | 2007-05-07 | 1 | -2/+2 |
* | missed header renames from Issue 152 | ted.mielczarek | 2007-05-04 | 1 | -1/+1 |
* | Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers | ted.mielczarek | 2007-05-03 | 1 | -1/+2 |
* | Issue 159: reviewer Waylonis | ladderbreaker | 2007-05-02 | 1 | -30/+68 |
* | fixes for issue 128: reviewed by Waylonis | ladderbreaker | 2007-03-08 | 1 | -0/+46 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -2/+2 |
* | Fix bug with mach-o walker not properly walking universal binary (Issue #125) | waylonis | 2007-02-07 | 1 | -43/+29 |
* | - Fixes the bug with a fork()'d child's exception being caught in the parent ... | waylonis | 2007-02-05 | 1 | -30/+62 |
* | Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment... | waylonis | 2006-12-20 | 1 | -0/+497 |