mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
This provides a convenient way to limit a breakpoint to the current thread when setting it from the command line w/o having to figure out what the current thread is. Differential Revision: https://reviews.llvm.org/D107015