aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2016-01-25test: allow use of system gmock/gtest libsMike Frysinger
2016-01-25build: clean up .dwo filesMike Frysinger
2016-01-25test: stop building tons of copies of gtest/gmock objectsMike Frysinger
2016-01-25linux_client_unittest_shlib: fix cleaningMike Frysinger
2016-01-25tests: unify duplicate build settingsMike Frysinger
2016-01-13Move core2md objects to libbreakpad_client.aMike Frysinger
2015-11-25Rename src/tools/mac/dump_syms binary to dump_syms_mac in autotools build to ...Ted Mielczarek
2015-11-11build: detect the right `ar` toolMike Frysinger
2015-11-11Don't include libdisasm.a in libbreakpad.aMike Frysinger
2015-11-11Install headers under client/linux/dump_writer_commonMike Frysinger
2015-09-28Fix automake files after README.md -> README renamePrimiano Tucci
2015-09-23Update configure to look for README.md instead of READMEMark Mentovai
2015-09-16Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek
2015-08-18Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org
2015-08-13Remove some old unused code, add a missing includeted.mielczarek@gmail.com
2015-07-28Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com
2015-04-10Add address and reason for IN_PAGE_ERROR.mark@chromium.org
2014-11-25Introduce microdump_stackwalk comand line executableprimiano@chromium.org
2014-11-25Fix microdump_writer and add unittest.primiano@chromium.org
2014-11-19Microdump processing implementationmmandlis@chromium.org
2014-10-28Introduce microdump writer class.primiano@chromium.org
2014-10-01Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org
2014-09-10Introduce stub microdump processor classes.mmandlis@chromium.org
2014-09-08Refactoring in preparation for microdump processingmmandlis@chromium.org
2014-08-27make "make install" also install headers and pkgconfig filesvapier@chromium.org
2014-04-23Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org
2014-02-27Renaming file COPYING to LICENSE and appending the disclaimer from src/common...ivan.penkov@gmail.com
2013-12-13Misc Android-related fixes.digit@chromium.org
2013-12-10Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-modeted.mielczarek@gmail.com
2013-11-23Process minidumps generated on ARM64 in iOS apps.mark@chromium.org
2013-10-29Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com
2013-09-25Fix the Android/MIPS build.digit@chromium.org
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-08-23Create StackwalkerAddressList.chrisha@chromium.org
2013-04-24Improve ARM CPU info reporting.digit@chromium.org
2013-04-12Add PPC64 support to breakpad processor.thestig@chromium.org
2013-01-22Fix remaining processor/scoped_ptr.h references for reals.thestig@chromium.org
2013-01-22Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org
2012-12-08The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-10-10Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com
2012-10-09Fix the Android unit tests.digit@chromium.org
2012-09-19Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com
2012-09-17Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com
2012-09-10Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org
2012-08-31Add custom getcontext() implementation for Android.digit@chromium.org
2012-08-31Fix 'make check' for Androiddigit@chromium.org
2012-08-23Fix Breakpad unit tests build for Android.digit@chromium.org
2012-08-21Improve Android supportdigit@chromium.org
2012-08-09Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org