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

64 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg 2b22db99af Revert the accidental change to make-tree.pl from revision 116abfbc71e5 2010-07-15 10:40:17 -04:00
Benjamin Smedberg 94ef4d2ac3 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg b54a384bb8 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg 325a0ee192 Free the component-location arrays at shutdown. 2010-06-25 17:27:10 -04:00
Karl Tomlinson 543c9770ea temporarily dump some window state on mochitest time out to debug bug 569237 2010-06-23 11:14:24 +12:00
Jesse Ruderman e3a2807fc0 Bug 570287 - New stack fixer that uses breakpad symbol files. r=ted 2010-06-25 14:47:19 -07:00
Jesse Ruderman fec8958eb3 Revert d39bed41e215, because pty doesn't do the right thing when the process exits, creating a race condition
--HG--
extra : rebase_source : 8643b1ea88d52e76f93e66158373f479f41ccdd7
2010-06-08 20:55:43 -07:00
Karl Tomlinson 754c0bb6b3 revert b8ddc4e35f65 to remove temporary logging 2010-06-24 15:59:10 +12:00
Jesse Ruderman be165c72bd Try to fix 10.6 debug perma-orange that results from fix_macosx_stack.py not dealing with atos's complaint about lack of symbols 2010-04-20 17:19:20 -07:00
Jesse Ruderman 94073fa693 Fix bug 550388: avoid regexp perf issues in the stack fixer. r=dbaron 2010-03-20 23:08:47 -07:00
Jesse Ruderman 776993d4ff Bug 539516 - Switch automation.py to use the new python stack fixer. r=ted
--HG--
rename : tools/rb/fix-macosx-stack.py => tools/rb/fix_macosx_stack.py
2010-02-21 13:03:20 -08:00
Ms2ger 3f7ab057da Bug 539274: Tab cleanup in aisle tools/rb/find-leakers.pl r=bsmedberg 2010-02-20 08:58:06 -05:00
Jesse Ruderman 4d7447f8be Make fix-macosx-stack.py faster by caching atos processes, which requires tricking atos into giving us unbuffered output. (Bug 429963, r=dbaron) 2010-01-13 11:43:13 -08:00
Benjamin Smedberg 8d6bad0b28 Bug 538388 - Make find-leakers.pl work with the output of XPCOM_MEM_ALLOC_LOG as it dose with XPCOM_MEM_REFCNT_LOG, r=dbaron 2010-01-07 15:14:27 -05:00
L. David Baron 93cd1d2d93 Fix typos. (Bug 429963) 2010-01-07 13:56:09 -05:00
L. David Baron 112af49d56 Actually get the c++filt invocation right. (Bug 429963) 2010-01-07 13:52:51 -05:00
L. David Baron e0dfd43dec Add a very slow (to work around what's probably an I/O buffering issue) version of fix-macosx-stack in python that uses atos (and should thus work on 10.5). (Bug 429963) 2010-01-07 13:31:53 -05:00
L. David Baron 8a1d48b424 Remove buffering of test output by making stack fixers not buffer their standard output. (Bug 510014) 2009-08-12 15:20:52 -07:00
Mark Banner bc3ca4626e Bug 471950 Improve bloatdiff.pl error handling - improve tinderbox integration, and do not error when two logs have the same bloat data. r=nthomas,dbaron 2009-02-17 08:44:51 +00:00
Serge Gautherie d77f7b726b Bug 449150 – In <find-leakers.pl>, fix code nits and add output sorting
(Av1) <find-leakers.pl>
2008-08-05 04:05:50 +02:00
Ben Hearsum 01caf54b5a bug 422296: tools needed for debug+leak tests on mozilla-central - bloatdiff.pl + leaktest.py.in runner script. r=tmielczarek, patch=me 2008-05-13 17:17:33 -04:00
dbaron@dbaron.org 1c6d12199d Deal with padding inside .gnu_debuglink section being non-null. Not part of build. 2008-05-05 14:51:11 -07:00
dbaron@dbaron.org 8cfdbb37e1 Use better name. 2008-03-02 23:26:21 -08:00
dbaron@dbaron.org 1565a21e69 Add a simple variant of make-tree to filter refcount logs for a single object. Not part of the build. 2008-03-02 23:24:55 -08:00
dbaron@dbaron.org d424c956b3 Initial underscore for symbols is not only public symbols, and we can remove it for C++ too if we pass the right option to c++filt. 2007-08-16 23:26:09 -07:00
dbaron@dbaron.org 116d1eedc8 Trim extra underscores. 2007-08-13 22:06:05 -07:00
dbaron@dbaron.org fae58c3c22 Use vmaddr for __TEXT section, not first section, so that we get correct results for the binary. 2007-08-13 21:44:33 -07:00
dbaron@dbaron.org 8c2658f25f Don't ignore exported symbols. 2007-08-13 21:35:29 -07:00
dbaron@dbaron.org 2263f802d0 Correct stack trace addresses to call instruction rather than return instruction. Read SO stabs entries. 2007-08-13 21:28:51 -07:00
dbaron@dbaron.org e5907cb651 Add script to fix Mac OS X stack traces. b=336517 2007-08-13 20:25:51 -07:00
dbaron@dbaron.org 7e3d3bf906 Switch from readelf to objdump for reading contents of sections, since readelf switched its output format. 2007-06-20 15:01:17 -07:00
dbaron@dbaron.org be7f6e1678 Fix misuse of terminology and improve comment. 2007-03-22 23:49:37 -07:00
dbaron@dbaron.org b56fe09e09 Handle file not existing more gracefully. 2007-03-22 23:29:25 -07:00
dbaron@dbaron.org 7d0509161a Don't create duplicate pipes for objects with external debuginfo. 2007-03-22 23:24:27 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
dbaron%dbaron.org 7e138c5220 Deal with padding inside .gnu_debuglink section being non-null. Not part of build. 2008-05-05 21:51:11 +00:00
dbaron%dbaron.org a890295f6f Use better name. 2008-03-03 07:26:21 +00:00
dbaron%dbaron.org 5b870d2d8f Add a simple variant of make-tree to filter refcount logs for a single object. Not part of the build. 2008-03-03 07:26:13 +00:00
dbaron%dbaron.org 43e926f735 Initial underscore for symbols is not only public symbols, and we can remove it for C++ too if we pass the right option to c++filt. 2007-08-17 06:26:09 +00:00
dbaron%dbaron.org 4656373872 Trim extra underscores. 2007-08-14 05:06:05 +00:00
dbaron%dbaron.org d439557679 Use vmaddr for __TEXT section, not first section, so that we get correct results for the binary. 2007-08-14 04:44:33 +00:00
dbaron%dbaron.org b9f9cb3abe Don't ignore exported symbols. 2007-08-14 04:35:29 +00:00
dbaron%dbaron.org ee4ad752d8 Correct stack trace addresses to call instruction rather than return instruction. Read SO stabs entries. 2007-08-14 04:28:51 +00:00
dbaron%dbaron.org fa544b7867 Add script to fix Mac OS X stack traces. b=336517 2007-08-14 03:25:51 +00:00
dbaron%dbaron.org 84cd2088bc Switch from readelf to objdump for reading contents of sections, since readelf switched its output format. 2007-06-20 22:01:17 +00:00
dbaron%dbaron.org c8904c0c39 Fix misuse of terminology and improve comment. 2007-03-23 06:49:37 +00:00
dbaron%dbaron.org 0c5df5be40 Handle file not existing more gracefully. 2007-03-23 06:29:25 +00:00
dbaron%dbaron.org ee01ee90df Don't create duplicate pipes for objects with external debuginfo. 2007-03-23 06:24:27 +00:00
dbaron%dbaron.org 999438b9bc Use the .gnu_debuglink section to find the debuginfo file rather than hardcoding the paths to match the most common case on Fedora. 2007-03-16 21:22:53 +00:00
dbaron%dbaron.org a40b385248 Change my old email address to my new one (files missed when I did a mass-change in January 2003). 2007-02-14 07:18:26 +00:00