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

40 Коммитов

Автор SHA1 Сообщение Дата
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
dbaron%dbaron.org 3ec83cda52 Comment about how finding debuginfo should really work. 2006-03-24 02:27:37 +00:00
dbaron%dbaron.org f2196078bf Check out-of-band symbols for system libraries, at least for Fedora. 2006-03-24 02:19:16 +00:00
dbaron%dbaron.org 2b697c8aa4 Fix comments. 2006-03-24 02:03:06 +00:00
dbaron%dbaron.org dffd3c53d0 Deal correctly with symbols in the binary. b=230336 2006-03-23 21:17:48 +00:00
gerv%gerv.net 2a491d3598 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
dbaron%dbaron.org 77eb1e2187 Accept trace-malloc stack format as well. 2003-08-18 05:07:31 +00:00
dbaron%dbaron.org 325632723d Make code clearer. 2003-08-09 01:41:06 +00:00
dbaron%dbaron.org 9e195cde99 Stop breaking negative numbers in calltrees. 2003-08-08 22:32:40 +00:00
dbaron%dbaron.org 00bb7ddd70 Allow fixup of counts at end of make-tree.pl output. 2003-08-08 22:30:37 +00:00
dbaron%dbaron.org 469ee98028 Clean up a little. Improve output. 2003-08-08 22:23:18 +00:00
dbaron%dbaron.org f002c1c41e Add script to use addr2line to get more useful information out of Linux stack traces. 2003-08-08 08:51:56 +00:00
timeless%mozdev.org 560c0d1118 Bug 190772 make-tree.pl sort order isn't very friendly
r=dbaron
2003-06-13 01:10:19 +00:00
dbaron%fas.harvard.edu 80ba863217 "AUTHOR INFO HERE" isn't a very useful comment. Add author info. 2000-07-14 00:54:24 +00:00
dbaron%fas.harvard.edu 1dc4c32faa Add the refcount balancer to mozilla/tools so it can be maintained more easily. This tool was written by Chris Waterson with contributions by a number of other people. I modified the files being added here from the most recent versions on http://www.mozilla.org/performance/refcnt-balancer.html in the following ways:
1) add find-comptr-leakers.pl to find leaks in nsCOMPtr logs
2) allow make-tree.pl to subtract nsCOMPtr logs
2000-07-12 01:32:54 +00:00