aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Fix a couple of warnings in stack_frame_symbolizer codeted.mielczarek@gmail.com2013-01-182-1/+2
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-1734-39/+38
* ExceptionHandler::HandleSignalmark@chromium.org2013-01-141-2/+5
* DWARF can store DW_AT_high_pc as either an address or a constant. In the latterjimblandy2013-01-082-19/+61
* Fix typo.qsr@chromium.org2012-12-171-2/+2
* Updating BreakpadController to allow start and stop being nop.qsr@chromium.org2012-12-171-4/+5
* Remove dead code.mark@chromium.org2012-12-1211-242/+66
* Fix minidump size limit used for MinidumpSizeLimit unittestmkrebs@chromium.org2012-12-121-4/+25
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-113-10/+48
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-085-4/+252
* Explicitly include unistd.h for getpagesize().mark@chromium.org2012-12-071-0/+1
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-044-3/+70
* Add assertion on initialization sequence.qsr@chromium.org2012-11-282-0/+24
* Fix unused variable warning in optimized build (fix proveded by Matthew Riley)ivan.penkov@gmail.com2012-11-211-2/+3
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-2128-179/+183
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-155-17/+266
* Fix assertion failure in WriteMappings() for zero modulesmkrebs@chromium.org2012-11-141-2/+9
* Fix typo from r1079.thestig@chromium.org2012-11-131-1/+1
* Linux: Avoid truncating the vendor id.thestig@chromium.org2012-11-091-5/+3
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-0616-90/+410
* Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@gmail.com2012-11-022-25/+269
* SuspendThread returns a DWORD value, so checking the return value with ">= 0"ivan.penkov@gmail.com2012-11-011-3/+6
* Fix a compile warning in stack_frame_symbolizer.ccSiyangXie@gmail.com2012-11-011-0/+4
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-198-16/+449
* Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com2012-10-151-2/+4
* Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.SiyangXie@gmail.com2012-10-112-0/+233
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-1018-346/+337
* Make Linux signal handler more robust.digit@chromium.org2012-10-092-0/+60
* Fix the Android unit tests.digit@chromium.org2012-10-091-4/+0
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-087-36/+137
* Comment out unused arguments in definitions, as required by the Google C++ St...jimblandy2012-10-051-3/+3
* Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.jimblandy2012-10-051-6/+14
* If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't failjimblandy2012-10-052-40/+87
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-049-65/+95
* Fix minor Android build failure with Clang.digit@chromium.org2012-10-041-0/+1
* Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...ted.mielczarek@gmail.com2012-10-042-34/+79
* Fix an analyzer warning due to value assigned but not used.kenbongort@gmail.com2012-10-031-2/+0
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-038-11/+170
* Fix merge error from r1055ted.mielczarek@gmail.com2012-10-021-1/+0
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-023-11/+13
* Fix the Linux build with clang.thestig@chromium.org2012-09-261-0/+1
* Fix a bunch of small nits.thestig@chromium.org2012-09-262-53/+51
* Fix a parsing error in the Linux dump writer.thestig@chromium.org2012-09-261-7/+11
* Fix type in string_conversion.cc introduced in r1046ted.mielczarek@gmail.com2012-09-261-1/+1
* processor: add arm exception flagsqsr@chromium.org2012-09-252-13/+76
* Fix a really stupid bug in WriteMinidumpForChildProcessted.mielczarek@gmail.com2012-09-241-1/+1
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-2110-26/+51
* Update GTM files to latest fromqsr@chromium.org2012-09-215-600/+1256