aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-011-0/+22
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-52/+172
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-0/+22
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-071-5/+123
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-211-2/+109
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-3/+59
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-8/+88
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-3/+3
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-424/+5
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-0/+66
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-061-2/+58
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-281-12/+865
* Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th...ted.mielczarek2011-01-191-0/+10
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-211-3/+130
* Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com2010-10-151-22/+409
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+28
* ditch libtool, only build static libsted.mielczarek2010-10-051-727/+596
* add a --disable-processor configure arg to skip building processor libs and j...ted.mielczarek2010-10-051-901/+1238
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-18/+448
* 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/+22
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-6/+21
* Add StaticMap implementation and unittest to breakpad.SiyangXie@gmail.com2010-09-201-0/+89
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+6
* Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek2010-08-311-78/+110
* Update Makefile.am from r662 (which only updated Makefile.in)ted.mielczarek2010-08-251-26/+30
* Patch from CDN to add support for an exploitability enginenealsid2010-08-241-9/+21
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-231/+231
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-081-23/+563
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-0/+126
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-0/+126
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-161-7/+128
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-161-0/+126
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-161-4/+335
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-31/+442
* Breakpad: Require Automake 1.11.1.jimblandy2010-02-111-1/+1
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Regenerate using automake-1.11.1, autoconf 2.65, and libtool 2.2.6b,jimblandy2010-02-021-6/+7
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-231-1/+1
* Breakpad: Regenerate build files with latest versions of autotools.jimblandy2009-12-231-140/+252
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-0/+14
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-0/+88
* Updated autoconf build files, and fixed externals dependency at revision 158(...nealsid2009-05-291-0/+3
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-8/+85
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-311-3/+20