aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com2013-03-043-17/+17
* Remove unnecessary #include unistd.hted.mielczarek@gmail.com2013-03-011-1/+0
* Make CompareStringPtrs::operator() a const methodted.mielczarek@gmail.com2013-02-281-1/+1
* Add missing "using std::sort" to dwarf_cu_to_module.cc.ted.mielczarek@gmail.com2013-02-281-0/+1
* Fix DumpSymbols error message when using multiple debug_dirs, followup from r...ted.mielczarek@gmail.com2013-02-271-2/+6
* size_limit_ member of minidump_descriptor ignored in copy constructorted.mielczarek@gmail.com2013-02-142-2/+4
* Make MmapWrapper a little less sillyted.mielczarek@gmail.com2013-02-141-1/+2
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-013-9/+14
* Add API to find out if there is crash reports to send to the server.qsr@chromium.org2013-02-012-0/+10
* minidump_stackwalk: Show argument registers for ARM stack tracested.mielczarek@gmail.com2013-01-311-0/+11
* Remove a call to new[] from WriteDSODebugStreamted.mielczarek@gmail.com2013-01-311-4/+3
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-2310-76/+518
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-227-35/+72
* Fix remaining processor/scoped_ptr.h references for reals.thestig@chromium.org2013-01-221-1/+1
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-223-3/+3
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-224-44/+60
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-194-6/+6
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-183-38/+72
* 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