aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Breakpad processor: Support negative literals in the postfix evaluator.jimblandy2010-02-241-4/+18
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0920-20/+20
* Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...ted.mielczarek2010-02-091-0/+11
* Breakpad processor: Move STACK WIN record parsing into its own function.jimblandy2010-02-051-29/+39
* Breakpad processor: Give Windows stack data Windows-specific names.jimblandy2010-02-052-46/+50
* Breakpad processor: Segregate STACK WIN vs. traditional stack walking.jimblandy2010-02-052-170/+246
* Breakpad processor: Support evaluating a postfix expression to produce a value.jimblandy2010-02-053-14/+151
* Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy2010-02-052-8/+8
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-053-18/+18
* Breakpad processor: Save Windows unwinding data earlier in x86 walker.jimblandy2010-02-051-3/+4
* Breakpad processor: Fix function and public symbol lookup.jimblandy2010-01-283-4/+17
* Breakpad processor: Have RetrieveNearestRange correctly return range extent.jimblandy2010-01-272-2/+19
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-1411-60/+36
* Breakpad processor: Opening a map file is not an error.jimblandy2010-01-131-1/+1
* Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy2010-01-123-4/+2
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-113-74/+89
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-2314-47/+47
* Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy2009-12-233-12/+12
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-195-2/+298
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-161-0/+81
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-092-28/+151
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-025-1/+196