beard%netscape.com
|
ad41dabfdb
|
added ASCII annotation of fields.
|
1999-12-10 20:23:16 +00:00 |
warren%netscape.com
|
4ab4ee4d4e
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
beard%netscape.com
|
1d48510a31
|
bug #15906: added symbol_name parameter to GC_address_to_source, instead of relying on traceback table.
|
1999-11-15 03:26:03 +00:00 |
beard%netscape.com
|
e7150c71e8
|
added -assign flag, to assign blame to stack crawls.
|
1999-11-06 03:24:08 +00:00 |
beard%netscape.com
|
41b5921ec2
|
added ASSIGN_BLAME to control whether blameInfo is retrieved (which is quite slow)
|
1999-11-06 03:23:49 +00:00 |
beard%netscape.com
|
9ecdcff9bf
|
added tag quoting, to avoid messing up the leak reports.
|
1999-11-06 03:22:46 +00:00 |
beard%netscape.com
|
6029196cc0
|
moved System.exit() to end of main.
|
1999-11-04 06:15:55 +00:00 |
beard%netscape.com
|
39e1390605
|
moved System.exit() to end of main
|
1999-11-04 06:07:35 +00:00 |
beard%netscape.com
|
55a3635b89
|
JShell properties files.
|
1999-11-04 06:06:40 +00:00 |
beard%netscape.com
|
a5a6963a90
|
factored out common code to locate a source file on lxr or bonsai
|
1999-11-04 06:06:13 +00:00 |
beard%netscape.com
|
5f966df945
|
communicates with cvsblame.cgi to assign blame to lines of a source file.
|
1999-11-04 06:05:52 +00:00 |
beard%netscape.com
|
bb72be75bc
|
can handle multiple inputs, now using common FileLocator class to generate blame/lxr URLs.
|
1999-11-04 00:24:26 +00:00 |
beard%netscape.com
|
7875f07dca
|
Uses CVS/Entries to determine the revision of a checked out file.
|
1999-11-04 00:10:12 +00:00 |
beard%netscape.com
|
f5308be67e
|
made more robust with partial output.
|
1999-10-31 06:05:09 +00:00 |
beard%netscape.com
|
815231bf95
|
fixed up -blame option to use line marking.
|
1999-10-30 05:59:02 +00:00 |
beard%netscape.com
|
187bdd537b
|
added transitive closure size computation.
|
1999-10-29 06:04:01 +00:00 |
beard%netscape.com
|
fafa4cc750
|
changed GC_abort() to call ExitToShell() rather than abort(). bug=15906
|
1999-10-24 03:26:10 +00:00 |
beard%netscape.com
|
82b8b6926d
|
never consider code offsets greater than the offset of the instruction, which ensures that the returned file offset is always correct. bug=15906
|
1999-10-23 15:57:31 +00:00 |
beard%netscape.com
|
3c0deccbe9
|
added line hiliting in -blame mode.
|
1999-10-23 01:33:42 +00:00 |
beard%netscape.com
|
83ad613043
|
added parent links, so you can go to the objects referring to a given link.
|
1999-10-21 23:58:28 +00:00 |
beard%netscape.com
|
1efbb03665
|
broke out from leaksoup.java so it can be used by tracesoup.
|
1999-10-21 23:55:25 +00:00 |
beard%netscape.com
|
47b7daff73
|
annotates refcount traces with blame/lxr URLs
|
1999-10-21 23:54:39 +00:00 |
beard%netscape.com
|
b6ea694308
|
for JBindery runner, added System.exit()
|
1999-10-19 19:43:31 +00:00 |
beard%netscape.com
|
b9374b0d98
|
fixed histogram sorting.
|
1999-10-19 03:03:12 +00:00 |
alecf%netscape.com
|
13330190da
|
fix typedef so this compiles with boehm's own makefile or mozilla's makefile.in
|
1999-10-18 23:17:02 +00:00 |
alecf%netscape.com
|
6a138ee95b
|
we should actually be using generic threads so unhide this stuff
|
1999-10-18 23:15:44 +00:00 |
jevering%netscape.com
|
aa08ade705
|
More windows porting of the boehm collector.
|
1999-10-15 23:45:47 +00:00 |
jevering%netscape.com
|
1dea2b1ce1
|
Windows makefile for boehm collector.
|
1999-10-15 21:57:31 +00:00 |
beard%netscape.com
|
7bbe0f7e47
|
improved report format, included root list
|
1999-10-15 15:56:05 +00:00 |
alecf%netscape.com
|
d9a9a5c17e
|
more tweaks to make beard's generic_threads stuff work on linux
linux already has some of these routines implemented with pthread-specifics
not part of build = no reviewer/bug
|
1999-10-14 23:22:17 +00:00 |
alecf%netscape.com
|
233b263c6c
|
more tweaks to actually make this do useful things with linux - override malloc with GC_malloc
|
1999-10-14 05:34:21 +00:00 |
alecf%netscape.com
|
d8d919f9cd
|
make this link on rh60 - the pthreads that comes with rh60 doesn't allow direct access to __pthread_initial_thread_box, which was only used as a test anyway
|
1999-10-14 05:33:46 +00:00 |
alecf%netscape.com
|
1161d7d979
|
make this compile with -pedantic on Linux 2.2
|
1999-10-13 23:58:25 +00:00 |
alecf%netscape.com
|
0874a1268c
|
add new makefile for our build system
|
1999-10-13 23:58:09 +00:00 |
alecf%netscape.com
|
f7c50e6ab1
|
move old Boehm makefile to Makefile.unix
(not part of build)
|
1999-10-13 23:57:38 +00:00 |
beard%netscape.com
|
6945390099
|
make stack crawl instructions addresses reflect call site, not return address. bug=15906, r=rjc
|
1999-10-13 23:45:40 +00:00 |
beard%netscape.com
|
2a68d0d41e
|
Rewrote using Mac file I/O, since MSL can only manage 35 FILEs. bug=15906, r=rjc
|
1999-10-13 23:45:03 +00:00 |
beard%netscape.com
|
be85b9c438
|
for now, let leak detector reclaim block. bug=15906, r=rjc
|
1999-10-13 23:44:55 +00:00 |
beard%netscape.com
|
4e0a1137ac
|
html-ized the report, added -blame option.
|
1999-10-13 23:42:49 +00:00 |
beard%netscape.com
|
ca4a6dd0c4
|
printing stack crawls with LXR URLs.
|
1999-10-12 18:59:52 +00:00 |
beard%netscape.com
|
68793552f0
|
removed FSp_fopen.c, SymFiles.cpp now using native Mac file I/O. r=jar, bug=15906
|
1999-10-09 02:57:51 +00:00 |
beard%netscape.com
|
9716b86ed4
|
added gc_fragments.h. r=jar, bug=15906
|
1999-10-09 02:53:25 +00:00 |
beard%netscape.com
|
bb5131a9da
|
modernized constants.
|
1999-10-08 23:35:34 +00:00 |
beard%netscape.com
|
7e0765d54d
|
Rewrote using Mac file I/O, since MSL can only manage 35 FILEs.
|
1999-10-08 23:35:32 +00:00 |
beard%netscape.com
|
e8c3c8c582
|
First Checked In.
|
1999-10-08 17:51:45 +00:00 |
beard%netscape.com
|
63f369b4ea
|
added .xSYM address to source mapping.
|
1999-10-08 04:14:09 +00:00 |
beard%netscape.com
|
3edf71045b
|
changed format of object size.
|
1999-10-08 04:13:44 +00:00 |
beard%netscape.com
|
04e908eca8
|
added address to source mapping using .xSYM files.
|
1999-10-08 04:13:04 +00:00 |
beard%netscape.com
|
37b54175f5
|
added Histogram report.
|
1999-10-08 04:12:11 +00:00 |
beard%netscape.com
|
8bc1be85a1
|
First Checked In.
|
1999-10-08 04:11:39 +00:00 |