-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy pdbs for unityjit and unityaot profiles #1156
base: unity-main
Are you sure you want to change the base?
Conversation
…table-android Fix double gchandle free in thread detach logic (1062208)
…rict-mode Add option for strict write barriers
…debugger-sync Apply debugger changes from il2cpp 0c52b0b5b2babc2cbec886b8ef8015f682…
…offset-initialization Fix issue where get offset could return 0 when the type is uninited
…rict-mode Incremental boehm strict mode
Make gc params work for Boehm
Use LF line endings on all perl build scripts
…er types are encountered with 'unmanaged' constraint.
…image. Fixes issue mono#10201.
…9236 Properly inflate pointer types in inflate_generic_type (case 1069236)
…5895 Don't try to access metadata for dynamic method (case 1065895)
…-hang-on-connection-close-during-readwrite [tls] Fix read/write ignoring error code and requesting more read/write calls
…ert during client authentication
The thread local storage of sequence points and method execution contexts between IL2CPP and the mono debugger code was only being synchronized at certain times, mainly when breakpoints were processed. This could lead to a loss of synchronization after functions are exited and debugger frame commands accessing invalid stack data. This change adds synchronization for these data structures right before any managed method exit, when the method execution context for that method is destroyed. Also optimizing memory allocations by only allocating when the stack grows and just reusing the memory otherwise.
…xceptions Fix issue where loopback interface causes exception 1027045
…k-frames-sync Increasing sync for i2cpp debugger stack frames (case 1064723)
…ver-clientauth-error-on-no-certificate UnityTls server no longer throws an exception if there is no client cert during client authentication
…-backtrace Implement mono_unity_backtrace_from_context same as old mono (case 1074280)
…-agent Sync the debugger-agent.c with the IL2CPP repo
…3205 Grow StackSlotInfo array rather than asserting (case 1103205)
…roid-tickcount [Android] Fix the issue that Environment.TickCount returns wrong value…
…ocation [Case 1084800] Fix issue where TLS requests would reallocate a buffer when it could reuse it
Revert part of #1131 as it causes hangs in calls to CancelSynchronousIo
…ializer-fix Fix serialization issue with DataContractJsonSerializer UseSimpleDictionaryFormat (case 1070667)
…dfile-blocking Fix interrupting blocking file IO on Windows.
…etthreadcontext Bump bdwgc submodule to get fix for GetThreadContext (case 1114668)
…le-grow Update bdwgc
Upgrade automake to 1.16.1
Change stevedore repo to public
Will this increase the installation size for customers? |
I'll have to check, I think we explicitly only copy the assemblies not the pdbs for players. The Editor would be a larger install since the mono install will get bigger. |
Ok, I'm fine wit this change then. |
Josh Peterson seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Any reason not to include these in the builds.zip? It allows for line numbers in class library exceptions and stack traces.