aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-0516-226/+459
* sample_app: enable C++11 for Android buildsPatrick Linehan2016-04-041-0/+1
* Support processing microdump for mips architectureVeljko Mihailovic2016-04-017-6/+254
* Add the TID to the CallStack.Sebastien Marchand2016-04-014-1/+14
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-308-211/+314
* Make EXC_BAD_ACCESS / EXC_I386_GPFLT print nicely in the processorTed Mielczarek2016-03-291-5/+21
* Have dump_syms output the full symbol table.David Yen2016-03-231-18/+47
* Fix the Linux Starter Guide docsTed Mielczarek2016-03-221-39/+52
* 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
* Include necessary source files in Android build config.Patrick Linehan2016-03-091-0/+3
* 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
* linux_dumper_unittest_helper: move to a check-only binaryMike Frysinger2016-02-172-38/+34
* 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
* Fix for linux make check build failureVeljko Mihailovic2016-02-122-20/+25
* 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-0619-133/+1169
* 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
* only build dump_syms_mac for x86 hostsMike Frysinger2016-01-274-27/+62
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2616-173/+219
* autotools: regen w/latest versionsMike Frysinger2016-01-257-216/+202
* test: allow use of system gmock/gtest libsMike Frysinger2016-01-255-51/+385
* build: clean up .dwo filesMike Frysinger2016-01-253-3/+11
* test: stop building tons of copies of gtest/gmock objectsMike Frysinger2016-01-252-1667/+378
* linux_client_unittest_shlib: fix cleaningMike Frysinger2016-01-252-22/+35
* tests: unify duplicate build settingsMike Frysinger2016-01-252-260/+65
* DEPS: roll test libs up to the latest releaseMike Frysinger2016-01-251-3/+3
* 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
* README: add more links to breakpad sitesMike Frysinger2016-01-141-4/+6
* Move core2md objects to libbreakpad_client.aMike Frysinger2016-01-132-20/+21
* 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