[Lldb-commits] [lldb] 99a0cbb - [lldb/Test] Remove debug print in supports_hw_breakpoints.
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 19 08:35:53 PDT 2020
Author: Jonas Devlieghere
Date: 2020-03-19T08:35:22-07:00
New Revision: 99a0cbb42321ef5b967ba4aac51cea5f5804bb81
URL: https://github.com/llvm/llvm-project/commit/99a0cbb42321ef5b967ba4aac51cea5f5804bb81
DIFF: https://github.com/llvm/llvm-project/commit/99a0cbb42321ef5b967ba4aac51cea5f5804bb81.diff
LOG: [lldb/Test] Remove debug print in supports_hw_breakpoints.
Added:
Modified:
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py b/lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
index 74f2fbb0c1a0..61e417113101 100644
--- a/lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
+++ b/lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
@@ -19,7 +19,6 @@ def supports_hw_breakpoints(self):
CURRENT_EXECUTABLE_SET)
self.runCmd("breakpoint set -b main --hardware")
self.runCmd("run")
- print(self.res.GetOutput())
if 'stopped' in self.res.GetOutput():
return 'Hardware breakpoints are supported'
return None
More information about the lldb-commits
mailing list