[PATCH] D44139: Update selected thread after loading mach core

Jason Molenda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 16:27:08 PDT 2018


jasonmolenda accepted this revision.
jasonmolenda added a comment.

Looks good, thanks for doing this Jonas.  I thought there would be a problem with ThreadMachCore::CalculateStopInfo() in source/Plugins/Process/mach-core/ThreadMachCore.cpp which will mark every thread that comes from the actual core file has having a stop reason -- won't that conflict with your OperatingSystemPlugIn which is providing a stop reason?


https://reviews.llvm.org/D44139





More information about the llvm-commits mailing list