Searched refs:lldb_command_tests (Results 1 – 1 of 1) sorted by relevance
439 lldb_command_tests = {} variable447 global lldb_command_tests451 lldb_command_tests[test_name] = (test_name, obj.__name__, obj, obj.__doc__)741 for test_name in list(lldb_command_tests.keys()):743 res = lldb_command_tests[test_name][2](kern, config, lldb, True)751 if test_name in lldb_command_tests:752 test = lldb_command_tests[test_name]762 for i in list(lldb_command_tests.keys()):