Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Nathan Froyd fdb04b3990 Bug 1544431 - Turn the fixes in bug 1539574 and bug 524410 into breakpad patches r=froydnj
Moved changes to the non-forked part of breakpad living under
toolkit/crashreporter/google-breakpad into separate patches that are applied
by update-breakpad.sh when synchronizing with upstream breakpad. Because we
landed the commits directly to the sources every time we called
update-breakpad.sh those changes would be reverted.

Differential Revision: https://phabricator.services.mozilla.com/D27682

--HG--
extra : moz-landing-system : lando
2019-04-17 09:29:55 +00:00
Gabriele Svelto 94d70e0739 Bug 1538810 - Updated breakpad's curl and musl headers r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D26489

--HG--
extra : moz-landing-system : lando
2019-04-09 16:04:25 +00:00
Gabriele Svelto 67c71cede9 Bug 1518947 - Update breakpad to revision 44384d80b32a5bb361c2ec3bee667f7ccee566d7 r=ted
This includes some assorted fixes from upstream plus an adaptation of the
patch in b988fa74ec18de6214b18f723e48331d9a7802ae which includes heap memory
regions in the minidump. Since our support for that is more extensive than
upstream breakpad the resulting change reflects this. Last but not least the
fixes for bug 1489094 and bug 1511140 were split out as patches to be applied
to the unmodified breakpad sources. They will be reintegrated as soon as we
fork breakpad for good.

Differential Revision: https://phabricator.services.mozilla.com/D16326

--HG--
extra : moz-landing-system : lando
2019-01-31 15:50:54 +00:00
Ted Mielczarek ea6f9a1958 bug 1069556 - sync to Breakpad c53ed143108948eb7e2d7ee77dc8c0d92050ce7c. r=glandium, benwa
This commit contains a few things:
* Update our copy of google-breakpad to upstream c53ed143108948eb7e2d7ee77dc8c0d92050ce7c
* Get rid of all but one local patch, fold a few related local patches into one
* Misc build fixup to sync with upstream--adding a few new moz.build files,
  source files
* The final bits of unhooking Breakpad from the profiler:
** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER.
** Stop building bits of Breakpad that we only needed for the profiler.
** Remove a few bits of profiler code that were used to interface with Breakpad.
** Remove toolkit/crashreporter/breakpad-logging, which was only used to
   suppress Breakpad logging for the in-process stackwalker.
* Upstream removed their Android-compat sys/ucontext.h because the Android NDK
  added it, but the bionic we're using for Gonk builds is too old, so add a
  copy of the previous version of those files to
  toolkit/crashreporter/gonk-include to keep Gonk building.
* Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux

--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc
extra : histedit_source : 43e65f5432657f548cac5aa7936461e58454c3b6%2C7b56ccc79d9d58ebde0583d920f3593e25212621
extra : rebase_source : f6dbfb8fb2ba5b27e63b26d57c404962679c7a76
extra : commitid : DMQlXPms868
extra : source : 09fd4f3ab6e764016fe073efb226f03b5969af59
extra : intermediate-source : 16f9d3a6d2ef6a6efd088e3b8eff0a4723daef8f
2016-01-27 09:39:53 -05:00
Jed Davis 5043e01249 Bug 1068410 - Convert remote crash dump to use pipe instead of socketpair in the child. r=kang r=ted 2014-10-03 14:55:03 -07:00
Jed Davis aaac17ba60 Bug 1068410 - Remove procfs-searching workaround for credential-passing bug. r=ted 2014-10-03 14:55:03 -07:00
Jed Davis fb0b5848d3 Bug 942290 - Merge ARM exidx info with DWARF if both are present. r=ted 2014-05-19 15:46:00 +02:00
Jed Davis 9af16a662a Bug 945498 - Use breakpad to report seccomp violations as crashes. r=ted, r=kang
Upstream issue for breakpad patch: https://breakpad.appspot.com/1114003/
2014-02-05 13:29:51 -05:00
Jed Davis a2902f8566 Bug 942407 - Fix breakpad signal handler's test for signal origin. r=ted 2014-01-08 09:45:59 -05:00
Mike Hommey 622c6ed12a Bug 886216 - Add missing breakpad patches. r=ted
--HG--
rename : toolkit/crashreporter/breakpad-patches/12-sht-arm-exidx-define.patch => toolkit/crashreporter/breakpad-patches/16-sht-arm-exidx-define.patch
2013-07-31 14:03:21 +09:00
Justin Wood 60a17627f8 Bug 886209 - SHT_ARM_EXIDX not defined on older glibc versions. r=glandium
(fixes SeaMonkey building on CentOS5.x)
2013-06-24 01:00:39 -04:00
Ted Mielczarek 9937f9fbd7 bug 884300 - fix DWARF CFI record serialization. r=glandium 2013-06-18 11:56:43 -04:00
Julian Seward 1f8653bbbc Bug 861141 - Connect Breakpad on Android to faulty.lib's mmap interface. r=glandium,ted 2013-04-15 16:46:43 +02:00
Mike Hommey 6f3a120e8b Bug 858149 - Update breakpad to SVN r1143. r=ted 2013-04-09 14:03:40 +02:00
Mike Hommey b74322ad5b Bug 858149 - Add missing breakpad patch from bug 853851 and bug 779291. r=ted 2013-04-09 14:03:33 +02:00
Phil Ringnalda ec19f32da0 Back out fe29b2ae604b, 8c6ec2899d89 and 6b2f3cb031da (bug 851964) for test hangs
CLOSED TREE
2013-03-19 21:44:48 -07:00
Vladimir Vukicevic 8553e8500c b=851964; Odin/OSX, part 2. add BreakpadUserExceptionHandler support to breakpad; r=ted 2013-03-18 18:50:19 -04:00
Vladimir Vukicevic cfe5d50335 b=851964; Odin/OSX, part 1. add breakpad TARGET_OSX_USE_64BIT_EXCEPTIONS, and use it; r=ted 2013-03-18 01:01:53 -04:00
Ted Mielczarek a30e14f4ea bug 848880 - Update to Breakpad SVN r1128. r=upstream 2013-03-07 13:50:42 -05:00
Ted Mielczarek d23b832fc5 bug 779291 - Add some more local Breakpad patches, update a few patches. r=various
also contains fixup for stdint changes in Breakpad. r=glandium
2013-03-05 09:32:34 -05:00
Ted Mielczarek 98609c8753 bug 839126 - Update Breakpad to SVN r1112. r=upstream. Also fix a local patch that hadn't applied properly.
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch
extra : rebase_source : dcd743469929ecc3fa83ddd11663840628841900
2013-02-07 12:56:27 -05:00
Ed Morley b4fbe8dfad Backed out changeset cd02e40945d6 (bug 839126)
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac
2013-02-07 18:14:06 +00:00
Ted Mielczarek 53ea36a814 bug 839126 - Update Breakpad to SVN r1112. r=upstream. Also fix a local patch that hadn't applied properly.
--HG--
rename : toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac => toolkit/crashreporter/breakpad-patches/06-readsymboldata-mac.patch
extra : rebase_source : 1ab9644866fc99a4a282b65770ca4dd8e48e80ee
2013-02-07 12:56:27 -05:00
Ted Mielczarek 6e64a21543 Add local Breakpad patches that have not yet been upstreamed
Contains patches for:
bug 802106 -  Breakpad stackwalking optimization: optimize PostfixEvaluator
bug 812133 -  Make breakpad-based SPS unwind work on MacOS

--HG--
extra : rebase_source : 86ca043b452f80f8887b283b9ca3df1f7e4e679f
2013-02-06 19:01:57 -05:00
Ted Mielczarek 0daf84bc8f bug 838882 - Add ability to apply local patches to update-breakpad.sh NPOTB
--HG--
extra : rebase_source : eca6cf7c6a11f57c5318fe66aa1cb0ab06d4d676
2013-02-06 18:58:26 -05:00