gecko-dev/tools/rb
Chris Manchester 7c92933074 Bug 1216681 - Add a windows version of fileid to extract a guid from windows binaries. r=jimm,ted
This patch introduces a small utility program to extract a guid from a shared library
or executable on windows to identify the correct symbol file to read in fix_stack_using_bpsyms.py.
In order for this to work correctly on windows, the library name provided by
MozDescribeCodeAddress needs to be a full path, so the LoadedImageName field
from the IMAGEHLP_MODULE64 structure is used here instead of the ModuleName
field.

MozReview-Commit-ID: 8zkfLWjKVs2
2015-10-29 13:25:03 -07:00
..
README Bug 1089441 - Update the refcount-balancer docs link. r=dbaron. 2014-11-13 14:02:21 -08:00
filter-log.pl
find-comptr-leakers.pl
find_leakers.py Bug 1190466 - tools/rb/find-leakers.pl re-written in Python r=mccr8 2015-08-20 14:18:20 -07:00
fix_linux_stack.py Bug 914253 patch 10 - Two more comment tweaks. No review. 2014-10-15 14:50:58 -07:00
fix_macosx_stack.py Bug 1062709 (part 2, attempt 2) - Clean up stack printing and fixing. r=dbaron. 2014-09-01 22:56:05 -07:00
fix_stack_using_bpsyms.py Bug 1216681 - Add a windows version of fileid to extract a guid from windows binaries. r=jimm,ted 2015-10-29 13:25:03 -07:00
make-tree.pl Bug 1062709 (part 2, attempt 2) - Clean up stack printing and fixing. r=dbaron. 2014-09-01 22:56:05 -07:00

README

This is the Refcount Balancer.  See
https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Refcount_tracing_and_balancing
for documentation.

Previous CVS history for the perl scripts is available at:
http://www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org/html/performance/find-leakers.pl&rev=&root=/cvsroot/
http://www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-org/html/performance/make-tree.pl&rev=&root=/cvsroot/