aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce microdump_stackwalk comand line executableprimiano@chromium.org2014-11-251-11/+111
* Fix microdump_writer and add unittest.primiano@chromium.org2014-11-251-9/+36
* Microdump processing implementationmmandlis@chromium.org2014-11-191-13/+70
* Introduce microdump writer class.primiano@chromium.org2014-10-281-2/+19
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-011-3/+36
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-101-1/+106
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-2/+81
* make "make install" also install headers and pkgconfig filesvapier@chromium.org2014-08-271-37/+292
* Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org2014-04-231-2/+28
* Renaming file COPYING to LICENSE and appending the disclaimer from src/common...ivan.penkov@gmail.com2014-02-271-11/+14
* Misc Android-related fixes.digit@chromium.org2013-12-131-5/+8
* Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-modeted.mielczarek@gmail.com2013-12-101-4/+5
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-231-1724/+2309
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-291-0/+20
* Fix the Android/MIPS build.digit@chromium.org2013-09-251-4/+4
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+158
* Create StackwalkerAddressList.chrisha@chromium.org2013-08-231-72/+252
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-0/+44
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+18
* Fix remaining processor/scoped_ptr.h references for reals.thestig@chromium.org2013-01-221-1/+0
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-221-1/+2
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-4/+5
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-2/+3
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-130/+94
* Fix the Android unit tests.digit@chromium.org2012-10-091-3/+5
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-346/+406
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-71/+104
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-43/+113
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-24/+106
* Fix 'make check' for Androiddigit@chromium.org2012-08-311-3/+48
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-231-24/+36
* Improve Android supportdigit@chromium.org2012-08-211-13/+15
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-0/+11
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-031-77/+112
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-181-3/+35
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-0/+31
* Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu.thestig@chromium.org2012-04-191-13/+6
* Add missing log.o dependency to linux_client_unittest target.benchan@chromium.org2012-04-031-0/+1
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-18/+34