Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the MDA configuration file for the test suite. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
256e2dfd8e568f43a84b1979c3b5b626 |
User & Date: | mistachkin 2013-10-26 22:02:42.345 |
Context
2013-10-26
| ||
22:10 | Update the master release archive manifest. check-in: 8508ae0e30 user: mistachkin tags: trunk | |
22:02 | Update the MDA configuration file for the test suite. check-in: 256e2dfd8e user: mistachkin tags: trunk | |
08:39 | Update Eagle in externals to the latest trunk code. check-in: 9692730698 user: mistachkin tags: trunk | |
Changes
Changes to Externals/Eagle/bin/EagleShell.exe.mda.config.
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + + + + + + + + + + + + | * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: $ * --> <mdaConfig xmlns="http://schemas.microsoft.com/CLR/2004/10/mda"> <!-- NOTE: The "jitCompilationStart" and "memberInfoCacheCreation" managed debugging assistants are extremely noisy. Using the "pInvokeLog" managed debugging assistant with no filter shows the signature of all P/Invoke calls. Unfortunately, as of the .NET Framework 4.5, it does not appear to support the standard wildcard (i.e. "glob") syntax in the filter "dllName" attribute. Also, it does not appear to monitor any native calls invoked via managed delegates (i.e. those created via the Marshal class using the GetDelegateForFunctionPointer method). --> <assistants> <!--++ <asynchronousThreadAbort /> <bindingFailure /> <callbackOnCollectedDelegate listSize="50" /> <contextSwitchDeadlock enable="true" /> <dangerousThreadingAPI /> |
︙ | |||
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | + - | </marshaling> <memberInfoCacheCreation /> <moduloObjectHashcode modulus="1" /> <nonComVisibleBaseClass /> <notMarshalable /> <openGenericCERCall /> <overlappedFreeError /> <pInvokeLog /> <pInvokeLog> <filter> <match dllName="advapi32.dll" /> <match dllName="advpack.dll" /> <match dllName="kernel32.dll" /> <match dllName="mscoree.dll" /> <match dllName="msvcrt.dll" /> <match dllName="ntdll.dll" /> <match dllName="shell32.dll" /> |
︙ |