aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sign-compare compiler warning in MicrodumpWriterTestMike Percy2016-12-101-2/+2
* crash_generation: fix bad call to closeMike Frysinger2016-12-091-1/+1
* Log a message when microdump output is suppressed.Tobias Sargeant2016-12-071-0/+1
* Do not generate a microdump if there are no webview pointers on the stack.Tobias Sargeant2016-12-013-108/+208
* Comment out an unused function argumentOrgad Shaneh2016-11-291-1/+1
* Update linksOrgad Shaneh2016-11-181-2/+2
* Also treat DBG_PRINTEXCEPTION* as debug exceptionsTim Angus2016-10-181-1/+3
* Don't call _exit() on iOS.Justin Cohen2016-10-131-0/+5
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-011-4/+4
* Fix breakpad compilation issue with clang on WindowsRafal Chlodnicki2016-08-251-6/+4
* Add process type to MicroDumpExtraInfoPrimiano Tucci2016-07-192-1/+16
* Recover memory mappings before writing dump on ChromeOSTing-Yuan (Leo) Huang2016-07-181-0/+172
* Add a new argument to specify the minidump type to write on Windows.Ting-Yu Chou2016-06-292-6/+10
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-0/+2
* linux/android: add SIGTRAP to the list of signals handled by the clientPrimiano Tucci2016-06-081-1/+1
* Fixing an unused-variable warning in microdump_writer.ccIvan Penkov2016-05-241-1/+0
* Fix stack collection with size limitLars Volker2016-05-241-0/+8
* Functions only called by DumpFreeSpace need to be conditionally compiled.Tobias Sargeant2016-05-231-0/+6
* Add statistics about free space to microdump format.Primiano Tucci2016-05-231-2/+141
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-4/+0
* Revert of Extend mapping merge to include reserved but unused mappings. (http...Primiano Tucci2016-04-281-18/+0
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-2/+0
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-057-91/+119
* Don't merge the mappings if their exec bit are different.Primiano Tucci2016-03-081-1/+2
* Add an optional root prefix to Linux dumpersDominik Laskowski2016-03-077-35/+58
* Ensure Linux minidump writer flushes minidump header early.Ted Mielczarek2016-02-121-11/+18
* Fix usage of deprecated function CFPropertyListCreateFromXMLData.Sylvain Defresne2016-02-081-3/+3
* [mips64] Support for mips n64Mike Frysinger2016-02-064-0/+24