X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=1c4cbf31f92f3971c0798fcc37823744ca7fc46e;hb=829eb0264bddb6a0a534cddaa1020493bf8ee4dd;hp=351319054f38afbb9536b526fa00fcfbf777f781;hpb=b783623ed18a3c1cb25f9c459cbffdd77d60393c;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index 351319054f3..1c4cbf31f92 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -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