1. 0fd2503 Use frame pointer to walk ARM stack on iOS. by qsr@chromium.org · 13 years ago
  2. 63f97ad Handle ios dump. by qsr@chromium.org · 13 years ago
  3. 1a1890a Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle dumps using the old value for MD_CONTEXT_ARM by ted.mielczarek · 13 years ago
  4. 69607b6 Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden by ted.mielczarek · 13 years ago
  5. df33e47 Delete OS failing test cases and note failure in relevant .h file. by jessicag.feedback@gmail.com · 13 years ago
  6. 7b8e2b7 Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemoryInfo / MDRawMemoryInfoList via the Minidump class by ted.mielczarek · 14 years ago
  7. 80745c5 Add structure definitions for the memory info list, as well as some other new enum values. by ted.mielczarek · 14 years ago
  8. c77fc8a Make some parts of the processor compile on Win32/MSVC by ted.mielczarek · 14 years ago
  9. 3382d1e Tiny fix for memory allocation/deallocation mismatch by SiyangXie@gmail.com · 14 years ago
  10. a8c1c46 Restrict ownership of symbol data buffers to symbol supplier. by SiyangXie@gmail.com · 14 years ago
  11. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  12. 9c30407 Double stack scanning length in stackwalker by ted.mielczarek · 14 years ago
  13. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  14. 361f24e Fix some compiler warnings: char*->const char*, default in swtch. by SiyangXie@gmail.com · 14 years ago
  15. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  16. 8b2e686 Added method to exploitability class which checks if a given address contains all ascii characters. by cdn@chromium.org · 14 years ago
  17. 8c33b3e Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respective parent classes so they can be used by other architecture implementations. by ted.mielczarek · 14 years ago
  18. cec1287 Added the base exploitability module for windows. This only adds the very basic exception type based analysis for now. by cdn@chromium.org · 14 years ago
  19. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  20. 8e77c07 Limit the number of frames we try to walk to prevent runaway processors. by thestig@chromium.org · 14 years ago
  21. 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 14 years ago
  22. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  23. 4f182c7 Add access violation detail for windows (read/write/dep). Add stack buffer overrun and heap corruption exceptions for windows. Additional detail requested to improve Chrome crash analysis by nealsid · 14 years ago
  24. b223627 provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001 by ted.mielczarek · 14 years ago
  25. e7e1e1e Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. by jimblandy · 14 years ago
  26. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 14 years ago
  27. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  28. 5431f41 add missing <string> include from r541 by ted.mielczarek · 14 years ago
  29. 19374d2 Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis by nealsid · 14 years ago
  30. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  31. 2214cb9 Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const. by jimblandy · 15 years ago
  32. 2684b4d Breakpad processor: Don't pass Windows stack walking information to all walkers. by jimblandy · 15 years ago
  33. cf55ca5 Breakpad: Fix Emacs mode settings mingled with copyright notice text. by jimblandy · 15 years ago
  34. e9faf54 Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack debugging info. by jimblandy · 15 years ago
  35. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 15 years ago
  36. 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 15 years ago
  37. 0cbd50c Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001 by ted.mielczarek · 15 years ago
  38. 0314e48 issue 170 - Report assertion type in minidump_stackwalk output. r=mark at http://breakpad.appspot.com/45001 by ted.mielczarek · 15 years ago
  39. 8d70618 Let x86 stackwalker scan stack in cases where program evaluation fails. Original patch by Jeff Muizelaar <jmuizelaar@mozilla.com> with some changes by me. r=mento at http://breakpad.appspot.com/32003/show by ted.mielczarek · 15 years ago
  40. b2bc3bc Issue 328 - should have constant for VC++ exceptions, and stringify in MinidumpProcessor::GetCrashReason by ted.mielczarek · 15 years ago
  41. c426b3d Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. by jimblandy@gmail.com · 15 years ago
  42. 6e525cb Add stack-dumping logic to crash_report with -t switch by nealsid · 15 years ago
  43. b56cfa0 Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test by nealsid · 15 years ago
  44. 2ad976e Fix for issues 296, 297. Various symbol supplier classes need to be updated with new overload('make check' was failing, as well as crash_report), and remove logging that was flooding output by nealsid · 15 years ago
  45. 4af5fe0 Fix build breaks on Solaris using Sun Studio. by nealsid · 15 years ago
  46. 0fd2f1a Modify symbol supplier interface to support an overload that takes a symbol data buffer, to get around an extraneous read/write of symbol data by nealsid · 16 years ago
  47. 808ff9b 64-bit processor can't handle 32-bit ppc minidumps due to struct padding by mmentovai · 16 years ago
  48. 61ea8bf Processor crashes on some truncated minidumps after #222. r=ted.mielczarek by mmentovai · 16 years ago
  49. dd2ff4a issue 223 - Fixes for SOlaris handler during integration with Firefox. patch by Alfred Peng, r=mento,me by ted.mielczarek · 16 years ago
  50. a194d6f Issue 245: refactoring minidump_format.h into architecture & platform specific files by nealsid · 16 years ago
  51. a8b48f2 This changelist contains the changes to the configuration of Visual Studio solution and project files that I by doshimun@gmail.com · 16 years ago
  52. 76ef9de Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai. by bryner · 16 years ago
  53. c27cf3e Use "%" PRIx64 instead of "%llx" (#241). r=bryner by mmentovai · 16 years ago
  54. b3673d1 Issue 224 - add Tell method to Minidump class. r=mento by ted.mielczarek · 17 years ago
  55. 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
  56. d732add Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento by ted.mielczarek · 17 years ago
  57. ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
  58. 0e6f5c9 Allow Breakpad processor library to build on Solaris with the native Sun by mmentovai · 17 years ago
  59. 9abfe3d Solaris port of minidump generator. Port by Alfred Peng. r=me by mmentovai · 17 years ago
  60. b5c78cc issue 185 - Need constants / stringification for Linux exception codes. r=mento by ted.mielczarek · 17 years ago
  61. 3114dc8 C++ file gets a C++ comment by mmentovai · 17 years ago
  62. 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
  63. e96a791 Check allocation and array sizes in minidump.cc (#12). r=bryner by mmentovai · 17 years ago
  64. 90e050e Issue 143 - MinidumpProcessor should extract number of processors. r=mento by ted.mielczarek · 17 years ago
  65. af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
  66. b86e7ec Issue 162 - handle pure virtual function calls in VC++. r=mento by ted.mielczarek · 17 years ago
  67. b44d391 Fixing comment about cpuid vendor_id by ted.mielczarek · 17 years ago
  68. b63740b Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover by mmentovai · 17 years ago
  69. e5dc608 Rename Airbag to Breakpad. by mmentovai · 18 years ago