Skip to content

Enable mixed call stacks when debuggee loads a mono-2.0* dynamic libr… #7

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

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

joncham
Copy link
Member

@joncham joncham commented Jan 5, 2018

…ary into the process. We still only process if a file exists on disk with the same process id. Also, enable mixed call stacks for non-main threads.

…ary into the process. We still only process if a file exists on disk with the same process id. Also, enable mixed call stacks for non-main threads.
@joncham joncham requested a review from mderoy January 5, 2018 18:15
{
private static List<Range> _rangesSortedByIp = new List<Range>();
private static FuzzyRangeComparer _comparer = new FuzzyRangeComparer();
private static bool _enabled = true;
private static bool _enabled;
private static IVsOutputWindowPane _debugPane;
private static string _currentFile;
private static FileStream _fileStream;
private static StreamReader _fileStreamReader;

public void OnLoadComplete(DkmProcess process, DkmWorkList workList, DkmEventDescriptor eventDescriptor)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Future Cleanup: We could probably remove this window stuff, unless we're planning on logging things to the output window.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it, but I see we log other info there as well.

@mderoy mderoy merged commit 4606aab into Unity-Technologies:master Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants