X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=b53530a824b8b8934f8046e166c63bf184fbe93f;hb=5ad1099341581dee94f77b32db728918e90fa64f;hp=bbb2e5025338947a70db0e2406d9d67271da066f;hpb=392bae3c453763e8f887f447678ab0202a36228a;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index bbb2e502533..b53530a824b 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -265,6 +265,12 @@ instructs the Mono runtime to start debugging in server mode, where Mono actively waits for the debugger front end to connect to the Mono process. Mono will print out to stdout the IP address and port where it is listening. .TP +.I setpgid=[y/n] +If set to yes, Mono will call \fBsetpgid(0, 0)\fB on startup, if that function +is available on the system. This is useful for ensuring that signals delivered +to a process that is executing the debuggee are not propagated to the debuggee, +e.g. when Ctrl-C sends \fBSIGINT\fB to the \fBsdb\fB tool. +.TP .I suspend=[y/n] Defaults to yes, with the default option Mono will suspend the vm on startup until it connects successfully to a debugger front end. If you set it to 'n', in @@ -418,7 +424,7 @@ the global assembly cache is always trusted. .TP \fB--server\fR Configures the virtual machine to be better suited for server -operations (currently, a no-op). +operations (currently, allows a heavier threadpool initialization). .TP \fB--verify-all\fR Verifies mscorlib and assemblies in the global @@ -1411,9 +1417,9 @@ small embedded systems. The default is 180 seconds. .TP \fBMONO_THREADS_PER_CPU\fR -The maximum number of threads in the general threadpool will be -20 + (MONO_THREADS_PER_CPU * number of CPUs). The default value for this -variable is 10. +The minimum number of threads in the general threadpool will be +MONO_THREADS_PER_CPU * number of CPUs. The default value for this +variable is 1. .TP \fBMONO_XMLSERIALIZER_THS\fR Controls the threshold for the XmlSerializer to produce a custom @@ -1628,6 +1634,10 @@ for example, to see managed frame names on gdb backtraces. Enables the maximum JIT verbosity for the specified method. This is very helpfull to diagnose a miscompilation problems of a specific method. +.TP +\fBMONO_VERBOSE_HWCAP\fR +If set, makes the JIT output information about detected CPU features +(such as SSE, CMOV, FCMOV, etc) to stdout. .SH VALGRIND If you want to use Valgrind, you will find the file `mono.supp' useful, it contains the suppressions for the GC which trigger