Add a "current" token to the ThreadID option to break set/modify.
authorJim Ingham <jingham@apple.com>
Wed, 28 Jul 2021 23:59:55 +0000 (16:59 -0700)
committerJim Ingham <jingham@apple.com>
Fri, 6 Aug 2021 22:29:55 +0000 (15:29 -0700)
commitf362b05d0dcd176348f19a63f8b7f4d4c0498bba
treea20e4b407d63479f0076aa59a79abf7d2559757b
parent3229c971512404c512e041c3e88f22dbec2b650b
Add a "current" token to the ThreadID option to break set/modify.

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
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Commands/Options.td
lldb/test/API/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py