Bug 375270] GC: separating traversal and markingAdding help() for dumpHeap [fixing crash on solaris x86]r=igor

This commit is contained in:
timeless@mozdev.org 2007-04-24 09:42:25 -07:00
Родитель 16d6ea87b2
Коммит c4317466a7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2247,6 +2247,7 @@ static char *shell_help_messages[] = {
#ifdef DEBUG
"dis([fun]) Disassemble functions into bytecodes",
"dissrc([fun]) Disassemble functions with source lines",
"dumpHeap([obj]) Display reachable objects",
"notes([fun]) Show source notes for functions",
"tracing([toggle]) Turn tracing on or off",
"stats([string ...]) Dump 'arena', 'atom', 'global' stats",