aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer
Commit message (Expand)AuthorAgeFilesLines
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-117-5/+118
* 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
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-212-9/+16
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-172-4/+4
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* Improve ARM CPU info reporting.digit@chromium.org2013-04-246-126/+897
* Removing redundant calls to string::c_str().ivan.penkov@gmail.com2013-03-291-7/+7
* Get the complete linux gate mapping instead of only one pageted.mielczarek@gmail.com2013-03-291-3/+2
* Linux MinidumpWriter should properly set number_of_processors on ARMted.mielczarek@gmail.com2013-03-121-0/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-063-17/+17
* Remove a call to new[] from WriteDSODebugStreamted.mielczarek@gmail.com2013-01-311-4/+3
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-172-2/+2
* 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-215-16/+20
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-153-15/+251
* Fix assertion failure in WriteMappings() for zero modulesmkrebs@chromium.org2012-11-141-2/+9
* Fix typo from r1079.thestig@chromium.org2012-11-131-1/+1
* Linux: Avoid truncating the vendor id.thestig@chromium.org2012-11-091-5/+3
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18
* Fix the Android unit tests.digit@chromium.org2012-10-091-4/+0
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-087-36/+137
* Fix a parsing error in the Linux dump writer.thestig@chromium.org2012-09-261-7/+11
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-195-100/+107
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-182-1/+40
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-183-15/+148
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-171-2/+2
* Fix README.ANDROID + formattingdigit@chromium.org2012-09-051-2/+2
* Fix minidump_writer_unittest on Androiddigit@chromium.org2012-08-301-4/+3
* Fix Linux/ARM GetInstructionPointer() in minidump_writer.ccdigit@chromium.org2012-08-301-1/+1
* Improve Android supportdigit@chromium.org2012-08-213-32/+0
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-093-44/+137
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-035-63/+67
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-243-126/+9
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-242-5/+7
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-202-76/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-193-9/+126
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+24
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-026-45/+141
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-284-9/+13
* Fix race in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-252-20/+29
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-252-27/+35
* Reap child in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-251-0/+7
* Fix file descriptor leak in GetThreadInfoByIndexbenchan@chromium.org2012-04-181-0/+1
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-032-15/+19
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-031-2/+0
* Fix several issues in linux_dumper_unittest_helperted.mielczarek@gmail.com2012-04-031-3/+6
* Fix for putting main module as first one in minidumpmkrebs@chromium.org2012-03-302-3/+53
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-231-13/+5