Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py117 test_bp = gdb.Breakpoint("StopForDebugger") global() variable
/llvm-project/lldb/test/API/macosx/thread_suspend/
H A DTestInternalThreadSuspension.py31 def try_an_expression(self, thread, correct_value, test_bp): argument