| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add static version of map wrappers and corresponding serializers. | SiyangXie@gmail.com | 2010-10-15 | 18 | -5/+2706 |
* | Fix some compiler warnings: char*->const char*, default in swtch. | SiyangXie@gmail.com | 2010-10-15 | 2 | -1/+8 |
* | Fix for bug: debug checks for vector::operator[] fail in breakpad. | SiyangXie@gmail.com | 2010-10-13 | 1 | -1/+1 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 17 | -382/+810 |
* | Make dump_syms output an INFO CODE_ID line that includes the code file and co... | ted.mielczarek | 2010-10-05 | 2 | -0/+5 |
* | missed test crashdumps in revision 706. | cdn@chromium.org | 2010-10-02 | 4 | -0/+0 |
* | Added method to exploitability class which checks if a given address contains... | cdn@chromium.org | 2010-10-01 | 3 | -23/+70 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 18 | -29/+926 |
* | Add stack-scanning fallback to Stackwalker{AMD64,ARM}. | ted.mielczarek | 2010-10-01 | 7 | -20/+361 |
* | Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv... | ted.mielczarek | 2010-10-01 | 10 | -92/+45 |
* | Fix a segmentation fault bug in MinidumpAssertion::Read(). | SiyangXie@gmail.com | 2010-09-30 | 1 | -3/+6 |
* | Added the base exploitability module for windows. This only adds the very bas... | cdn@chromium.org | 2010-09-22 | 5 | -22/+250 |
* | Add StaticMap implementation and unittest to breakpad. | SiyangXie@gmail.com | 2010-09-20 | 5 | -0/+965 |
* | Initialize variables that currently may theoretically be used uninitialized | jessicag.feedback@gmail.com | 2010-09-16 | 2 | -7/+8 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug. | SiyangXie@gmail.com | 2010-09-15 | 2 | -1/+43 |
* | Fix a handful of comment spelling errors (Issue 385) | jessicag.feedback@gmail.com | 2010-09-09 | 1 | -1/+1 |
* | Reducing severity of most commonly logged ERRORS. | jessicag.feedback@gmail.com | 2010-09-09 | 2 | -12/+15 |
* | Remove proto generated source files from svn. | jessicag.feedback@gmail.com | 2010-09-08 | 3 | -4158/+2 |
* | Adding sytax setting to proto file | jessicag.feedback@gmail.com | 2010-08-27 | 1 | -0/+2 |
* | Fix memory leak in BasicSourceLineResolver::UnloadModule | ted.mielczarek | 2010-08-27 | 1 | -0/+2 |
* | Limit the number of frames we try to walk to prevent runaway processors. | thestig@chromium.org | 2010-08-26 | 1 | -1/+6 |
* | Issue 176001: Add package to process_state.proto to prevent name clashes. | jessicag.feedback@gmail.com | 2010-08-26 | 3 | -107/+119 |
* | Cleanup: Remove a useless check. | thestig@chromium.org | 2010-08-26 | 1 | -8/+6 |
* | Adding process_state protobuf and derived C++ files. Included README as well. | jessicag.feedback@gmail.com | 2010-08-24 | 4 | -0/+4369 |
* | Patch from CDN to add support for an exploitability engine | nealsid | 2010-08-24 | 3 | -1/+138 |
* | Fix unit tests that have not built since @610 | ted.mielczarek | 2010-07-23 | 7 | -41/+41 |
* | Clean up build for 64 bit. | dmaclach | 2010-07-19 | 1 | -1/+1 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 26 | -46/+64 |
* | Fix test breakage caused by my last checkin :-( | nealsid | 2010-06-04 | 4 | -4/+4 |
* | Add access violation detail for windows (read/write/dep). Add stack buffer ov... | nealsid | 2010-06-04 | 1 | -1/+24 |
* | Fix for uninitialized variable in basic_source_line_resolver.cc | nealsid | 2010-05-13 | 1 | -1/+1 |