Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

PerfCollect Does Not Gather Separate CoreCLR Symbol Files #40

Open
brianrob opened this issue Mar 26, 2016 · 2 comments
Open

PerfCollect Does Not Gather Separate CoreCLR Symbol Files #40

brianrob opened this issue Mar 26, 2016 · 2 comments
Assignees

Comments

@brianrob
Copy link
Member

CoreCLR now generates separate .dbg symbol files. Perfcollect needs to grab these files when zipping up a trace, otherwise, native symbols cannot be resolved. Ideally, for every ELF binary, we look for a pointer to a debug file if the binary doesn't contain symbols, and then copy that debug file into the trace.

@brianrob
Copy link
Member Author

FYI: @mikem8361

@brianrob brianrob self-assigned this Mar 26, 2016
@brianrob
Copy link
Member Author

brianrob commented Jun 3, 2016

This is dependent on https://github.com/dotnet/coreclr/issues/4091.

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