We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8758d02 commit 99a0cbbCopy full SHA for 99a0cbb
lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
@@ -19,7 +19,6 @@ def supports_hw_breakpoints(self):
19
CURRENT_EXECUTABLE_SET)
20
self.runCmd("breakpoint set -b main --hardware")
21
self.runCmd("run")
22
- print(self.res.GetOutput())
23
if 'stopped' in self.res.GetOutput():
24
return 'Hardware breakpoints are supported'
25
return None
0 commit comments