Home
last modified time | relevance | path

Searched refs:test_bp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py121 test_bp = gdb.Breakpoint("StopForDebugger") variable
122 test_bp.enabled = True
123 test_bp.silent = True
124 test_bp.commands = "print_and_compare\ncontinue"
/llvm-project-15.0.7/lldb/test/API/macosx/thread_suspend/
H A DTestInternalThreadSuspension.py31 def try_an_expression(self, thread, correct_value, test_bp): argument
39 … self.assertEqual(test_bp.GetHitCount(), 0, "First expression allowed the suspend thread to run")