| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Work around Windows headers #defining ERROR by renaming enum values in StackF... | ted.mielczarek@gmail.com | 2013-03-04 | 2 | -14/+14 |
* | Remove unnecessary #include unistd.h | ted.mielczarek@gmail.com | 2013-03-01 | 1 | -1/+0 |
* | minidump_stackwalk: Show argument registers for ARM stack traces | ted.mielczarek@gmail.com | 2013-01-31 | 1 | -0/+11 |
* | Print the correct return address, even on architectures where StackFrame::ins... | jimblandy | 2013-01-22 | 5 | -30/+41 |
* | Fix a couple of warnings in stack_frame_symbolizer code | ted.mielczarek@gmail.com | 2013-01-18 | 1 | -0/+1 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 22 | -359/+23 |
* | The Google-breakpad processor rejects (ignores) context records that lack CPU... | ivan.penkov@gmail.com | 2012-12-08 | 4 | -4/+242 |
* | Allow StackwalkerARM to scan much farther to find the caller of the context f... | ted.mielczarek@gmail.com | 2012-12-04 | 3 | -1/+66 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 11 | -91/+91 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 14 | -41/+360 |
* | Wrong %ebp after skipping a frame for which the instruction pointer is not in... | ivan.penkov@gmail.com | 2012-11-02 | 2 | -25/+269 |
* | Fix a compile warning in stack_frame_symbolizer.cc | SiyangXie@gmail.com | 2012-11-01 | 1 | -0/+4 |
* | Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068. | SiyangXie@gmail.com | 2012-10-11 | 1 | -0/+128 |
* | Refactor the logic of resolving source line info into helper class. | SiyangXie@gmail.com | 2012-10-10 | 15 | -290/+285 |
* | processor: add arm exception flags | qsr@chromium.org | 2012-09-25 | 1 | -13/+66 |
* | Allow generating minidumps from live process on Linux via ExceptionHandler | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -0/+3 |
* | Add a GetInstructionPointer method to MinidumpException | ted.mielczarek@gmail.com | 2012-09-17 | 2 | -2/+43 |
* | Fix processor to build with clang | ted.mielczarek@gmail.com | 2012-09-10 | 1 | -1/+1 |
* | Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process. | thestig@chromium.org | 2012-09-10 | 1 | -51/+50 |
* | Move minidump_extension_linux.h contents into minidump_format.h | ted.mielczarek | 2012-07-20 | 1 | -1/+0 |
* | Add MD_OS_ANDROID definition. | digit@chromium.org | 2012-07-04 | 3 | -0/+12 |
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 2 | -62/+68 |
* | Fixing a mem leak in test code | ivan.penkov@gmail.com | 2012-06-29 | 4 | -9/+26 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 31 | -79/+95 |
* | This is a fix for a stackwalker_x86 issue which has to | ivan.penkov@gmail.com | 2012-06-12 | 8 | -306/+559 |
* | In the AMD64 stackwalker, use heuristics to provide %rbp more often, as | jimblandy | 2012-04-25 | 2 | -14/+110 |
* | Fix GetMainModule() to properly get first module | mkrebs@chromium.org | 2012-03-30 | 1 | -1/+1 |
* | Fix memory leak in DisassemblerX86. | benchan@chromium.org | 2012-03-30 | 1 | -0/+3 |
* | Add high level API for breakpad on iOS. | qsr@chromium.org | 2012-03-13 | 1 | -0/+6 |
* | Support for .raSearch in the x86 stackwalker | mark@chromium.org | 2012-02-23 | 2 | -4/+76 |
* | Handle program strings with the assignment operator smashed against the next | mark@chromium.org | 2012-02-23 | 3 | -120/+151 |
* | Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal(). | mark@chromium.org | 2012-02-23 | 1 | -1/+1 |
* | Add support for @ operator to PostfixEvaluator | ted.mielczarek | 2012-02-21 | 3 | -6/+17 |
* | Clear error state flags in binarystream::rewind(). | benchan@chromium.org | 2012-01-09 | 1 | -0/+3 |
* | Fix ContextDeathTest.X86BadFlags unit test on Mac OS X. | benchan@chromium.org | 2011-12-16 | 1 | -1/+1 |
* | Fix some shadow variables, including one in file_id.cc that causes all files ... | thestig@chromium.org | 2011-10-20 | 1 | -7/+7 |
* | Changing declaration order of field to correct compilation warnings. | qsr@chromium.org | 2011-10-18 | 1 | -4/+4 |
* | Use frame pointer to walk ARM stack on iOS. | qsr@chromium.org | 2011-10-17 | 4 | -26/+275 |
* | Handle ios dump. | qsr@chromium.org | 2011-10-11 | 3 | -1/+13 |
* | Fix 64-bit literals in test data | ted.mielczarek | 2011-09-01 | 1 | -33/+33 |
* | Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle... | ted.mielczarek | 2011-08-30 | 6 | -34/+633 |
* | Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client. | jessicag.feedback@gmail.com | 2011-07-21 | 1 | -1/+1 |
* | Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up... | ted.mielczarek | 2011-07-07 | 11 | -3330/+0 |
* | Delete OS failing test cases and note failure in relevant .h file. | jessicag.feedback@gmail.com | 2011-06-21 | 1 | -34/+22 |
* | Fix null derefs in x86 dissasembler code. | cdn@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | Fix compiler warning. | jessicag.feedback@gmail.com | 2011-03-01 | 1 | -1/+4 |
* | Fix printing of x86_64 registers from minidump_stackwalk | ted.mielczarek | 2011-02-14 | 1 | -15/+35 |
* | Dump MD_LINUX_MAPS from minidump_dump | ted.mielczarek | 2011-01-28 | 1 | -0/+4 |
* | Expose actual instruction from DisassemblerX86 | ted.mielczarek | 2011-01-26 | 2 | -0/+12 |
* | Fix some apparently longstanding crash bugs in Stackwalker implementations wh... | ted.mielczarek | 2011-01-24 | 7 | -13/+75 |