| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 8 | -2478/+6 |
* | Breakpad processor: Work around overload resolution problems in stream pos_ty... | jimblandy | 2010-04-20 | 1 | -2/+2 |
* | Breakpad stack walker: remove embedded newlines from module names. | jimblandy | 2010-04-15 | 1 | -0/+4 |
* | provide a network source line resolver + server. r=mark,jimb at http://breakp... | ted.mielczarek | 2010-04-08 | 24 | -214/+4379 |
* | Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. | jimblandy | 2010-03-16 | 4 | -41/+462 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 4 | -15/+584 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 11 | -27/+1673 |
* | Breakpad processor: Unit tests for StackwalkerX86. | jimblandy | 2010-03-16 | 2 | -0/+879 |
* | Breakpad Processor: Add new unit tests for google_breakpad::Minidump | jimblandy | 2010-03-16 | 8 | -6/+4102 |
* | Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis | nealsid | 2010-03-03 | 2 | -0/+60 |
* | Breakpad processor: Support negative literals in the postfix evaluator. | jimblandy | 2010-02-24 | 1 | -4/+18 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 20 | -20/+20 |
* | Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad... | ted.mielczarek | 2010-02-09 | 1 | -0/+11 |
* | Breakpad processor: Move STACK WIN record parsing into its own function. | jimblandy | 2010-02-05 | 1 | -29/+39 |
* | Breakpad processor: Give Windows stack data Windows-specific names. | jimblandy | 2010-02-05 | 2 | -46/+50 |
* | Breakpad processor: Segregate STACK WIN vs. traditional stack walking. | jimblandy | 2010-02-05 | 2 | -170/+246 |
* | Breakpad processor: Support evaluating a postfix expression to produce a value. | jimblandy | 2010-02-05 | 3 | -14/+151 |
* | Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference. | jimblandy | 2010-02-05 | 2 | -8/+8 |
* | Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. | jimblandy | 2010-02-05 | 3 | -18/+18 |
* | Breakpad processor: Save Windows unwinding data earlier in x86 walker. | jimblandy | 2010-02-05 | 1 | -3/+4 |
* | Breakpad processor: Fix function and public symbol lookup. | jimblandy | 2010-01-28 | 3 | -4/+17 |
* | Breakpad processor: Have RetrieveNearestRange correctly return range extent. | jimblandy | 2010-01-27 | 2 | -2/+19 |
* | Breakpad processor: Don't pass Windows stack walking information to all walkers. | jimblandy | 2010-01-14 | 11 | -60/+36 |
* | Breakpad processor: Opening a map file is not an error. | jimblandy | 2010-01-13 | 1 | -1/+1 |
* | Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. | jimblandy | 2010-01-12 | 3 | -4/+2 |
* | Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack... | jimblandy | 2010-01-11 | 3 | -74/+89 |
* | Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window... | jimblandy | 2009-12-23 | 14 | -47/+47 |
* | Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ... | jimblandy | 2009-12-23 | 3 | -12/+12 |
* | fix a badly-applied patch, and also re-run automake which I forgot to do | ted.mielczarek | 2009-12-21 | 1 | -1/+1 |
* | Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 | ted.mielczarek | 2009-12-19 | 5 | -2/+298 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 1 | -0/+81 |
* | Allow Minidump class to be instantiated with stream instead of file. r=mark a... | ted.mielczarek | 2009-12-09 | 2 | -28/+151 |
* | issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt... | ted.mielczarek | 2009-12-02 | 5 | -1/+196 |
* | Fix when walking stack when no module list is present and the return address ... | nealsid | 2009-10-30 | 1 | -1/+1 |
* | Fixed style error | jschuh@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Issue 35001: Fallback to Thread Context on bad Exception Context | jschuh@chromium.org | 2009-10-19 | 2 | -5/+10 |
* | Raise minidump processing limits | nealsid | 2009-10-14 | 1 | -4/+4 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 5 | -26/+129 |
* | Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu... | ted.mielczarek | 2009-09-04 | 1 | -0/+3 |
* | Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. | jimblandy@gmail.com | 2009-09-03 | 1 | -13/+0 |
* | Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>. | mmentovai | 2009-08-14 | 3 | -0/+4 |
* | Add stack-dumping logic to crash_report with -t switch | nealsid | 2009-07-02 | 1 | -0/+1 |
* | Removed logging init macro from minidump_processor_unittest, since with the G... | nealsid | 2009-05-29 | 1 | -1/+0 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 3 | -106/+149 |
* | Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy | ted.mielczarek | 2009-05-28 | 1 | -0/+1 |
* | Fix memory leak in test case when calling into basic source line resolver. | nealsid | 2009-05-14 | 1 | -2/+6 |
* | Fix memory leak when using the basic source line resolver, plus the optimizat... | nealsid | 2009-04-22 | 1 | -9/+11 |
* | Fix for issues 296, 297. Various symbol supplier classes need to be updated w... | nealsid | 2009-02-27 | 4 | -7/+57 |
* | Modify symbol supplier interface to support an overload that takes a symbol d... | nealsid | 2009-02-19 | 4 | -37/+144 |
* | Include what you use: include <algorithm> and <string.h> as needed. Patch by | mmentovai | 2008-09-15 | 2 | -0/+2 |