aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix write() unused-result warningMike Frysinger2017-02-083-4/+6
* Fixed leak of unloaded module lists.Joshua Peraza2017-02-072-2/+6
* Address post-submit review comments related to CL #430050Tobias Sargeant2017-02-072-6/+13
* md5: fix strict aliasing warningsMike Frysinger2017-02-071-2/+2
* 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 "Several fixes for broken Mac build"Roman Margold2017-02-014-10/+11
* 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
* Several fixes for broken Mac buildRoman Margold2017-02-014-11/+10
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-319-62/+362
* Fixed a bug where cv record size was not correctly checked.Joshua Peraza2017-01-301-4/+6
* Change symbol upload message to include 'breakpad'Bruce Dawson2017-01-281-1/+1
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-1915-13/+161
* 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
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-166-1/+685
* 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
* Remove comparison of this with nullptrOrgad Shaneh2016-12-062-13/+9
* 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
* microdump_stackwalk_test: fix bashism in testMike Frysinger2016-11-252-2/+2
* Update linksOrgad Shaneh2016-11-186-10/+10
* Add a crash reason string for the simulated crashpad exception codePierre-Antoine Manzagol2016-11-103-3/+14
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-0811-15/+16
* Basic handling of CIE version 4 in dwarf readingScott Graham2016-11-025-8/+147
* minidump-2-core: add more control over filenamesMike Frysinger2016-11-011-24/+93
* Fix pointer arithmetic in UTF8ToUTF16CharHans Wennborg2016-10-271-3/+3
* Generate reason for bad function table exceptionMike Wittman2016-10-272-0/+5
* minidump-2-core: add an -o flag for controlling core outputMike Frysinger2016-10-261-24/+46
* minidump-2-core: rewrite argument processingMike Frysinger2016-10-261-85/+134
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-255-0/+93
* Fix iterating over the MDXStateFeature entries on 32-bit hostsGabriele Svelto2016-10-181-1/+1
* Also treat DBG_PRINTEXCEPTION* as debug exceptionsTim Angus2016-10-181-1/+3
* Provide initial EBX value to FPO frame data evaluatorScott Graham2016-10-142-6/+153
* Don't call _exit() on iOS.Justin Cohen2016-10-131-0/+5
* Fix dump_syms for C++ after 7398ce15b79dMark Mentovai2016-09-261-2/+2
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-236-33/+130
* generate a repo manifest from the DEPS fileMike Frysinger2016-09-211-0/+167
* Fix a win32 build error by moving a #include out of an #ifndef _WIN32Ted Mielczarek2016-09-201-1/+2
* Fixing the Xcode project for the Breakpad Mac crash reporter.Ivan Penkov2016-09-022-9/+23
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-012-5/+5
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-307-31/+34
* Fixing some casts in order to be able to build with new Xcode and SDK version...Ivan Penkov2016-08-302-4/+8
* Updating ExploitabilityLinux to check memory mapping names against a prefixBen Scarlato2016-08-293-8/+15
* Fix breakpad compilation issue with clang on WindowsRafal Chlodnicki2016-08-251-6/+4
* Update MDRawMiscInfo to support version 5 of the MINIDUMP_MISC_INFO_N structure.Gabriele Svelto2016-08-192-9/+139