Kill sgen_get_logfile and sgen_debug_printf.
[mono.git] / man / mono.1
index 351319054f38afbb9536b526fa00fcfbf777f781..1c4cbf31f92f3971c0798fcc37823744ca7fc46e 100644 (file)
@@ -525,6 +525,13 @@ System.String except for the System.String:Concat method.
 
        mono --trace=T:System.String,-M:System.String:Concat
 
+.fi
+You can trace managed to unmanaged transitions using
+the wrapper qualifier:
+.nf
+
+       mono --trace=wrapper app.exe
+
 .fi
 Finally, namespaces can be specified using the N: prefix:
 .nf
@@ -1182,6 +1189,9 @@ Don't do major collections.
 Forces the GC to scan the stack conservatively, even if precise
 scanning is available.
 .TP
+\fBno-managed-allocator\fR
+Disables the managed allocator.
+.TP
 \fBcheck-scan-starts\fR
 If set, does a plausibility check on the scan_starts before and after each collection
 .TP