Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Add a --native-only dotnet-symbol that only downloads native binaries #180

Open
mikem8361 opened this issue Mar 28, 2020 · 0 comments
Open
Assignees
Milestone

Comments

@mikem8361
Copy link
Member

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.

@mikem8361 mikem8361 self-assigned this Mar 28, 2020
@mikem8361 mikem8361 added this to the Future milestone Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant