mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Temporarily remove breakpoints for the duration of vfork, in order to prevent them from triggering in the child process. Restore them once the server reports that vfork has finished and it is ready to resume execution. Differential Revision: https://reviews.llvm.org/D100267