[Lldb-commits] [lldb] [lldb] Interpret breakpoint-id "." as the location(s) of the current stop (PR #194272)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 27 12:46:20 PDT 2026
kastiglione wrote:
My intention was to make `.` refer to the currently selected thread. For example, in your regex example (which is one of the workflow I want to support), I would likely want only to disable breakpoint locations based on the selected thread.
https://github.com/llvm/llvm-project/pull/194272
More information about the lldb-commits
mailing list