aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
...
* Handle ios dump.qsr@chromium.org2011-10-113-1/+13
* Fix 64-bit literals in test datated.mielczarek2011-09-011-33/+33
* Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...ted.mielczarek2011-08-306-34/+633
* Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client.jessicag.feedback@gmail.com2011-07-211-1/+1
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-0711-3330/+0
* Delete OS failing test cases and note failure in relevant .h file.jessicag.feedback@gmail.com2011-06-211-34/+22
* Fix null derefs in x86 dissasembler code.cdn@chromium.org2011-05-121-2/+2
* Fix compiler warning.jessicag.feedback@gmail.com2011-03-011-1/+4
* Fix printing of x86_64 registers from minidump_stackwalkted.mielczarek2011-02-141-15/+35
* Dump MD_LINUX_MAPS from minidump_dumpted.mielczarek2011-01-281-0/+4
* Expose actual instruction from DisassemblerX86ted.mielczarek2011-01-262-0/+12
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-247-13/+75
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-133-0/+329
* Fix review comment that I missed.ted.mielczarek2011-01-111-2/+2
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-113-5/+27
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-1/+1
* Enable dumping of the Linux extension streams.kmixter@chromium.org2010-12-081-0/+60
* Fix segv in network_source_line_resolver_server_unittestkmixter@chromium.org2010-12-081-2/+2
* Added null checks to disassembler_x86cdn@chromium.org2010-12-031-2/+2
* Fix for issue 222001.SiyangXie@gmail.com2010-11-044-222/+220
* Make memory allocation/deallocation consistent: use new char[] instead of ope...SiyangXie@gmail.com2010-11-036-28/+26
* Tiny fix for memory allocation/deallocation mismatchSiyangXie@gmail.com2010-11-012-1/+5
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-0110-59/+119
* Add missing module_serializer.h and module_serializer.cc for class ModuleSeri...SiyangXie@gmail.com2010-10-253-3/+325
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-2113-4/+23503
* Double stack scanning length in stackwalkerted.mielczarek2010-10-191-0/+57
* Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com2010-10-1518-5/+2706
* Fix some compiler warnings: char*->const char*, default in swtch.SiyangXie@gmail.com2010-10-152-1/+8
* Fix for bug: debug checks for vector::operator[] fail in breakpad.SiyangXie@gmail.com2010-10-131-1/+1
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-0717-382/+810
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-052-0/+5
* missed test crashdumps in revision 706.cdn@chromium.org2010-10-024-0/+0
* Added method to exploitability class which checks if a given address contains...cdn@chromium.org2010-10-013-23/+70
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-0118-29/+926
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-017-20/+361
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-0110-92/+45
* Fix a segmentation fault bug in MinidumpAssertion::Read().SiyangXie@gmail.com2010-09-301-3/+6
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-225-22/+250
* Add StaticMap implementation and unittest to breakpad.SiyangXie@gmail.com2010-09-205-0/+965
* Initialize variables that currently may theoretically be used uninitializedjessicag.feedback@gmail.com2010-09-162-7/+8
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug.SiyangXie@gmail.com2010-09-152-1/+43
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-1/+1
* Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com2010-09-092-12/+15
* Remove proto generated source files from svn.jessicag.feedback@gmail.com2010-09-083-4158/+2
* Adding sytax setting to proto filejessicag.feedback@gmail.com2010-08-271-0/+2
* Fix memory leak in BasicSourceLineResolver::UnloadModuleted.mielczarek2010-08-271-0/+2
* Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org2010-08-261-1/+6
* Issue 176001: Add package to process_state.proto to prevent name clashes.jessicag.feedback@gmail.com2010-08-263-107/+119
* Cleanup: Remove a useless check.thestig@chromium.org2010-08-261-8/+6