1. 6f50ca3 Add email mapping for Socorro. r=nealsid by stuart.morgan · 15 years ago
  2. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 15 years ago
  3. 92b1f83 Breakpad: Regenerate build files with latest versions of autotools. by jimblandy · 15 years ago
  4. 5ebd650 Breakpad processor: Use unsigned constants in comparisons, to quiet compiler warnings. by jimblandy · 15 years ago
  5. 0468306 Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface. by jimblandy · 15 years ago
  6. c823931 Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper. by jimblandy · 15 years ago
  7. 52cb2c6 Breakpad Linux dumper: Add unit tests for google_breakpad::Module. by jimblandy · 15 years ago
  8. 6ed5383 Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad symbol files. by jimblandy · 15 years ago
  9. 5a6e1d3 Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. by jimblandy · 15 years ago
  10. 9f211b4 fix compilation on 64-bit, followup from issue 357 by ted.mielczarek · 15 years ago
  11. 0a5fc5d Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid at http://breakpad.appspot.com/49008 by ted.mielczarek · 15 years ago
  12. 1adb184 fix a badly-applied patch, and also re-run automake which I forgot to do by ted.mielczarek · 15 years ago
  13. 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 15 years ago
  14. 7a77f45 Breakpad DWARF parser: Fix up documentation for DWARF reader classes. by jimblandy@gmail.com · 15 years ago
  15. e4ffacd Fix build break for 64-bit compilation. A=Gregory Dardyk R=nealsid by nealsid · 15 years ago
  16. f7f9dfc by brdevmn · 15 years ago
  17. 5fb436d Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. by jimblandy@gmail.com · 15 years ago
  18. 315c4f6 Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use it by jimblandy@gmail.com · 15 years ago
  19. bdd7ca5 Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type by jimblandy@gmail.com · 15 years ago
  20. 0746626 Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creator.cc. by jimblandy@gmail.com · 15 years ago
  21. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  22. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  23. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  24. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  25. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  26. 1c9c056 Issue 39001: Breakpad Linux dumper: Refactor Makefile. by jimblandy@gmail.com · 15 years ago
  27. 9dcc03f Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in CPU info. Patch by Jeff Muizelaar <jmuizelaar@mozilla.com>, r=me by ted.mielczarek · 15 years ago
  28. bb61886 Fix some build warnings by nealsid · 15 years ago
  29. 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
  30. d95a88c remove trailing comma from enum definition to make it compile with -pedantic by ted.mielczarek · 15 years ago
  31. 72a2bff issue 330 - linux_syscall_support.h has extra semicolons causing compilation to fail with certain gcc options. Patch by Josh Aas <joshmoz@gmail.com>, r=me by ted.mielczarek · 15 years ago
  32. 3b9b206 issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl Tomlinson <karlt@mozbugz.karlt.net>, r=me by ted.mielczarek · 15 years ago
  33. b1f271a remove empty file, leftover from r384 by ted.mielczarek · 15 years ago
  34. 0314e48 issue 170 - Report assertion type in minidump_stackwalk output. r=mark at http://breakpad.appspot.com/45001 by ted.mielczarek · 15 years ago
  35. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  36. 8730648 don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://breakpad.appspot.com/43001 by ted.mielczarek · 15 years ago
  37. 927cc8f output function names for PGO-optimized cold function blocks. r=mark at http://breakpad.appspot.com/40007 by ted.mielczarek · 15 years ago
  38. 2712a8c Forward exceptions in child processes to Apple's Crash Reporter by nealsid · 15 years ago
  39. ebebd0f Always export catch_exception_raise. by mmentovai · 15 years ago
  40. 0e76d1f Fix when walking stack when no module list is present and the return address has to be by nealsid · 15 years ago
  41. 96c6963 Fixed style error by jschuh@chromium.org · 15 years ago
  42. 5f4fa55 Issue 35001: Fallback to Thread Context on bad Exception Context by jschuh@chromium.org · 15 years ago
  43. a304315 Allow the Breakpad Mac framework to be built without -fexceptions. by mmentovai · 15 years ago
  44. cb33b20 Raise minidump processing limits by nealsid · 15 years ago
  45. e4be54e Issue 32002: Breakpad DWARF parser: Update char decls to be signed by jimblandy@gmail.com · 15 years ago
  46. 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
  47. 760d664 10.6 SDK compatibility fixes. No bug. by mmentovai · 15 years ago
  48. c84c9e7 Modification to crash_report to process a directory of .DMP files by nealsid · 15 years ago
  49. b732303 Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://breakpad.appspot.com/30001 by ted.mielczarek · 15 years ago
  50. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  51. 4ee3ddc Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. by mmentovai · 15 years ago
  52. ce9178a A better makefile for building the Linux client. by nealsid · 15 years ago
  53. b2bc3bc Issue 328 - should have constant for VC++ exceptions, and stringify in MinidumpProcessor::GetCrashReason by ted.mielczarek · 15 years ago
  54. c426b3d Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. by jimblandy@gmail.com · 15 years ago
  55. ddd71b7 Fix text field resizing for 10.5+ SDK by stuartmorgan · 15 years ago
  56. ebe77d7 Provide a real std::string hash, not just a forward declaration for something by mmentovai · 15 years ago
  57. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  58. 7c48629 Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>. by mmentovai · 15 years ago
  59. d4a212a Linux dumper: fix comments in src/common/linux/module.h by jimblandy@gmail.com · 15 years ago
  60. eab03fd Linux dumper: Move the data structures representing the breakpad data into their own class. by jimblandy@gmail.com · 15 years ago
  61. f7cc9ef Add files left behind by previous commit. by jimblandy@gmail.com · 15 years ago
  62. 54bc5cf Linux dumper: Move STABS parsing into its own class. by jimblandy@gmail.com · 15 years ago
  63. 68c8481 Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a char *. by jimblandy@gmail.com · 15 years ago
  64. 3c4de8e Linux dumper: Properly separate function names from STABS type data. by jimblandy@gmail.com · 15 years ago
  65. 15117f9 Linux dumper: Don't switch to wrong source file when starting new function. by jimblandy@gmail.com · 15 years ago
  66. f6c9815 Linux dumper: Delete non-functional stack parameter size computation. by jimblandy@gmail.com · 15 years ago
  67. 133c66c Linux dumper: Let LineInfo structures point directly to their SourceLineInfo structures by jimblandy@gmail.com · 15 years ago
  68. f3f7df3 Fix an INVALIDATE_ITERATOR defect reported by Coverity. by nealsid · 15 years ago
  69. 0d23e8c Linux dumper: Don't record file boundary addresses as null-name SourceFileInfoList entries. by jimblandy@gmail.com · 15 years ago
  70. e0a2512 Linux dumper: Use pointers to SourceFileInfo structures. by jimblandy@gmail.com · 15 years ago
  71. 4a6e708 Linux dumper: Use a sorted array of addresses in computing function and line sizes. by jimblandy@gmail.com · 15 years ago
  72. 7a5e320 Add tool dependencies to the 'Build All' target of Breakpad, so that everything can be built at once! by nealsid · 15 years ago
  73. 0eb3c6e Linux dumper: Correctly find boundary address when computing line and function sizes. by jimblandy@gmail.com · 15 years ago
  74. 1147cc4 The has_sol field of struct FuncInfo is unused. This patch removes it. by jimblandy@gmail.com · 15 years ago
  75. 53cb804 The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static. by jimblandy@gmail.com · 15 years ago
  76. 722afeb Use a std::map instead of a linear search to look up files for line records. by jimblandy@gmail.com · 15 years ago
  77. 515f92c Remove warnings about uninitialized fields. by jimblandy@gmail.com · 15 years ago
  78. 2273484 Port fixes from internal Google Breakpad to SVN. by nealsid · 15 years ago
  79. 23c364a Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 machines correctly, and process STABS/DWARF information in the same binary by nealsid · 15 years ago
  80. f4f249e Integration test for Windows exception handler/minidump generation. by nealsid · 15 years ago
  81. 6e525cb Add stack-dumping logic to crash_report with -t switch by nealsid · 15 years ago
  82. df55cf4 Updated google mock external revision so we can use their own tuple implementation, so we can compile test cases under vs 2005 by nealsid · 15 years ago
  83. 90a6505 The symbol files necessary for the processor to walk stacks on Linux that have __kernel_vsyscall at innermost frame. Special symbol files ar eneeded because EBP does not point to the frame when a thread is inside a system call. by nealsid · 15 years ago
  84. ae4d837 Fix for crashs generation test app to not deadlock by nealsid · 15 years ago
  85. 1d8cba2 Fix build break in crash_report caused by my checkin that moved minidump processing error codes to a different namespace by nealsid · 15 years ago
  86. 61e88c7 issue 323 - OS X exception handler / minidump generator should set exception address correctly for EXC_BAD_ACCESS . r=nealsid at http://breakpad.appspot.com/15002 by ted.mielczarek · 15 years ago
  87. c52715f Fix for generating dumps on-demand to set the requesting thread to the current thread by nealsid · 15 years ago
  88. dae47f0 Support overriding makefile variables, changed defaults compilation flags. This patch from Jim Blandy was Merged with a previous change from nealsid to force 32-bit compilation even on 64-bit machines. by nealsid · 15 years ago
  89. 0eb52ff Use ctsdio streams for dump_syms for significant speedup. Also contains a makefile fix to build in 32-bit mode, even on 64-bit systems. by nealsid · 15 years ago
  90. 2eb356a Support custom URL parameters. Added unit tests for Breakpad. Added by nealsid · 15 years ago
  91. 1a99729 Removed logging init macro from minidump_processor_unittest, since with the Google Test integration, logging is handled through it's facilities by nealsid · 15 years ago
  92. e328c2d Updated autoconf build files, and fixed externals dependency at revision 158(current as of 5/28) by nealsid · 15 years ago
  93. 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
  94. aaecb48 Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy by ted.mielczarek · 15 years ago
  95. 2a78191 Show the reporter UI for Breakpad.framework regardless of whether continuing the crashed process succeeded (issue 319) by stuartmorgan · 15 years ago
  96. 2a46983 Fix up warnings when building http_upload.cc. Changed warning level to /W4, and also turned off deprecated 64-bit compatability warning flag(since some people are regularly building Breakpad in 64-bit mode, if we turn off this flag we get rid of a warning in 32 bit mode under VS2008) by nealsid · 15 years ago
  97. bec07f6 Patch from Jeremy to have better error reporting, and workaround a Cocoa bug in different locales by nealsid · 15 years ago
  98. fc26f4a Fix memory leak in test case when calling into basic source line resolver. by nealsid · 15 years ago
  99. dad1acc Deleting obsolete file(when I added DWARF support I had to make this a .MM but I forgot to delete the old file) by nealsid · 15 years ago
  100. f9c5540 Add a missing include (for gettimeofday) to Inspector.mm by stuartmorgan · 16 years ago