diff options
Diffstat (limited to 'Documentation/project-docs')
-rwxr-xr-x | Documentation/project-docs/clr-complus-conf-docgen.sh | 2 | ||||
-rw-r--r-- | Documentation/project-docs/clr-configuration-knobs.md | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/project-docs/clr-complus-conf-docgen.sh b/Documentation/project-docs/clr-complus-conf-docgen.sh index ab1d3f6230..2ee3f9bfc0 100755 --- a/Documentation/project-docs/clr-complus-conf-docgen.sh +++ b/Documentation/project-docs/clr-complus-conf-docgen.sh @@ -62,7 +62,7 @@ GENERATEDTABLEINFO="This table is machine-generated from commit $COMMIT on ${DAT read -r -d '' CLRCONFIGSECTIONCONTENTS << "EOF" When using these configurations from environment variables, the variables need to have the `COMPlus_` prefix in their names. e.g. To set DumpJittedMethods to 1, add the environment variable `COMPlus_DumpJittedMethods=1`. -See also [Dumps and Other Tools](../botr/ryujit-overview.md#dumps-and-other-tools) for more information. +See also [Setting configuration variables](../building/viewing-jit-dumps.md#setting-configuration-variables) for more information. Name | Description | Type | Class | Default Value | Flags -----|-------------|------|-------|---------------|------- diff --git a/Documentation/project-docs/clr-configuration-knobs.md b/Documentation/project-docs/clr-configuration-knobs.md index 2669873953..63f094b8ee 100644 --- a/Documentation/project-docs/clr-configuration-knobs.md +++ b/Documentation/project-docs/clr-configuration-knobs.md @@ -14,11 +14,11 @@ System.Threading.ThreadPool.MaxThreads|Override MaxThreads for the ThreadPool wo ## Environment/Registry Configuration Knobs -This table is machine-generated from commit ae2d2f3 on 04/20/16. It might be out of date. +This table is machine-generated from commit 82ed770 on 05/31/16. It might be out of date. When using these configurations from environment variables, the variables need to have the `COMPlus_` prefix in their names. e.g. To set DumpJittedMethods to 1, add the environment variable `COMPlus_DumpJittedMethods=1`. -See also [Dumps and Other Tools](../botr/ryujit-overview.md#dumps-and-other-tools) for more information. +See also [Setting configuration variables](../building/viewing-jit-dumps.md#setting-configuration-variables) for more information. Name | Description | Type | Class | Default Value | Flags -----|-------------|------|-------|---------------|------- @@ -133,7 +133,6 @@ Name | Description | Type | Class | Default Value | Flags `DbgTransportLogClass` | mask to control what is logged in DbgTransportLog | DWORD | INTERNAL | | `DbgTransportProxyAddress` | allows specifying the transport proxy address | STRING | UNSUPPORTED | | REGUTIL_default `DbgTrapOnSkip` | allows breaking when we skip a breakpoint | DWORD | INTERNAL | 0 | REGUTIL_default -`DbgWaitForDebuggerAttach` | Makes CoreCLR wait for a managed debugger to attach on process start (1) or regular process start (0) | DWORD | UNSUPPORTED | 0 | `DbgWaitTimeout` | specifies the timeout value for waits | DWORD | INTERNAL | 1 | REGUTIL_default `DbgWFDETimeout` | specifies the timeout value for wait when waiting for a debug event | DWORD | UNSUPPORTED | 25 | REGUTIL_default `RaiseExceptionOnAssert` | Raise a first chance (if set to 1) or second chance (if set to 2) exception on asserts. | DWORD | INTERNAL | 0 | REGUTIL_default |