Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release/3.1] Fixes for profiler stack sampling (dotnet#27300)
* only set THREAD_IS_SUSPENDED if we are truly doing an async stack walk (dotnet#26985) * Use a new COR_PRF_SUSPEND_FOR_PROFILER in ICorProfilerCallback::RuntimeThreadSuspended() when requested by profiler (dotnet#27041) Fixes https://github.com/dotnet/coreclr/issues/26576
- Loading branch information