aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18
* Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com2012-10-151-2/+4
* Make Linux signal handler more robust.digit@chromium.org2012-10-092-0/+60
* 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 merge error from r1055ted.mielczarek@gmail.com2012-10-021-1/+0
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-022-10/+11
* Fix the Linux build with clang.thestig@chromium.org2012-09-261-0/+1
* 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-187-7/+168
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-186-18/+265
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-171-2/+2
* Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com2012-09-174-3/+29
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-1/+1
* Fix the Linux build on Ubuntu 12.04 LTSdigit@chromium.org2012-09-061-2/+2
* Fix README.ANDROID + formattingdigit@chromium.org2012-09-051-2/+2
* Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org2012-09-043-72/+304
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-9/+3
* 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
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-211-2/+2
* Improve Android supportdigit@chromium.org2012-08-217-245/+1
* Fix Android build.digit@chromium.org2012-08-202-2/+9
* Make ExceptionHandler::HandleSignal() public.mark@chromium.org2012-08-102-0/+12
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-098-401/+611
* Conditionally compiling a unittest - based on whether AddressSanitizer is used. ivan.penkov@gmail.com2012-08-061-0/+7
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-035-63/+67
* Android ucontext_t handling refinement.digit@chromium.org2012-08-011-13/+116
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-246-193/+10
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-244-12/+20
* 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-196-10/+193
* 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-2810-39/+47
* Fix Android build of client librarydigit@chromium.org2012-06-272-32/+7
* Fix race in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-252-20/+29
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-253-28/+43
* Reap child in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-251-0/+7
* Fix file descriptor leak in GetThreadInfoByIndexbenchan@chromium.org2012-04-181-0/+1
* Fix file descriptor leaks in ExternalDumper testted.mielczarek2012-04-111-0/+2
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-036-28/+132
* 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
* Avoid setting an alternative stack for signals if there is already oneted.mielczarek2012-02-142-8/+11
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-273-4/+4