[all-commits] [llvm/llvm-project] f362b0: Add a "current" token to the ThreadID option to br...

jimingham via All-commits all-commits at lists.llvm.org
Fri Aug 6 15:30:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f362b05d0dcd176348f19a63f8b7f4d4c0498bba
      https://github.com/llvm/llvm-project/commit/f362b05d0dcd176348f19a63f8b7f4d4c0498bba
  Author: Jim Ingham <jingham at apple.com>
  Date:   2021-08-06 (Fri, 06 Aug 2021)

  Changed paths:
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/Options.td
    M lldb/test/API/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py

  Log Message:
  -----------
  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




More information about the All-commits mailing list