| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory... | ted.mielczarek | 2011-01-13 | 3 | -0/+329 |
* | Fix review comment that I missed. | ted.mielczarek | 2011-01-11 | 1 | -2/+2 |
* | Make some parts of the processor compile on Win32/MSVC | ted.mielczarek | 2011-01-11 | 3 | -5/+27 |
* | Allow out-of-process minidump generation to work on processes of a different ... | ted.mielczarek@gmail.com | 2010-12-15 | 1 | -1/+1 |
* | Enable dumping of the Linux extension streams. | kmixter@chromium.org | 2010-12-08 | 1 | -0/+60 |
* | Fix segv in network_source_line_resolver_server_unittest | kmixter@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Added null checks to disassembler_x86 | cdn@chromium.org | 2010-12-03 | 1 | -2/+2 |
* | Fix for issue 222001. | SiyangXie@gmail.com | 2010-11-04 | 4 | -222/+220 |
* | Make memory allocation/deallocation consistent: use new char[] instead of ope... | SiyangXie@gmail.com | 2010-11-03 | 6 | -28/+26 |
* | Tiny fix for memory allocation/deallocation mismatch | SiyangXie@gmail.com | 2010-11-01 | 2 | -1/+5 |
* | Restrict ownership of symbol data buffers to symbol supplier. | SiyangXie@gmail.com | 2010-11-01 | 10 | -59/+119 |
* | Add missing module_serializer.h and module_serializer.cc for class ModuleSeri... | SiyangXie@gmail.com | 2010-10-25 | 3 | -3/+325 |
* | FastSourceLineResolver implementation for optimization purpose. | SiyangXie@gmail.com | 2010-10-21 | 13 | -4/+23503 |
* | Double stack scanning length in stackwalker | ted.mielczarek | 2010-10-19 | 1 | -0/+57 |