mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
Originally the idea was that we would queue requests to a master thread that would dispatch them to other slave threads each responsible for debugging an individual process. This might make some scenarios more scalable and responsive, but for now it seems to be unwarranted complexity for no observable benefit. llvm-svn: 221561