aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-071-0/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-225-7/+7
* breakpad: Remove semicolons.Nico Weber2019-02-211-1/+1
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-193-38/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-153-3/+40
* Extract intruction pointer correctly for Windows ARM64Tom Tan2019-01-031-1/+3
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-084-0/+63
* win: fix formatting after 21c98747Joshua Peraza2018-08-271-1/+1
* win: replace a while loop with a for loopJoshua Peraza2018-08-271-1/+1
* Fix Windows client_tests GYP build after 88d8114fda3eMark Mentovai2018-08-151-0/+1
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+10
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-016-11/+11
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-55/+51
* ios: Fix build of exception_handler_no_machJoshua Peraza2018-07-091-1/+1
* Initialize variables for MSANSergey Abbakumov2018-04-102-2/+2
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-035-11/+26
* Fixing incorrect include guard (missing #define)Daniel Bratell2018-02-231-0/+1
* Fix crash when an NSException is thrown.Adam Harrison2018-02-022-11/+10
* Extend ifdef to include helper functionsLars Volker2018-01-311-2/+2
* Remove barrier to fix Android build.Lars Volker2018-01-311-1/+3
* Do not use non-standard stdext::checked_array_iterator with libc++.Peter Collingbourne2018-01-181-1/+1
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-092-0/+60
* Fix minidump on ChromeOSYunlian Jiang2017-12-201-8/+25
* Reconcile -[BreakpadController withBreakpadRef:] with its documentation.Robert Sesek2017-12-151-3/+1
* Remove duplicate import.Adam Harrison2017-12-051-1/+0
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-032-19/+29
* Don’t set exit_after_write to false for tvOS.Adam Harrison2017-11-031-0/+2
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-022-29/+19
* Fix double declaration of tgkill when using Android NDK Headers.Nicholas Baldwin2017-10-301-7/+1
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-272-19/+29
* Move main executable handling out of procmaps parser loop.Peter Collingbourne2017-10-171-19/+21
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-177-7/+7
* ios: Adds a no-Mach exception handlerAdam Harrison2017-10-123-0/+447
* Fix MSVC build on 64-bitOrgad Shaneh2017-09-253-5/+5
* Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai2017-09-206-33/+33
* drop bundled gflags from the checkoutMike Frysinger2017-09-131-1/+2
* Add crash reason and address to microdumps.Tobias Sargeant2017-08-144-0/+111
* A couple of minor fixesLeonard Mosescu2017-07-111-1/+1
* Fix asan buildsEric Holk2017-06-221-23/+23
* Add first chance exception handler APIEric Holk2017-06-193-0/+44
* Merge exec and non-exec segments while merging executable bit.Peter Collingbourne2017-05-261-3/+8
* Don't attempt to use PTRACE_GETREGS if it isn't defined.John Budorick2017-05-251-1/+5
* Simplify ELF parser code.Peter Collingbourne2017-05-251-5/+4
* Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.John Budorick2017-05-241-10/+24
* Fix race in ExceptionHandler::GenerateDump()Lars Volker2017-05-101-3/+9
* Fixing breakpad on old linux kernelAndrew Ermakovich2017-04-212-29/+53