aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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