-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Generate the DAC table on Windows with MSVC linker directives instead of resource injection #68065
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 332a64f - Browse repository at this point
Copy the full SHA 332a64fView commit details
Commits on Apr 8, 2022
-
Convert to use an entirely-C++ DacTable.
Today it still loads dynamically, so we need to fix that or delay when SOS loads.
Configuration menu - View commit details
-
Copy full SHA for d168ebd - Browse repository at this point
Copy the full SHA d168ebdView commit details -
Get the dac table building statically by specially handling the Volat…
…ile scenario. Things are still broken, but they're at least loading correctly now.
Configuration menu - View commit details
-
Copy full SHA for a066966 - Browse repository at this point
Copy the full SHA a066966View commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 381b816 - Browse repository at this point
Copy the full SHA 381b816View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef67f6 - Browse repository at this point
Copy the full SHA bef67f6View commit details
Commits on Apr 15, 2022
-
Fix two stragglers to use the provided DAC table addresses as globals…
… and not as RVAs
Configuration menu - View commit details
-
Copy full SHA for 4640ac0 - Browse repository at this point
Copy the full SHA 4640ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b27f2 - Browse repository at this point
Copy the full SHA 03b27f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b42ab98 - Browse repository at this point
Copy the full SHA b42ab98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c20940 - Browse repository at this point
Copy the full SHA 3c20940View commit details
Commits on Apr 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f81fd85 - Browse repository at this point
Copy the full SHA f81fd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbfc33 - Browse repository at this point
Copy the full SHA 5dbfc33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 572d12a - Browse repository at this point
Copy the full SHA 572d12aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e4f52 - Browse repository at this point
Copy the full SHA d6e4f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff964bb - Browse repository at this point
Copy the full SHA ff964bbView commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07a645b - Browse repository at this point
Copy the full SHA 07a645bView commit details
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f872c55 - Browse repository at this point
Copy the full SHA f872c55View commit details
Commits on May 11, 2022
-
Make the "target process dac table" reading be dac-instance specific …
…(so once per target) instead of dac-library specific (once per coreclr build version). We need to read the values once per process to ensure that child processes with ASLR enabled (which as a result will have the DAC table entries point to different addresses) don't break debugging later processes.
Configuration menu - View commit details
-
Copy full SHA for f23977b - Browse repository at this point
Copy the full SHA f23977bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f5bcc - Browse repository at this point
Copy the full SHA 41f5bccView commit details