aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-161-53/+44
* Remove redundant LINUX_HOST conditionalMichael Forney2020-03-111-35/+29
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-201-0/+14
* Fix 'make distcheck'Jon Turney2019-11-191-4/+6
* convert_UTF: rewrite in C++Mike Frysinger2019-09-041-18/+18
* string_conversion: fix pointer mathMike Frysinger2019-08-051-1/+63
* configure.ac: Workaround gtest-config not being installed.Allen Webb2019-06-141-3/+0
* Enable truncation of module rangesJoshua Peraza2019-06-111-33/+89
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-131-6/+68
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-7/+51
* Fix Travis build by running tests as rootLars Volker2018-02-201-1/+2
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-181-8/+100
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-171-16/+18
* Add new test data to Makefile.amTobias Sargeant2017-09-141-1/+1
* google_crashdump_uploader_test: integrate test into normal buildMike Frysinger2017-09-131-2/+98
* autotools: move -W flags to configure detectionMike Frysinger2017-02-161-46/+40
* turn on -Werror generallyMike Frysinger2017-02-131-0/+1
* aclocal: regenerate properlyMike Frysinger2017-02-081-3/+2
* microdump_stackwalk_test: fix bashism in testMike Frysinger2016-11-251-0/+1
* Upgrade google test to 1.8.0Orgad Shaneh2016-11-231-169/+178
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-53/+381
* add new dmp file to distMike Frysinger2016-09-011-0/+1
* Adding support for overlapping ranges to RangeMap.Ivan Penkov2016-06-051-0/+56
* travis: verify out-of-tree builds & dist targetsMike Frysinger2016-05-251-104/+281
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-0/+28
* Add debug fission support.Yunlian Jiang2016-05-041-1/+43
* Fix a dependency issue in automakeTed Mielczarek2016-04-121-33/+47
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-1/+4
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-301-44/+42
* linux_dumper_unittest_helper: move to a check-only binaryMike Frysinger2016-02-171-37/+31
* Fix for linux make check build failureVeljko Mihailovic2016-02-121-19/+21
* [mips64] Support for mips n64Mike Frysinger2016-02-061-0/+75
* only build dump_syms_mac for x86 hostsMike Frysinger2016-01-271-26/+29
* test: allow use of system gmock/gtest libsMike Frysinger2016-01-251-47/+85
* build: clean up .dwo filesMike Frysinger2016-01-251-3/+7
* test: stop building tons of copies of gtest/gmock objectsMike Frysinger2016-01-251-1571/+309
* linux_client_unittest_shlib: fix cleaningMike Frysinger2016-01-251-21/+30
* tests: unify duplicate build settingsMike Frysinger2016-01-251-130/+32
* Move core2md objects to libbreakpad_client.aMike Frysinger2016-01-131-17/+18
* Rename src/tools/mac/dump_syms binary to dump_syms_mac in autotools build to ...Ted Mielczarek2015-11-251-262/+262
* build: detect the right `ar` toolMike Frysinger2015-11-111-5/+6
* Don't include libdisasm.a in libbreakpad.aMike Frysinger2015-11-111-2/+1
* Install headers under client/linux/dump_writer_commonMike Frysinger2015-11-111-25/+56
* Fix automake files after README.md -> README renamePrimiano Tucci2015-09-281-1/+1
* Update configure to look for README.md instead of READMEMark Mentovai2015-09-231-3/+3
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-161-8/+972
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-181-8/+0
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-131-141/+44
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-281-4/+190
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-101-2/+17