aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding process_state protobuf and derived C++ files. Included README as well.jessicag.feedback@gmail.com2010-08-244-0/+4369
* Patch from CDN to add support for an exploitability enginenealsid2010-08-243-1/+138
* Fix unit tests that have not built since @610ted.mielczarek2010-07-237-41/+41
* Clean up build for 64 bit.dmaclach2010-07-191-1/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-2526-46/+64
* Fix test breakage caused by my last checkin :-(nealsid2010-06-044-4/+4
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-041-1/+24
* Fix for uninitialized variable in basic_source_line_resolver.ccnealsid2010-05-131-1/+1
* Fix include paths to be consistent with rest of projectnealsid2010-04-281-1/+1
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-278-2478/+6
* Breakpad processor: Work around overload resolution problems in stream pos_ty...jimblandy2010-04-201-2/+2
* Breakpad stack walker: remove embedded newlines from module names.jimblandy2010-04-151-0/+4
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-0824-214/+4379
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-164-41/+462
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-164-15/+584
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-1611-27/+1673
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-162-0/+879
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-168-6/+4102
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-032-0/+60