aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-101-1/+1
* linux: fix broken testsJoshua Peraza2019-06-041-2/+2
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-261-2/+8
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-3/+3
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-1/+1
* Improve stack sanitization unittests.Tobias Sargeant2017-02-241-45/+70
* Address post-submit review comments related to CL #430050Tobias Sargeant2017-02-071-4/+5
* Remove debugging fprintf in unittest code that prevents rolling breakpadTobias Sargeant2017-02-061-1/+0
* Sanitize dumped stacks to remove data that may be identifiable.Tobias Sargeant2017-01-311-51/+130
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-13/+20
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-211-1/+1
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-081-0/+2
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-1/+4
* Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.thestig@chromium.org2013-07-021-1/+5
* Fix Android build more.thestig@chromium.org2013-07-011-0/+2
* Make all linux ptrace dumper tests use a subprocessted.mielczarek@gmail.com2013-06-061-191/+203
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-2/+3
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-081-0/+4
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-1/+2
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-2/+3
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-18/+5
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Fix race in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-251-12/+20
* Reap child in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-251-0/+7
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-271-1/+1
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-0/+430