Commit Graph

82 Commits

Author SHA1 Message Date
Makoto Kato
e97d6701d0 Bug 942018 - Remove dump_syms for VC8 and VC9. r=ted 2013-11-25 10:05:32 +09:00
Makoto Kato
7d3c681996 Bug 928837 - Add dump_syms.exe for VS2013. r=ted 2013-10-22 13:06:52 +09:00
Todd Whiteman
6471cba162 Bug 880500 - Handle files without symbols on the mac. r=singerb 2013-06-10 11:01:59 -04:00
Ted Mielczarek
7d1c12f274 Bug 866241 - Fix some issues with repo manifest parsing. r=catlee 2013-04-26 15:30:19 -04:00
Ted Mielczarek
f91dcacccd bug 846864 - Fix source server support. r=khuey 2013-04-25 15:15:58 -04:00
Benedict Singer
b89f36b145 Bug 795360 - Make dump_syms from symbolstore.py run in parallel on multi-core machines. r=ted 2012-12-27 15:32:45 -08:00
Ryan VanderMeulen
faba245e90 Backed out changeset 11bf35befda6 (bug 795360) for Windows hangs. 2012-12-16 22:25:53 -05:00
Benedict Singer
75b6727d5e Bug 795360 - Make dump_syms from symbolstore.py run in parallel on multi-core machines. r=ted 2012-12-11 09:52:53 -05:00
Mike Hommey
d699e8bede Backout changeset 3bb2d53dde34 now that bug 818903 is figured out 2012-12-09 09:33:34 +01:00
Mike Hommey
6cc68d3988 Bug 818903 - Temporarily add some info about binaries and debug info files. r=ted 2012-12-06 17:06:48 +01:00
Ted Mielczarek
90bf387186 bug 774780 - Support reading a repo manifest.xml in symbolstore.py for source info. r=catlee 2012-10-29 11:12:30 -04:00
Ted Mielczarek
0595da7a5d bug 774780 - refactor VCS file mangling in symbolstore.py. r=catlee 2012-10-29 11:12:30 -04:00
Mark Hammond
42e41f9925 Bug 779431 - symbolstore.py ignores SRCSRV_ROOT if hg provides a path. r=:ted 2012-08-07 11:32:45 +10:00
Jim Mathies
48edc501fc Bug 767517 - Checkin new vs 2012 dump_syms_vc1700.exe. r=ted 2012-06-27 07:12:37 -05:00
Ted Mielczarek
24c159c71d bug 587073 followup, re-silence the output of dsymutil 2012-06-21 09:02:15 -04:00
Ted Mielczarek
3787283363 bug 587073 - stop uploading duplicate dSYM files in the symbol package. r=nthomas 2012-06-19 09:24:49 -04:00
Ted Mielczarek
2c5dc50c91 bug 764671 - Stop uploading symbols for test programs/libs to the symbol server. r=nthomas 2012-05-24 11:58:35 -04:00
Ted Mielczarek
1a7d974c4b Backed out changeset 4566522a1bfd, bug 632616 - fix symbolstore.py's handling of relative paths 2012-05-25 15:21:17 -04:00
Ted Mielczarek
68128f289b bug 632616 - fix symbolstore.py's handling of relative paths. r=catlee 2012-05-24 11:58:35 -04:00
Ted Mielczarek
07414e5f89 bug 661908 - create a virtualenv as part of configure. r=khuey
--HG--
extra : rebase_source : c0d8d3a37a03425cdb3c0713ceda3007bddb1496
2012-04-25 13:37:16 -04:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dustin J. Mitchell
07c97c7b59 Bug 534992 - improve error reporting when cleanroot is not set - r=ted 2012-05-16 14:51:45 -04:00
Wolfgang Rosenauer
d33386758b Bug 673697 - symbolstore.py needs to recognize linux3. r=ted 2012-04-04 20:03:13 +02:00
Nick Thomas
5a46c2d68a Bug 693192 - Nightly builds infrequently fail with "make: *** [uploadsymbols] Error 50", r=ted 2012-01-10 14:36:05 +13:00
John Hopkins
f75b31ef55 Bug 685442 - Mac nightly builders keep failing (typically upload_symbols step). r=ted 2011-10-13 22:48:32 -07:00
Mike Hommey
14966259b2 Bug 677897 - Use objcopy from the NDK in symbolstore.py. r=ted 2011-10-06 09:08:14 +02:00
Justin Lebar
e193067140 Bug 609401 - Stop spamming "Section [Build] not found" to the terminal. r=ted
--HG--
extra : rebase_source : 534a86362d5b464a2157d94bbc7583510e7859f9
2011-05-19 16:29:50 -04:00
Ted Mielczarek
1c84e95aeb bug 575519 - add a VC9-built dump_syms.exe, choose dump_syms based on compiler version. r=mitch, a=legneato
--HG--
rename : toolkit/crashreporter/tools/win32/dump_syms.exe => toolkit/crashreporter/tools/win32/dump_syms_vc1400.exe
extra : rebase_source : 3343baae2b65666b3d2d54a1e2c13fecce85d387
2010-09-23 12:53:52 -04:00
Ted Mielczarek
cab155a5dd bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
--HG--
extra : rebase_source : 5b152bd6833924b69af8e3ec0f0e7be36e388891
2010-11-01 14:47:16 -04:00
Ted Mielczarek
7b82bfe9fc backout bug 607946, hg rebase did some bad things. a=bustage 2010-11-02 08:21:07 -04:00
Ted Mielczarek
07142483c9 bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
--HG--
extra : rebase_source : c613fcbdc37f2154dd0f8029068584ccdf867b44
2010-11-01 14:47:16 -04:00
Ted Mielczarek
d45748c2a7 Bug 577431, Skip files when dsymutil doesn't produce a .dSYM, r=josh, a=blocking2.0
--HG--
extra : rebase_source : 6c383aefae214e894b470dd9d725e2d50b7ce7ae
2010-07-26 13:12:35 +12:00
Ryan VanderMeulen
fbba4102fb Bug 475165 - Use LZX compression on pdb files in symbol store. r=ted 2010-07-18 11:16:22 +02:00
Ted Mielczarek
7ce37c47aa bug 566311 - fix breakage in symbolstore.py when running in Scratchbox. r=catlee
--HG--
extra : rebase_source : ac2859cd0a2d4f5ef2f17a8937cc34cc6308809f
2010-05-18 12:46:12 -04:00
Ted Mielczarek
858b5f59e6 bug 526484 - update dump_syms.exe to pick up some upstream fixes. r=bsmedberg 2009-12-14 06:55:40 -05:00
Nick Thomas
2ef097bb62 Bug 514466, fix make uploadsymbols when MOZ_PKG_PRETTYNAMES is true (releases), r=ted.mielczarek 2009-10-06 21:50:07 +13:00
Ted Mielczarek
8646214e14 bug 520141 - fix source server support to work with pdb compression. r=bsmedberg 2009-10-03 14:52:37 -04:00
Chris Cooper
5f3d247449 Bug 514466 - Fix hash parsing, escape spaces prior to upload (not shipping code, but is invoked by the build system for every build) - r=bhearsum 2009-09-18 10:34:18 -04:00
Lukas Blakk
f015089653 Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek 2009-09-14 22:37:11 +12:00
Nick Thomas
5dc280ead4 Bug 485336, uploadsymbols failures when mozilla-central & tracemonkey nightlies complete at the same time, r=ted.mielczarek 2009-06-18 16:19:02 +12:00
Florian Queze
f86839953a Bug 493392: Get fallback symbols for DWARF-less binaries in symbolstore.py. r=ted 2009-06-12 14:50:13 +02:00
Ted Mielczarek
93de1bbde6 bug 486076 - 'make uploadsymbols' and MOZ_PKG_PRETTYNAMES=1 don't play nice on Mac. r=bsmedberg 2009-03-31 16:52:41 -04:00
Ted Mielczarek
c45f52ff48 bug 483548 - buildsymbols messes up Linux Z test results. r=bsmedberg 2009-03-16 16:46:05 -04:00
Ted Mielczarek
d9803eff02 bug 420474 - upload debug info for Linux and mac builds to symbol server. r=bsmedberg 2009-03-11 11:56:57 -04:00
Philippe M. Chiasson
b84c0c6c8e Bug 452866 - "Teach Socorro/crash-stats about comm-central - add support for multiple source directories to buildsymbols." [r=ted.mielczarek] 2009-02-17 07:46:32 +00:00
Ted Mielczarek
628997d06c bug 385792 - compress pdb files in symbol store. r=bsmedberg 2009-01-23 07:40:27 -05:00
Ted Mielczarek
66a47d1565 bug 469814 - Nightly mac builds contain .dSYM bundles. do some better cleanup when building symbols. r=bsmedberg 2008-12-24 14:04:43 -05:00
Jesse Valianes
f2a185f8b2 bug 440001 - source server support for mercurial. r=ted 2008-12-19 11:04:50 -05:00
Ted Mielczarek
a38005977f followup from bug 421534 - dsymutil spits an error to stdout if a binary doesn't have symbols, redirect it to /dev/null. r=bsmedberg 2008-12-09 16:19:48 -05:00
Ted Mielczarek
da343f9170 bug 421534 - Mac: generate breakpad .sym from dwarf symbols instead of stabs. r=bsmedberg 2008-12-08 12:04:33 -05:00