aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix DWARF handling of inlined functions in namespacesTed Mielczarek2016-04-142-9/+32
* Add some new stream types to MDStreamTypeTed Mielczarek2016-04-132-0/+12
* Fix a dependency issue in automakeTed Mielczarek2016-04-121-0/+3
* tweak IGNORE_RET behavior a bitMike Frysinger2016-04-111-1/+1
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-086-83/+188
* Remove unreferenced local variable which breaks build.Yunxiao Ma2016-04-051-3/+2
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-057-9/+9
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-0514-224/+452
* 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-305-129/+234
* 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
* 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