aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-0/+2
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-121-0/+6
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-221-1/+1
* 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-1/+2
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-101-0/+6
* Fix the Android unit tests.digit@chromium.org2012-10-091-1/+5
* Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...ted.mielczarek@gmail.com2012-09-191-8/+30
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-0/+1
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-20/+44
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-0/+10
* Fix 'make check' for Androiddigit@chromium.org2012-08-311-2/+8
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-231-2/+12
* Improve Android supportdigit@chromium.org2012-08-211-0/+4
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-0/+4
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-031-4/+8
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-181-0/+6
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-0/+11
* Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu.thestig@chromium.org2012-04-191-2/+2
* 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-3/+5
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-011-0/+1
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-20/+37
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-0/+1
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-071-1/+9
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-211-1/+15
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-1/+6
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-2/+9
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-2/+2
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-105/+2
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-0/+3
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-061-0/+5
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-1/+81
* Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th...ted.mielczarek2011-01-191-0/+2
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-211-0/+28
* Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com2010-10-151-19/+89
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+11
* ditch libtool, only build static libsted.mielczarek2010-10-051-191/+183
* add a --disable-processor configure arg to skip building processor libs and j...ted.mielczarek2010-10-051-13/+30
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-3/+94
* add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unitte...ted.mielczarek2010-09-291-3/+18
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-0/+1
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-0/+6
* Add StaticMap implementation and unittest to breakpad.SiyangXie@gmail.com2010-09-201-0/+18
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+7
* Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek2010-08-311-3/+17
* Update Makefile.am from r662 (which only updated Makefile.in)ted.mielczarek2010-08-251-0/+6
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-15/+15
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-7/+130
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-0/+15