aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-109-34/+125
* Fix a trivial parsing bug caught by static analysisNicholas Nethercote2016-06-101-1/+1
* Update symbol file documentation links.Ralph Giles2016-06-103-3/+3
* linux/android: add SIGTRAP to the list of signals handled by the clientPrimiano Tucci2016-06-081-1/+1
* [Android] Roll back to r10e.Primiano Tucci2016-06-061-5/+21
* [Android] Revert x86 workaround changes for NDK r11c.Primiano Tucci2016-06-061-0/+11
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-0510-89/+531
* [Android] Update breakpad to NDK r11c.Primiano Tucci2016-06-021-31/+4
* fix signed warning errors in unittestsMike Frysinger2016-05-262-13/+13
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* [MIPS] Rename variable mips to mips32Veljko Mihailovic2016-05-252-6/+6
* Fixing an unused-variable warning in microdump_writer.ccIvan Penkov2016-05-241-1/+0
* Fix stack collection with size limitLars Volker2016-05-241-0/+8
* Functions only called by DumpFreeSpace need to be conditionally compiled.Tobias Sargeant2016-05-231-0/+6
* Add statistics about free space to microdump format.Primiano Tucci2016-05-231-2/+141
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Revert "Write adjusted range back to module"Tao Bai2016-05-132-13/+0
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-1213-4477/+3032
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-129-13/+4500
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3
* breakpad: fix unittest errorsYunlian Jiang2016-05-042-6/+2
* Add debug fission support.Yunlian Jiang2016-05-0410-105/+2183
* macho: fix printf type mismatchesMike Frysinger2016-05-041-3/+3
* Write adjusted range back to moduleTao Bai2016-05-032-0/+13
* Add parentheses to silence clang warningPrimiano Tucci2016-05-031-1/+2
* Revert of Extend mapping merge to include reserved but unused mappings. (http...Primiano Tucci2016-04-281-18/+0
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-212-74/+0
* Make x86-64 frame pointer unwinding stricterTed Mielczarek2016-04-192-51/+169
* Bump MinidumpMemoryRegion::max_bytes to 2MBTed Mielczarek2016-04-141-1/+1
* Add a missing const to an accessor.Sebastien Marchand2016-04-141-1/+1
* 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