aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/minidump_writer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* CopyFile: add a C++ APIMike Frysinger2020-09-071-1/+1
* fix pointer style to match the style guideMike Frysinger2020-07-151-6/+6
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-161-0/+1
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-101-1/+1
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-261-1/+5
* Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.John Budorick2017-05-241-10/+24
* 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-231-6/+56
* Address post-submit review comments related to CL #430050Tobias Sargeant2017-02-071-2/+8
* Wire up stack sanitization and skipping to WriteMinidumpTobias Sargeant2017-02-031-1/+85
* Server-side workaround to handle overlapping modules.Ivan Penkov2016-06-201-0/+2
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-35/+52
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-081-12/+5
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+6
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-171-3/+3
* Removing redundant calls to string::c_str().ivan.penkov@gmail.com2013-03-291-7/+7
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-7/+7
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Fix minidump size limit used for MinidumpSizeLimit unittestmkrebs@chromium.org2012-12-121-4/+25
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-10/+11
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-151-0/+152
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-081-0/+80
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-1/+17
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-2/+77
* Fix README.ANDROID + formattingdigit@chromium.org2012-09-051-2/+2
* Fix minidump_writer_unittest on Androiddigit@chromium.org2012-08-301-4/+3
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-6/+33
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-71/+2
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-3/+4
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-2/+71
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-24/+18
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-6/+7
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-251-1/+2
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-271-2/+2
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-2/+3
* Correct compilation warning.qsr@chromium.org2011-11-231-40/+32
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-1/+314
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-081-0/+2
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-1/+7
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-10/+1
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+79