[sdb] Avoid calling vm.GetThread () in the event callback, it could call into the...
commita25830c6506ac4f0f175fbb2c8ec63cb6f3ee3c6
authorZoltan Varga <vargaz@gmail.com>
Tue, 10 Jul 2018 05:10:10 +0000 (10 01:10 -0400)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 10 Jul 2018 05:10:10 +0000 (10 01:10 -0400)
treead5625adfb455b1c65a38a2ff16c2f5b0e4242b7
parent4cc990579bbe4fcbf030b6a2118095a42e6eb9bb
[sdb] Avoid calling vm.GetThread () in the event callback, it could call into the debuggee leading to a deadlock if the thread mirror object has not been created yet. (#9411)

[sdb] Avoid calling vm.GetThread () in the event callback, it could c…

…all into the debuggee leading to a deadlock if the thread mirror object has not been created yet.

<!--
Thank you for your Pull Request!

If you are new to contributing to Mono, please try to do your best at conforming to our coding guidelines http://www.mono-project.com/community/contributing/coding-guidelines/ but don't worry if you get something wrong. One of the project members will help you to get things landed.

Does your pull request fix any of the existing issues? Please use the following format: Fixes #issue-number
-->
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs