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

252 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org b9ef6f734a Link readers against libxul when trace-malloc is part of libxul (fixing tinderbox bustage). 2007-08-20 01:30:04 +00:00
dbaron%dbaron.org a358dde24c Revert previous checkin. 2007-08-20 00:59:57 +00:00
dbaron%dbaron.org b75833008f Attempt to fix trace-malloc bustage in libxul builds by removing LIBXUL_LIBRARY=1 (fixing tinderbox bustage for newly-enabled test). 2007-08-20 00:50:01 +00:00
dbaron%dbaron.org 983df6a182 Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky 2007-08-20 00:00:40 +00:00
dbaron%dbaron.org d0bc05ebce Port trace-malloc to Mac OS X. b=392118 r+a=brendan 2007-08-14 16:35:46 +00:00
dbaron%dbaron.org ce60d38f6d Don't count frees of things whose allocations weren't counted because they were before we overrode malloc, etc. b=391950 r+a=brendan 2007-08-12 22:20:36 +00:00
dbaron%dbaron.org ff4e8b1f82 Make void signatures match header. b=391766 r+a=brendan 2007-08-11 00:53:28 +00:00
dbaron%dbaron.org 8b010ccfad Lock around NS_TraceMallocDumpAllocations. b=391766 r+a=brendan 2007-08-11 00:53:02 +00:00
dbaron%dbaron.org 86c68d7e66 Stop using strncpy unnecessarily. b=391766 r+a=brendan 2007-08-11 00:52:35 +00:00
dbaron%dbaron.org 4764771947 Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan 2007-08-10 22:22:07 +00:00
dbaron%dbaron.org a5ba3b4162 Hook new[] and delete[] too, since (with VC8 anyway) we're picking up new[] through new, but not picking up delete[]. b=391491 r+a=brendan 2007-08-10 22:21:37 +00:00
dbaron%dbaron.org 327dcb72df Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan 2007-08-10 22:21:13 +00:00
dbaron%dbaron.org d834a42cdd Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan 2007-08-10 22:20:49 +00:00
dbaron%dbaron.org 8276ca56e2 Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan 2007-08-10 22:19:32 +00:00
dbaron%dbaron.org f0e1c0f75d Use thread-local storage for tracing suppression. b=376874 r+a=brendan 2007-08-10 22:19:14 +00:00
dbaron%dbaron.org 3db03dc8d8 Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only 2007-08-10 21:26:03 +00:00
dbaron%dbaron.org 064c7b788d Improve performance when trace-malloc is built but not used by adding a fast-path around the locking. b=150015 r=brendan a=bzbarsky 2007-08-10 21:24:32 +00:00
dbaron%dbaron.org 5f6947eb49 Add code to automatically uncompress .gz and .bz2 files that are given as arguments. 2007-06-20 21:59:33 +00:00
dbaron%dbaron.org 8a16cb20c6 Replace printf that fires all the time with an assertion for what I really want to check. 2007-04-04 01:35:35 +00:00
dbaron%dbaron.org f48343ca02 The tinderbox problem was due to insufficient STARTUP_TMBUFSIZE, so re-increase the buffer size to 64K (from 16K) and comment out my debugging code. 2007-04-04 01:06:34 +00:00
dbaron%dbaron.org 8ca81935ea Back out startup buffer size change (but leave diagnostic). 2007-04-04 00:53:26 +00:00
dbaron%dbaron.org a734698976 Make previous change print to stderr. 2007-04-04 00:45:07 +00:00
dbaron%dbaron.org 7460a6ad75 Try increasing startup buffer size to see if it fixes tinderbox orange. 2007-04-04 00:39:56 +00:00
dbaron%dbaron.org e22c6b0d66 Add some debugging code to tmreader and temporarily turn it on to debug tinderbox orange. 2007-04-03 23:46:45 +00:00
dbaron%dbaron.org 999d182a3d Fix deadlock in trace-malloc by exiting monitor around call to dladdr. b=363334 r=brendan 2007-04-03 22:14:01 +00:00
dbaron%dbaron.org d5aea7d1d1 Make trace-malloc malloc-hooking work with compilers newer than VC6. b=374645 r=robstrong 2007-03-21 00:38:58 +00:00
dbaron%dbaron.org b404440a4e Document changes from bug 113738. 2007-03-01 01:33:54 +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 12e530fdfd Make trace-malloc dumps not print '(nil)' instead of an address. b=331743 (fixing regression from previous patch) 2007-02-14 07:07:51 +00:00
dbaron%dbaron.org 0e055e83bd Make trace-malloc override additional memory allocation functions. b=331742 2007-02-14 07:06:35 +00:00
timeless%mozdev.org 24a61f105a Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
dbaron%dbaron.org 12192625ce Fix whitespace error introduced by my previous patch. 2006-11-01 07:22:12 +00:00
dbaron%dbaron.org 7b4b202ef8 Fix relocations that need to be resolved at runtime when building with default visibility as hidden and wrapping system includes. b=358558 r=bsmedberg 2006-10-29 16:11:26 +00:00
dbaron%dbaron.org 10cf5ca9ed Fix build with MSYS. b=352206 Patch from Sylvain Pasche <sylvain.pasche@gmail.com>. r=dbaron 2006-09-11 21:30:58 +00:00
timeless%mozdev.org 1846fd9c62 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
benjamin%smedbergs.us 683a4f7672 Bug 348234 - trace-malloc utilities should use frozen linkage, r=dbaron 2006-08-10 16:38:00 +00:00
dbaron%dbaron.org d0aee47716 Partial 64-bit and x86_64 porting. b=331743 r=brendan 2006-03-27 07:29:32 +00:00
dbaron%dbaron.org 0647569fa9 Revert old fix for 230336 in favor of better fix elsewhere. 2006-03-25 04:16:00 +00:00
dbaron%dbaron.org 3bd90a7a87 Fix C++ comments that I introduced. 2006-03-24 08:32:09 +00:00
dbaron%dbaron.org 172a860286 Workaround brokenness of __builtin_frame_address(0) on gcc 4.1 (as shipped with FC5, at least). b=331436 r=brendan 2006-03-23 23:21:27 +00:00
dbaron%dbaron.org f82adb5d8c Use __builtin_frame_address instead of setjmp to get the frame pointer. b=323853 r=brendan 2006-03-19 01:27:17 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
gerv%gerv.net 5956d34127 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
timeless%mozdev.org 3db428f6ac Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org 532329ac75 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
timeless%mozdev.org 8e0a0fb22e Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
timeless%mozdev.org 818571f357 Bug 295159 trace-malloc build crashes in glibc initialization
patch by sascha@schumann.cx r=timeless sr=dbaron
2005-11-13 22:39:05 +00:00
dbaron%dbaron.org f1483e83c6 Remove CRs (whitespace change only). 2005-09-21 20:32:30 +00:00
gandalf%firefox.pl 605a07010d Bug 288823: Trace-malloc fails to compile on windows; p=bugzilla@mcsmurf.de,r+sr=dbaron,a=brendan 2005-06-11 12:52:23 +00:00
dbaron%dbaron.org 6bb56c4240 Fix bustage. b=288626 2005-04-06 06:02:47 +00:00