| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestRecognizeBreakpoint.py | 118 thread_1 = process.threads[1] 119 self.assertEqual(thread_1.GetStopReason(), 5, "Thread_0 stopped for SIGSTOP") 120 self.assertEqual(thread_1.GetName(), "two", "Thread_0 is called two") 135 thread_1 = process.threads[1] 136 self.assertEqual(thread_1.GetStopReason(), 3, "Thread_0 stopped for SIGTRAP") 137 self.assertEqual(thread_1.GetName(), "three", "Thread_0 is called three") 139 self.assertTrue(thread_1.IsValid(), "Thread_1 is valid") 140 … self.assertEqual(thread_1.GetStopReason(), lldb.eStopReasonBreakpoint, "Stopped at breakpoint")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/ |
| H A D | main.cpp | 50 std::thread thread_1(step_thread_func); in main() local 57 std::thread thread_2(create_thread_func, &thread_1); in main() 67 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/ignore_suspended/ |
| H A D | main.cpp | 23 std::thread thread_1(thread1); in main() local 32 thread_1.join(); // Set third breakpoint here in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/multi_break/ |
| H A D | main.cpp | 32 std::thread thread_1(thread_func); in main() local 36 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/ |
| H A D | main.cpp | 34 std::thread thread_1(thread_func); in main() local 38 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/ |
| H A D | main.cpp | 54 std::thread thread_1(step_thread_func); in main() local 66 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/thread/backtrace/ |
| H A D | main.cpp | 56 std::thread thread_1(thread_func_1); in main() local 60 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_exit/ |
| H A D | main.cpp | 43 std::thread thread_1(thread1); in main() local 55 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_after_attach/ |
| H A D | main.cpp | 44 std::thread thread_1(thread_1_func, nullptr); in main() local 57 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/ |
| H A D | main.cpp | 42 std::thread thread_1(thread_func); in main() local 52 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | main.cpp | 30 std::thread thread_1(call_and_wait, std::ref(n)); in main() local 34 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | multithread-test.cc | 27 std::thread thread_1(call_and_wait, std::ref(n)); in main() local 31 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/step_over_no_deadlock/ |
| H A D | locking.cpp | 61 std::thread thread_1(lock_acquirer_1); in main() local 74 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/no-deadlock/ |
| H A D | locking.cpp | 61 std::thread thread_1(lock_acquirer_1); in main() local 74 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/break_after_join/ |
| H A D | main.cpp | 80 std::thread thread_1(break_thread_func); in main() local 88 std::thread thread_5(join_thread_func, &thread_1); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_break/ |
| H A D | main.cpp | 88 std::thread thread_1(break_thread_func); in main() local 106 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/num_threads/ |
| H A D | main.cpp | 45 std::thread thread_1(thread1, nullptr); in main() local 59 thread_1.join(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/gcore/ |
| H A D | main.cpp | 41 std::thread thread_1(thread1); in main() local
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/ |
| H A D | main.cpp | 41 std::thread thread_1(thread1); in main() local
|