You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
This will allow an improved xplat/lldb core dump work flow. All the managed PDBs are not downloaded (10 to 15 minutes for a simple webapp). SOS does a good job at download the PDBs it needs on demand.
The --host-only works if the user doesn't care about native symbols and modules, but not for 5.x (master) runtime core dumps. lldb works a lot better with all the native runtime modules (mainly libcoreclr.so) present next to the core dump when lldb loads the dump.
The text was updated successfully, but these errors were encountered:
This will allow an improved xplat/lldb core dump work flow. All the managed PDBs are not downloaded (10 to 15 minutes for a simple webapp). SOS does a good job at download the PDBs it needs on demand.
The --host-only works if the user doesn't care about native symbols and modules, but not for 5.x (master) runtime core dumps. lldb works a lot better with all the native runtime modules (mainly libcoreclr.so) present next to the core dump when lldb loads the dump.
The text was updated successfully, but these errors were encountered: