aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Have dump_syms output the full symbol table.David Yen2016-03-231-18/+47
* Explicitly call non-sized delete on dynamically sized memory for correct beha...Ivan Penkov2016-03-111-1/+1
* Fix format warning in omap.ccJon Turney2016-03-101-1/+1
* Don't merge the mappings if their exec bit are different.Primiano Tucci2016-03-081-1/+2
* Add an optional root prefix to Linux dumpersDominik Laskowski2016-03-077-35/+58
* Handle multiple microdumps in system log.Maria Mandlis2016-02-263-4/+211
* Support processing microdumps for x86 architecture.Maria Mandlis2016-02-184-6/+216
* Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) failsBirunthan Mohanathas2016-02-171-4/+36
* Fix buffer overrun in MinidumpModule::debug_identifier with MDCVInfoELFTed Mielczarek2016-02-171-1/+3
* Fixing a flaky Linux exploitability unittest.Ivan Penkov2016-02-163-15/+81
* Ensure Linux minidump writer flushes minidump header early.Ted Mielczarek2016-02-121-11/+18
* Parse additional line introduced in the microdump format and containing the G...Maria Mandlis2016-02-1111-1/+56
* Revert "Added a switch to dump minidump modules in minidump_stackwalk."Lei Zhang2016-02-103-30/+5
* Change MDCVInfoELF into something usable.Ted Mielczarek2016-02-104-45/+313
* Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.Sylvain Defresne2016-02-081-3/+43
* Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.Sylvain Defresne2016-02-081-4/+19
* Fix usage of deprecated function CFPropertyListCreateFromXMLData.Sylvain Defresne2016-02-081-3/+3
* [mips64] Support for mips n64Mike Frysinger2016-02-0617-133/+1083
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2016-01-311-6/+19
* Added a switch to dump minidump modules in minidump_stackwalk.Lei Zhang2016-01-293-5/+30
* Improvements to GYP buildPavel Labath2016-01-293-3/+10
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2616-173/+219
* test: allow use of system gmock/gtest libsMike Frysinger2016-01-251-2/+2
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-212-62/+10
* exploitability_unittest: fix warningsMike Frysinger2016-01-211-7/+6
* Fix usage of snprintf for MSVCPavel Labath2016-01-197-17/+50
* breakpad: fix unittest failure when building with clang.Mike Frysinger2016-01-151-1/+1
* libdisasm: Remove inclusion of windows.hPavel Labath2016-01-121-4/+0
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* libdisasm: Don't depend on sizeof(void)Pavel Labath2016-01-081-3/+3
* disassembler_x86: Remove unused includePavel Labath2016-01-081-1/+0
* Fix compilation of breakpad on Linux.Sylvain Defresne2016-01-081-2/+2
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-072-10/+62
* Use range-based for loops in linux/minidump_writer/minidump_writer.cc.Lei Zhang2016-01-071-45/+32
* Avoid comparing size_t to be < 0 on AArch64.Lei Zhang2016-01-061-2/+2
* Make minidump-2-core.cc build with -Wformat.Lei Zhang2016-01-062-1/+7
* Fix -Wunused-function warnings in ASAN builds.Lei Zhang2015-12-301-6/+2
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-299-29/+14
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* dump_syms: add a -v flagMike Frysinger2015-11-111-1/+16
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Make dump_syms buildable under newer versions of Xcode.Boris Vidolov2015-11-101-0/+4
* Android: Workaround for ftruncate() issues.Lei Zhang2015-11-051-3/+69
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-153-9/+165
* Only release current_breakpad_ if it is defined.Benjamin Lerman2015-10-141-1/+1
* Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek2015-10-071-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-069-58/+63
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-067-39/+15
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-054-6/+6