[Lldb-commits] [lldb] [lldb] Interpret breakpoint-id "." as the location(s) of the current stop (PR #194272)

via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 27 11:52:40 PDT 2026


jimingham wrote:

Your docs and your implementation disagree.  You say:

`"You can use . to refer to the breakpoint location(s) on which the "
         "process is currently stopped.";`

But what you actually do is "if the currently selected thread when you issue `break disable` happens to still be a thread that stopped for a breakpoint reason, we will disable that breakpoint, and only that breakpoint".



https://github.com/llvm/llvm-project/pull/194272


More information about the lldb-commits mailing list