Author: David Spickett
Date: 2025-12-08T13:53:55Z
New Revision: 7fbd443491db62a3fe316f9cc4e3e47036f5730b

URL: 
https://github.com/llvm/llvm-project/commit/7fbd443491db62a3fe316f9cc4e3e47036f5730b
DIFF: 
https://github.com/llvm/llvm-project/commit/7fbd443491db62a3fe316f9cc4e3e47036f5730b.diff

LOG: [lldb] Remove printf in breakpoint add command

Added in 2110db0f49593 / #156067.

Added: 
    

Modified: 
    lldb/source/Commands/CommandObjectBreakpoint.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp 
b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 78bbd23744293..fbd6ca44db950 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -1274,7 +1274,6 @@ class CommandObjectBreakpointAddPattern : public 
CommandObjectRaw {
       result.AppendError("no pattern to seek");
       return;
     }
-    printf("Pattern: '%s'\n", pattern.str().c_str());
 
     Target &target =
         m_dummy_options.m_use_dummy ? GetDummyTarget() : GetTarget();


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to