aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Treat the process stack as the top of memory for free space histograms.Tobias Sargeant2017-03-292-1/+22
* Fix ASSERT_EQUAL that should have been ASSERT_EQ.Tobias Sargeant2017-03-241-1/+1
* Don't generate minidump if crash thread doesn't ref principal mapping.Tobias Sargeant2017-03-232-13/+105
* [MIPS] Get (ptrace) value of $pc for a threadGordana Cmiljanovic2017-03-221-0/+2
* Fix sporadic failure of InstructionPointerMemory test on WindowsJon Turney2017-03-171-7/+12
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-114-6/+28
* iOS client identifies itself via URL paramsRoman Margold2017-03-101-0/+44
* Improve stack sanitization unittests.Tobias Sargeant2017-02-242-47/+73
* Make stack sanitization elide pointers to non-executable mappings.Tobias Sargeant2017-02-231-1/+3
* Use the correct PC when determining whether to skip storing a stack.Tobias Sargeant2017-02-231-5/+7
* There is no need to use the main queue just for perform selector.George Kola2017-02-131-34/+31
* windows: fix build on pre-Win10 systemsMike Frysinger2017-02-111-0/+5
* windows: update gtest/gmock pathsMike Frysinger2017-02-114-15/+19
* fix write() unused-result warningMike Frysinger2017-02-083-4/+6
* Address post-submit review comments related to CL #430050Tobias Sargeant2017-02-072-6/+13
* Remove debugging fprintf in unittest code that prevents rolling breakpadTobias Sargeant2017-02-061-1/+0
* Wire up stack sanitization and skipping to WriteMinidumpTobias Sargeant2017-02-035-40/+232
* Revert "iOS client identifies itself via URL params"Roman Margold2017-02-011-37/+0
* iOS client identifies itself via URL paramsRoman Margold2017-02-011-0/+37
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-319-62/+362
* Add API to skip dump if crashing thread doesn't reference a given module (2)Tobias Sargeant2017-01-191-0/+8
* Add API to skip dump if crashing thread doesn't reference a given moduleTobias Sargeant2017-01-1810-62/+149
* Fix unit tests expecting no output when a microdump is suppressed.Tobias Sargeant2016-12-121-9/+9