-
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
MacOS single-file diagnostic support changes #51425
Conversation
Use dysymtab_command to just load the extern/export symbols. Don't read the whole symbol string table; read the symbol name a char at a time. dotnet#38901
Tagging subscribers to this area: @tommcdon Issue DetailsChange the DAC to lookup the g_dacTable symbol like Linux and not use the RVA header file anymore. Use dysymtab_command to just load the extern/export symbols. Don't read
|
Hello @mikem8361! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Change the DAC to lookup the g_dacTable symbol like Linux and not use the RVA header file anymore.
Use dysymtab_command to just load the extern/export symbols. Don't read
the whole symbol string table; read the symbol name a char at a time.
#38901