Files
clang-p2996/lldb/tools/lldb-dap/FunctionBreakpoint.cpp
Jonas Devlieghere bec5cfd970 [lldb-dap] Protect SetBreakpoint with the API mutex (#134030)
Protect the various SetBreakpoint functions with the API mutex. This
fixes a race condition between the breakpoint being created and the DAP
label getting added. This was causing `TestDAP_breakpointEvents.py` to
be flaky.

Fixes #131242.
2025-04-03 09:08:23 -07:00

998 B