aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-272-3/+3
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-1910-356/+1005
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-114-88/+128
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-213-9/+8
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-16/+5
* Correct compilation warning.qsr@chromium.org2011-11-231-40/+32
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-2/+2
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-311-0/+1
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-304-11/+15
* Adding header files at the request of Chrome.jessicag.feedback@gmail.com2011-03-221-0/+2
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-142-23/+117
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* 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-137-74/+489
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-083-10/+8
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-192-15/+71
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-15/+16
* Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...ted.mielczarek2010-10-211-8/+7
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-207-10/+90
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-233-6/+7