[Lldb-commits] [lldb] [lldb-dap] Fix the breakpoint events test. (PR #180518)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 9 05:26:48 PST 2026
================
@@ -1,11 +1,11 @@
#include <stdio.h>
static void unique_function_name() {
- puts(__PRETTY_FUNCTION__); // foo breakpoint 2
+ puts(__PRETTY_FUNCTION__); // call puts
----------------
DrSergei wrote:
Do we really need these changes? Seems we can just remove comments
https://github.com/llvm/llvm-project/pull/180518
More information about the lldb-commits
mailing list