aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix when walking stack when no module list is present and the return address ...nealsid2009-10-301-1/+1
* Fixed style errorjschuh@chromium.org2009-10-191-1/+1
* Issue 35001: Fallback to Thread Context on bad Exception Contextjschuh@chromium.org2009-10-192-5/+10
* Raise minidump processing limitsnealsid2009-10-141-4/+4
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-085-26/+129
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-041-0/+3
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-13/+0
* Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>.mmentovai2009-08-143-0/+4
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-0/+1
* Removed logging init macro from minidump_processor_unittest, since with the G...nealsid2009-05-291-1/+0
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-293-106/+149
* Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandyted.mielczarek2009-05-281-0/+1
* Fix memory leak in test case when calling into basic source line resolver.nealsid2009-05-141-2/+6
* Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid2009-04-221-9/+11
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-274-7/+57
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-194-37/+144
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-152-0/+2