mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
We don't have a good story for what happens to watchpoints when you don't have a process, or if your process exits. Clearing that up will instruct how to fix this for real. Also added a test to make sure disable->enable works as well. This resolves llvm.org/pr30789. llvm-svn: 285742